Skip to content

Releases: telia-oss/sidecred

v0.14.0

13 Sep 21:09
75dcc71
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.13.0...v0.14.0

v0.13.0

03 Aug 21:59
013c2ba
Compare
Choose a tag to compare

What's Changed

  • Add Sidecred credentials to GH Action by @rickardl in #75
  • Add support for token naming in configuration file by @ian1780 in #77

New Contributors

Full Changelog: v0.12.0...v0.13.0

v0.12.0

19 Jan 16:10
b022128
Compare
Choose a tag to compare

This release fixes a bug in the config validation, which would cause a runtime failure when using list: in your config (see #69 for details). The binary is now also built using Go 1.17 and released with Goreleaser 1.3.1.

Changelog

  • b022128 Merge pull request #74 from telia-oss/remove-deprecated-linters
  • 7897f36 Merge pull request #73 from telia-oss/fix-goreleaser
  • 938749f Remove linters that will be deprecated (soon)
  • 28d01de Fix multiple binaries in goreleaser archives
  • 8511e4e Update goreleaser version to v1.3.1
  • b97c6f6 Merge pull request #72 from telia-oss/add-linter
  • 562197d (chore) Fix misspell findings
  • 284a9eb (chore) Fix gocritic findings
  • 81cc21d (chore) Fix findings from exhaustive
  • 3b968cd (chore) Fix errorlint findings
  • b163e47 (chore) Fix errcheck findings
  • 661e505 (chore) Format code using gofumpt
  • 559f199 (chore) Sort imports using gci
  • ca30bd8 Add golangci-lint
  • c18b821 Merge pull request #71 from telia-oss/update-go-build-directive
  • 61b6983 Upgrade to go 1.17 and go mod tidy
  • fbc81df Format YAML files
  • 4743b2f Fix build directives
  • 6be4381 Fix flatten to avoid mutating config on validation (#70)

v0.11.0

08 Dec 20:40
96cd5ea
Compare
Choose a tag to compare

This release improves the output of logs and updates dependencies.

v0.10.0

09 Dec 22:48
9209d00
Compare
Choose a tag to compare

Changelog

9209d00 Add support for durations in config (#60)

NOTE: This is a BREAKING change for existing configs that use duration and/or rotation_window.

v0.9.0

08 Dec 20:24
082461e
Compare
Choose a tag to compare

Changelog

082461e Added Abililty to Override Default Rotation Window for Credentials Requests (#58)

v0.8.1

20 Oct 17:36
ce30856
Compare
Choose a tag to compare

Changelog

ce30856 fix: add back in default metadata read permission (#56)

v0.8.0

13 Sep 16:28
d2af8b9
Compare
Choose a tag to compare

Changelog

d2af8b9 Fix resource state (#54)
375e8bc Update README.md (#52)
b260eef Update readme and add back testdata (#49)

v0.7.0

12 Aug 10:22
d9d5f88
Compare
Choose a tag to compare

Changelog

d9d5f88 Use config validation in process (#48)
f0a5c17 User configured stores (#46)
35494a6 Reduce config verbosity (#45)
236ec87 Rename Request to CredentialRequest for clarity (#44)
c8ec13f Add support for multiple stores (#43)
ff1d08e Add shared config for sidecred (#42)

v0.6.0

10 Aug 18:25
aa7f916
Compare
Choose a tag to compare

Changelog

aa7f916 Add support for Github secrets (#41)
e1ca5b9 Pin the goreleaser version used to build releases (#40)