From 60a216c4a9a57c5425d5ea3d7d1701bd3d054343 Mon Sep 17 00:00:00 2001 From: Peppi-Lotta Date: Fri, 13 Dec 2024 08:37:34 +0200 Subject: [PATCH] :rocket: Release v1.9.0 Signed-off-by: Peppi-Lotta --- releasenotes/v1.9.0.md | 60 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 60 insertions(+) create mode 100644 releasenotes/v1.9.0.md diff --git a/releasenotes/v1.9.0.md b/releasenotes/v1.9.0.md new file mode 100644 index 00000000..ae9f7c09 --- /dev/null +++ b/releasenotes/v1.9.0.md @@ -0,0 +1,60 @@ + +# Changes since v1.8.0 + +## :bug: Bug Fixes + +- Make image build on releases (#775) +- Fix ignored errors while patching resources (#701) + +## :book: Documentation + +- Update missing releases in compatibility table (#678) + +## :seedling: Others + +- Bump Golang to v1.23.4 (#785) +- Bump CAPI to v1.9.0 (#782) +- Lint hack/tools (#777) +- Bump k8s.io/api from 0.31.2 to 0.31.3 in /hack/tools (#781) +- Bump sigs.k8s.io/controller-runtime from 0.19.2 to 0.19.3 in /api (#779) +- Bump golang.org/x/oauth2 from 0.21.0 to 0.24.0 in /hack/tools (#780) +- Bump CAPI to v1.9.0-rc.1 and controller-runtime to v0.19.3 (#776) +- Bump softprops/action-gh-release from 2.0.9 to 2.1.0 (#771) +- Bump github/codeql-action from 3.27.3 to 3.27.5 (#770) +- Bump tj-actions/changed-files from 45.0.1 to 45.0.4 (#769) +- Fixing release note generation (#764) +- Fixing go mod mismatches (#762) +- Automating release creation (#734) +- Bump github.com/onsi/ginkgo/v2 from 2.21.0 to 2.22.0 (#759) +- Bump github.com/onsi/gomega from 1.35.1 to 1.36.0 (#758) +- Bump the k8s.io/* deps to v0.30.7 (#754) +- bump Go to 1.23.3 and golangci-lint to 1.60.3 (#749) +- use make go-version instead of Dockerfile parsing in verify-release.sh (#741) +- add osv-scanner config for correcting go version used (#695) +- Increase time for golint test to avoid timeout failure (#745) +- Use OSV-Scanner release binary and Reporter action workflow instead of pointing to a file (#728) +- Bump actions/checkout from 4.2.1 to 4.2.2 (#727) +- Bump actions/setup-go from 5.0.2 to 5.1.0 (#726) +- Bump actions/cache from 4.1.1 to 4.1.2 (#724) +- Enable TLS 1.3 flag in IPAM (#721) +- Add Peppi-Lotta as a reviewer (#717) +- Bump google/osv-scanner-action from 7c52d44abe9736f8a11bac47f6baadad7b3389f5 to 8b8e1861d7ab37b197ce153bb19f43cacb6dbddf (#713) +- make CAPI a pattern in dependabot (#703) +- bump markdownlint-cli2 to v0.12.0 (#699) +- Reuse PR verifier wf from project-infra (#693) +- Bump osv scanner workflow to v1.8.5 (#691) +- Use osv-scanner workflow file instead of local workflow (#676) +- Bump github.com/onsi/gomega from 1.34.1 to 1.34.2 in /api (#668) +- Bump actions/upload-artifact from 4.3.4 to 4.4.0 (#674) +- remove release-1.6 from dependabot (#675) +- fix dependabot config ignore rules (#672) +- add dependabot config for release-1.8 (#657) + +## :recycle: Superseded or Reverted + +(#661)(#663)(#654)(#666)(#669)(#681)(#682)(#688)(#698)(#704)(#708)(#711)(#712) +(#714)(#718)(#725)(#731)(#732)(#735)(#744)(#751)(#755)(#761) + +The container image for this release is: v1.9.0 + +_Thanks to all our contributors!_ 😊