Skip to content

Releases: cultureamp/parameter-store-exec

v1.3.0 Dependency refresh

21 Aug 07:47
2f20212
Compare
Choose a tag to compare

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

03 May 03:22
19ac14e
Compare
Choose a tag to compare

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

Full Changelog: v1.1.0...v1.2.0

v1.1.0: permit digits in environment variables

24 Sep 01:25
cbaa4cf
Compare
Choose a tag to compare

Fixes #6 as described in #5
Thanks to contributors @iwata & @tmitz

v1.0.0: seems good

08 Jan 12:39
@pda pda
Compare
Choose a tag to compare
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

06 Dec 04:50
@pda pda
Compare
Choose a tag to compare
Pre-release

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().