Releases: mmalyska/argocd-secret-replacer
Releases · mmalyska/argocd-secret-replacer
Upgrade to .net 8
What's Changed
- 📝 Update ArgoCd example by @mmalyska in #47
- Bump xunit.runner.visualstudio from 2.4.5 to 2.8.0 by @dependabot in #48
- Bump coverlet.msbuild from 3.2.0 to 6.0.2 by @dependabot in #49
- Bump Microsoft.NET.Test.Sdk from 17.5.0 to 17.9.0 by @dependabot in #51
- Bump xunit from 2.4.2 to 2.8.0 by @dependabot in #53
- Bump coverlet.collector from 3.2.0 to 6.0.2 by @dependabot in #55
- upgrade to .net 8 by @mmalyska in #57
- Bump Microsoft.Extensions.Logging from 7.0.0 to 8.0.0 by @dependabot in #54
- Bump System.Text.Json from 7.0.2 to 8.0.3 by @dependabot in #50
- Bump YamlDotNet from 13.0.1 to 15.1.2 by @dependabot in #56
- Bump Moq from 4.18.4 to 4.20.70 by @dependabot in #52
Full Changelog: v0.2.1...v0.3.0
v0.2.1 fix musl build
install musl tools when publishing musl version
v0.2.0 Upgrade to .Net 7
What's Changed
- Bump Microsoft.NET.Test.Sdk from 17.3.1 to 17.3.2 by @dependabot in #23
- Bump YamlDotNet from 12.0.1 to 12.0.2 by @dependabot in #25
- Bump coverlet.collector from 3.1.2 to 3.2.0 by @dependabot in #26
- ⬆️ Upgrade to .Net 7 by @mmalyska in #42
- 🚨 Fix linter problems by @mmalyska in #43
- 👷 Add SonarCloud scanner by @mmalyska in #44
Full Changelog: v0.1.1...v0.2.0
Add binaries for linux-musl and linux-arm
Fix regex bactracking
What's Changed
- Bump YamlDotNet from 12.0.0 to 12.0.1 by @dependabot in #18
- Bump System.Text.Json from 6.0.5 to 6.0.6 by @dependabot in #17
- Bump Microsoft.NET.Test.Sdk from 17.3.0 to 17.3.1 by @dependabot in #16
- Fix backtracking by excluding characters from search by @mmalyska in #19
Full Changelog: v0.0.4...v0.1.0
Add base64 modifier
Initial release
Release providing basic functionality for replacing secrets from sops.
Add replacing base64 encoded strings
What's Changed
- Add additionall file tests by @mmalyska in #7
- Bump Microsoft.NET.Test.Sdk from 17.2.0 to 17.3.0 by @dependabot in #5
- CodeCleanup by @mmalyska in #8
- Replace in base64 strings by @mmalyska in #9
New Contributors
- @dependabot made their first contribution in #5
Full Changelog: v0.0.2-beta3...v0.0.2-beta4
Fix missing new lines
Full Changelog: v0.0.2-beta2...v0.0.2-beta3
Fix trimming issues
Full Changelog: v0.0.2-beta1...v0.0.2-beta2