Skip to content
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.

Commit

Permalink
update CHANGELOG for 1.24.1
Browse files Browse the repository at this point in the history
Signed-off-by: Kingdon Barrett <kingdon@weave.works>
  • Loading branch information
Kingdon Barrett committed Sep 8, 2021
1 parent 755068c commit 156b489
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,26 +8,31 @@
> requests](https://github.com/fluxcd/toolkit/discussions) for Flux v2
> and Toolkit components.
## 1.24.1 (2021-08-24)
## 1.24.1 (2021-09-08)

This release fixes an issue when Docker Hub rate limit is not properly handled
by Flux daemon as rate limiting. Docker Hub sends its rate limit warnings as an
error that does not include the expected "429" Too Many Requests status code.

This release also includes a base image upgrade to Alpine 3.14.2 that mitigates
several CVE scan warnings in the base image related to openssl and libgcrypt.

### Fixes

- Adding Docker Hub rate limit condition message [fluxcd/flux#3543][]

### Maintenance and documentation

- Add CodeQL Security Scanning [fluxcd/flux#3446][]
- Upgrade alpine:3.14.1 to alpine:3.14.2 [fluxcd/flux#3545][]

### Thanks

Thanks to @fdpeiter and @kingdonb for their contributions to this release.

[fluxcd/flux#3543]: https://github.com/fluxcd/flux/pull/3543
[fluxcd/flux#3446]: https://github.com/fluxcd/flux/pull/3446
[fluxcd/flux#3545]: https://github.com/fluxcd/flux/pull/3545

## 1.24.0 (2021-08-20)

Expand Down

0 comments on commit 156b489

Please sign in to comment.