Releases: cultureamp/parameter-store-exec
Releases · cultureamp/parameter-store-exec
v1.3.0 Dependency refresh
Key changes
- renovate enabled for repo
- AWS SDK updated to v2
- GoReleaser updated to the latest version
- Updated to Go 1.23
Changelog
- 2f20212 Merge pull request #40 from cultureamp/renovate/rollup
- cfb7e4a Merge pull request #39 from cultureamp/renovate/rollup
- 6055511 Merge pull request #37 from cultureamp/renovate/update/golangci-golangci-lint-action-6.x
- 94dc452 Merge pull request #38 from cultureamp/renovate/update/goreleaser-goreleaser-action-6.x
- 92a2340 fix: use AWS SDK v2 (#36)
- 9cf77d2 chore(deps): dependency refresh (#32)
- f08e51d Merge pull request #22 from cultureamp/renovate/configure
- f9cb69e fix: update Backstage catalog ownership to match Github teams (#21)
v1.2.0 💪 ARM support and a shiny new automated release flow
Highlights
- We now release for ARM64 for both Linux and Mac: download and have at it, folks!
- Based on Go 1.20
- Simple actions for automated linting and testing to improve maintenance
- SImple GoReleaser configuration for releasing updates.
Changelog
- 19ac14e Merge pull request #20 from cultureamp/release-workflow
- 4f75f3e docs: minor tweaks to README formatting
- b67ad69 ci: automated release definition and pipeline
- 78ed657 fix: unchecked error return
- 6c2ce15 fix: avoid init function
- 48e0dae chore: update to modules, go 1.20
- f707143 Merge pull request #19 from cultureamp/backstage/github-ownership
- 74a2cf3 fix: update Backstage catalog ownership to match Github teams
- 06841c8 Sock-keeping Day - add backstage metadata (#17)
New Contributors
- @jamestelfer made their first contribution in #20
Full Changelog: v1.1.0...v1.2.0
v1.1.0: permit digits in environment variables
v1.0.0: seems good
Makefile: package releases as .tar.gz not .gz Allows for binary inside to have short name `parameter-store-exec` and have 0755 (executable) mode set.
v0.1.0: works on my machine
Loads values into environment from Parameter Store path specified by environment variable PARAMETER_STORE_EXEC_PATH
, replaces itself with the specified process via syscall.Exec()
.