Releases: estahn/k8s-image-swapper
Releases · estahn/k8s-image-swapper
v1.2.2
1.2.2 (2022-08-01)
What's Changed
Other Changes
- build(deps): bump github.com/aws/aws-sdk-go from 1.44.62 to 1.44.63 by @dependabot in #291
- build(deps): bump github.com/aws/aws-sdk-go from 1.44.63 to 1.44.64 by @dependabot in #292
- build(deps): bump github.com/aws/aws-sdk-go from 1.44.64 to 1.44.65 by @dependabot in #293
Full Changelog: v1.2.1...v1.2.2
v1.2.1
1.2.1 (2022-07-26)
What's Changed
Other Changes
- build(deps): bump docker/setup-qemu-action from 1 to 2 by @dependabot in #264
- build(deps): bump github.com/aws/aws-sdk-go from 1.44.47 to 1.44.48 by @dependabot in #265
- build(deps): bump github.com/aws/aws-sdk-go from 1.44.48 to 1.44.49 by @dependabot in #266
- build(deps): bump github.com/aws/aws-sdk-go from 1.44.49 to 1.44.50 by @dependabot in #267
- build(deps): bump github.com/aws/aws-sdk-go from 1.44.50 to 1.44.51 by @dependabot in #268
- build(deps): bump actions/setup-node from 3.3.0 to 3.4.0 by @dependabot in #270
- build(deps): bump actions/setup-python from 4.0.0 to 4.1.0 by @dependabot in #269
- build(deps): bump github.com/aws/aws-sdk-go from 1.44.51 to 1.44.52 by @dependabot in #271
- build(deps): bump github.com/gruntwork-io/terratest from 0.40.17 to 0.40.18 by @dependabot in #272
- build(deps): bump actions/cache from 3.0.4 to 3.0.5 by @dependabot in #273
- build(deps): bump github.com/aws/aws-sdk-go from 1.44.52 to 1.44.53 by @dependabot in #274
- build(deps): bump actions/setup-node from 3.4.0 to 3.4.1 by @dependabot in #275
- build(deps): bump k8s.io/client-go from 0.24.2 to 0.24.3 by @dependabot in #278
- build(deps): bump github.com/aws/aws-sdk-go from 1.44.53 to 1.44.54 by @dependabot in #277
- build(deps): bump github.com/aws/aws-sdk-go from 1.44.54 to 1.44.55 by @dependabot in #280
- build(deps): bump github.com/aws/aws-sdk-go from 1.44.55 to 1.44.56 by @dependabot in #281
- build(deps): bump alpine from 3.16.0 to 3.16.1 by @dependabot in #282
- build(deps): bump github.com/aws/aws-sdk-go from 1.44.56 to 1.44.57 by @dependabot in #283
- build(deps): bump github.com/aws/aws-sdk-go from 1.44.57 to 1.44.58 by @dependabot in #284
- build(deps): bump github.com/go-co-op/gocron from 1.15.0 to 1.15.1 by @dependabot in #285
- build(deps): bump github.com/aws/aws-sdk-go from 1.44.58 to 1.44.59 by @dependabot in #286
- build(deps): bump github.com/aws/aws-sdk-go from 1.44.59 to 1.44.60 by @dependabot in #287
- build(deps): bump github.com/aws/aws-sdk-go from 1.44.60 to 1.44.62 by @dependabot in #290
- build(deps): bump github.com/containers/image/v5 from 5.21.1 to 5.22.0 by @dependabot in #289
Full Changelog: v1.2.0...v1.2.1
v1.2.0
1.2.0 (2022-07-03)
Bug Fixes
- add missing dash (228749d)
- Bump alpine base image to 3.16 (f7d6564)
- docker references with both tag and digest (5a17075), closes #48 (thanks to @rattboi)
Features
- ARM docker images for
k8s-image-swapper
(be81815) (thanks to @charlie-haley) - Support image copying of ARM images within
k8s-image-swapper
(6f14156) (thanks to @charlie-haley)
v1.1.0
1.1.0 (2021-10-02)
In order to take advantage of private registries, enable secretReader
(here) in the Helm chart.
Bug Fixes
- Provide additional logs - specifically for ImageSwapPolicyExists (179da70)
- Introduces timeout for ECR client - The default for the AWS SDK does not contain a timeout and can cause the connection to hang. (26bdc10)
Features
v1.1.0-alpha.1
v1.0.0
1.0.0 (2020-12-25)
🎉 First stable release!
Follow the documentation to get started. The k8s-image-swapper Helm Chart is available via Helm Chart Registry.
Questions or comments, start a discussion.
Bug Fixes
- bump skopeo from 0.2.0 to 1.2.0 (84025aa)
- hardcoded AWS region (3cc0d49), closes #20 #17
- chart: serviceaccount missing annotation tag (#21) (7164626)
- trace for verbose logs and improve context (58e05dc), closes #15
Features
v1.0.0-beta.4
v1.0.0-beta.3
1.0.0-beta.3 (2020-12-23)
Features
- ImageSwapPolicy defines the mutation strategy used by the webhook. (e64bc6d)
- ImageCopyPolicy defines the image copy strategy used by the webhook.
- check if image exists before mutating
- skopeo will retry 3 times before failing
- debug logs will show skopeo output