diff options
| author | jannfis <jann@mistrust.net> | 2020-12-06 14:17:08 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-12-06 14:17:08 +0100 |
| commit | fed5246080d3818234392550b326f362f0730054 (patch) | |
| tree | be1ceac438d6a964d8361157da9e1f28a0cf66a3 | |
| parent | 494e70ee8633ce42dfa2b6099932d7448bd64a51 (diff) | |
chore: Release 0.8.0 (#130)
* chore: Release 0.8.0
Signed-off-by: jannfis <jann@mistrust.net>
* spelling
Signed-off-by: jannfis <jann@mistrust.net>
| -rw-r--r-- | .github/actions/spelling/allow.txt | 1 | ||||
| -rw-r--r-- | CHANGELOG.md | 26 | ||||
| -rw-r--r-- | VERSION | 2 |
3 files changed, 28 insertions, 1 deletions
diff --git a/.github/actions/spelling/allow.txt b/.github/actions/spelling/allow.txt index 83030c4..46a1ae6 100644 --- a/.github/actions/spelling/allow.txt +++ b/.github/actions/spelling/allow.txt @@ -117,6 +117,7 @@ logf Logf loglevel logrus +matchfunc Matchfunc memcache metadata diff --git a/CHANGELOG.md b/CHANGELOG.md index 37e89d4..eff2310 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,32 @@ N/A ### Other changes +## 2020-12-06 - Release v0.8.0 + +### Upgrade notes (no really, you MUST read this) + +* **Attention**: For the `latest` update-strategy, `argocd-image-updater` now fetches v2 manifests by default, instead of the v1 manifests in previous versions. This is to improve compatibility with registry APIs, but may result in a significant higher number of manifest pulls. Due to the recent pull limits imposed by Docker Hub, it is **not recommended** to use `latest` updated strategy with Docker Hub registry anymore if those pull limits are enforced on your account and/or images, especially if you have more than a couple of tags in your image's repository. Fetching meta data for any given tag counts as two pulls from the view point of Docker Hub. + +* The default rate limit for API requests is 20 requests per second per registry. If this is too much for your registry, please lower this value in the `registries.conf` by setting `ratelimit` to a lower value. + +### Bug fixes + +* fix: Correctly apply ignore list when matchfunc is not set (#116) +* fix: Prevent nil pointer dereference in image creds (#126) + +### New features + +* feat: Get tag creation date also from v2 manifest schemas (#115) +* feat: add argocd-image-updater test command (#117) +* feat: Implement rate limiter and metadata parallelism (#118) +* feat: Support for getting pull creds from external scripts (#121) +* feat: Export Prometheus compatible metrics (#123) +* feat: Support for expiring credentials (#124) + +### Other changes + +* chore: Update to Golang v1.14.13 + ## 2020-09-27 - Release v0.7.0 ### Upgrade notes (no really, you MUST read this) @@ -1 +1 @@ -0.8.0 +99.9.9 |
