Skip to content

Tags: calebAtIspot/chamber

Tags

v2.14.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
build: update to Go 1.22 (segmentio#468)

Includes:

* Bumping go.mod to minimum Go 1.20
* Updating GitHub build and release workflows to 1.22, and dropping 1.19
* Bumping the Docker base image to Go 1.22.1

v2.14.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
build(deps): bump github.com/aws/aws-sdk-go from 1.44.312 to 1.50.10 (s…

…egmentio#459)

v2.13.6

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add docker updates to dependabot config (segmentio#443)

Co-authored-by: Sabrina Lo <[email protected]>

v2.13.5

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bump golang from 1.21.2 to 1.21.4 to address CVE-2023-45283 (segmenti…

…o#439)

v2.13.4

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
build: update to Go 1.21 (segmentio#426)

* .github: update to Go 1.21

Also update go.mod version and dependencies to latest versions.

* build: bump Dockerfile to 1.21.2 base image

---------

Co-authored-by: Alec Jacobs <[email protected]>

v2.13.3

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
build(deps): bump github.com/aws/aws-sdk-go from 1.44.298 to 1.44.312 (

…segmentio#411)

Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.44.298 to 1.44.312.
- [Release notes](https://github.com/aws/aws-sdk-go/releases)
- [Commits](aws/aws-sdk-go@v1.44.298...v1.44.312)

---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v2.13.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
build(deps): bump github.com/aws/aws-sdk-go from 1.44.289 to 1.44.298 (

…segmentio#406)

Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.44.289 to 1.44.298.
- [Release notes](https://github.com/aws/aws-sdk-go/releases)
- [Commits](aws/aws-sdk-go@v1.44.289...v1.44.298)

---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v2.13.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update golang version to address security vulnerability CVE-2023-29404 (

segmentio#401)

v2.13.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request segmentio#386 from segmentio/mckern/update-readme-…

…for-release

Update `README` for pending 2.13.0 release

v2.12.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: add options for import and delete normalization handling (segme…

…ntio#370)

* feat(utils): add utils package

* add normalization helpers for services and keys

* refactor: use utils package to normalize services and keys

* fix(import): add --normalize-keys option

* feat(delete): add --preserve-key option

enables deletion of keys that may have been written unnormalized

* docs: update README for new command flags

* docs: add import normalization example

* chore(delete): rename --preserve-key to --exact-key