Skip to content

Commit

Permalink
chore(release): 1.2.0
Browse files Browse the repository at this point in the history
# [1.2.0](v1.1.7...v1.2.0) (2022-12-02)

### Bug Fixes

* use static distroless image ([740d12b](740d12b))

### Features

* read region from secret and use in aws client ([f9f50fb](f9f50fb)), closes [#13](#13)
  • Loading branch information
semantic-release-bot committed Dec 2, 2022
1 parent 0fd9a9b commit 243e426
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/argocd-ecr-updater/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: argocd-ecr-updater
description: A Helm chart to update the ECR token for ECR based helm repositories
type: application
version: 0.3.5
appVersion: "1.1.7"
version: 0.3.6
appVersion: "1.2.0"
sources:
- https://github.com/karlderkaefer/argocd-ecr-updater
maintainers:
Expand Down
12 changes: 12 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [1.2.0](https://github.com/karlderkaefer/argocd-ecr-updater/compare/v1.1.7...v1.2.0) (2022-12-02)


### Bug Fixes

* use static distroless image ([740d12b](https://github.com/karlderkaefer/argocd-ecr-updater/commit/740d12b09697758becdfe119afe5e1c4138a9e5d))


### Features

* read region from secret and use in aws client ([f9f50fb](https://github.com/karlderkaefer/argocd-ecr-updater/commit/f9f50fb865c15e88871d5a0868b95489d6204071)), closes [#13](https://github.com/karlderkaefer/argocd-ecr-updater/issues/13)

## [1.1.7](https://github.com/karlderkaefer/argocd-ecr-updater/compare/v1.1.6...v1.1.7) (2022-12-01)


Expand Down

0 comments on commit 243e426

Please sign in to comment.