Skip to content

Releases: segmentio/chamber

v2.10.1

08 Jun 01:11
53baa2b

Choose a tag to compare

v2.10.1 vs v2.10.0

Misc

  • 235234a arm64 yo (Julien Fabre)
  • 078fca2 Add support for linux/arm64 (Julien Fabre)

v2.10.0: Update aws-sdk-go dependency to v1.38.22. (#304)

20 Apr 19:10
3346084

Choose a tag to compare

This release includes AWS SSO support, among other things.

Updated via:

```
go get github.com/aws/[email protected]
go mod tidy
```

v2.9.1

11 Jan 15:14
3aeb416

Choose a tag to compare

Fix go 1.15 build (#290)

Fix "conversion from int to string yields a string of one rune, not a string of digits" error.

v2.9.1-ci2

05 Jan 16:07
3aeb416

Choose a tag to compare

v2.9.1-ci2 Pre-release
Pre-release
Fix go 1.15 build (#290)

Fix "conversion from int to string yields a string of one rune, not a string of digits" error.

v2.9.1-ci1

21 Nov 00:14

Choose a tag to compare

v2.9.1-ci1 Pre-release
Pre-release

v2.9.1-ci1 vs v2.9.0

Misc

  • bda4f72 remove release context (Nick Irvine)

v2.9.0

14 Oct 23:31
0829349

Choose a tag to compare

Note: due to a problem with CI, I had to release from outside of our CI, from my laptop. If you don't trust my laptop (you shouldn't!), you should not use these binaries and build them yourself.

v2.9.0 vs v2.8.2

Features

  • 0829349 feat: Add AWS Secrets Manager Store (#267) (Dan MacTough)
  • 1ee0da2 feat: Configure aws sdk min throttle delay using command argument (#273) (Kyle Espinola)
  • 2e4e57a feat: Add YAML support for import/export (#265) (Brian Dwyer)

Misc

  • fd7164f Update aws-sdk-go dependency to v1.35.7. (#283) (Drew Hess)
  • bcfb2fd Fix directions for setting env vars, close #259 (#270) (Nuru)
  • 5523fa4 Dockerfile rm git (Nick Irvine)
  • 1cdcdc9 Ignore .git in images (Benjamin Yolken)

v2.8.2

21 May 18:37
f9675df

Choose a tag to compare

v2.8.2 vs v2.8.1

Misc

  • f9675df Sync supported debian/ubuntu releases (#262) (Nick Irvine)

v2.8.1

13 Apr 17:32
46b6731

Choose a tag to compare

v2.8.1 vs v2.8.0

Misc

  • 46b6731 Add debian/buster to packagecloud.io releases (#252) (Michael Barrientos)

v2.8.0

06 Mar 18:55
233c6c1

Choose a tag to compare

v2.8.0 vs v2.7.5

Features

  • efa34c9 feat: Label support for SSMStore (#242) (Kevin Patel)

Fixes

  • 99a1a98 fix: bad regex regression introduced by #242 (#246) (Steven Swor)

Misc

  • 233c6c1 docs: add directions for terminal env vars (#247) (Nick Irvine)
  • 5250276 docs: add secret key normalization rule (#244) (Albert Lie Adrian)

v2.7.5

15 Nov 18:40

Choose a tag to compare

v2.7.5 vs v2.7.3

Fixes

  • 72a39a7 fix: Implements ListRaw required for export from S3-KMS store (#236) (M. Adam Kendall)

Pipeline

  • 934dd6a pipeline: add a note about some edge case brokenness for auto changelog (Nick Irvine)