Skip to content

Commit 4ac319f

Browse files
committed
🚀 Release v1.10.0-beta.0
Signed-off-by: peppi-lotta <[email protected]>
1 parent 62a1b80 commit 4ac319f

File tree

1 file changed

+71
-0
lines changed

1 file changed

+71
-0
lines changed

releasenotes/v1.10.0-beta.0.md

Lines changed: 71 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,71 @@
1+
<!-- markdownlint-disable no-inline-html line-length -->
2+
# Changes since v1.9.0
3+
4+
## :warning: Breaking Changes
5+
6+
- Decouple webhooks from api (#944)
7+
- Make ip-address-manager an IPAM provider for CAPI (#692)
8+
9+
:rotating_light: This is a BETA RELEASE. Use it only for testing purposes.
10+
If you find any bugs, file an [issue](https://github.com/metal3-io/ip-address-manager/issues/new/).
11+
12+
<details>
13+
<summary>More details about the release</summary>
14+
15+
## :bug: Bug Fixes
16+
17+
- bump golang to 1.23.6 (#887)
18+
- bump golang to 1.23.5 (#869)
19+
- Fix release-notes in Makefile (#786)
20+
21+
## :book: Documentation
22+
23+
- update OpenSSF CII Best Practices badge (#868)
24+
- add adilGhaffarDev as reviewer (#809)
25+
26+
## :seedling: Others
27+
28+
- Bump CAPI to 1.10.0-beta.1 (#957)
29+
- Bump kustomize to 5.6.0 and code-generator to 0.32.3 (#956)
30+
- Bump the kubernetes apiserver and client-go to v0.32.3 (#946)
31+
- update osv-scanner to v2.0.0 (#943)
32+
- Bump sigs.k8s.io/controller-runtime from 0.20.3 to 0.20.4 (#952)
33+
- Bump github.com/onsi/gomega from 1.36.2 to 1.36.3 (#949)
34+
- Bump golangci-lint to v1.64.7 (#942)
35+
- Bump golang.org/x/oauth2 from 0.27.0 to 0.28.0 in /hack/tools (#932)
36+
- Bump the kubernetes group to v0.31.7 (#931)
37+
- bump tj-actions/changed-files to v46.0.1 (#939)
38+
- group all github action bumps into single PR (#934)
39+
- Bump golang.org/x/net from 0.35.0 to 0.36.0 in /api (#926)
40+
- Bump golang.org/x/net from 0.35.0 to 0.36.0 (#925)
41+
- fix dependabot testing issues by re-adding "edited" (#923)
42+
- Bump golang.org/x/net from 0.34.0 to 0.36.0 in /hack/tools (#924)
43+
- Bump github.com/onsi/ginkgo/v2 from 2.22.2 (#918)
44+
- bump golang to 1.23.7 (#913)
45+
- Bump github/codeql-action from 3.28.8 to 3.28.10 (#908)
46+
- Bump actions/cache from 4.2.0 to 4.2.2 (#907)
47+
- pin osv-scanner image in verify-release.sh (#888)
48+
- workflows: sync pull_request trigger types (#885)
49+
- Bump github.com/spf13/pflag from 1.0.5 to 1.0.6 (#880)
50+
- Bump softprops/action-gh-release from 2.2.0 to 2.2.1 (#875)
51+
- Bump actions/setup-go from 5.2.0 to 5.3.0 (#876)
52+
- Bump golangci/golangci-lint-action from 6.1.1 to 6.2.0 (#877)
53+
- Introduce ReconcileError with Transient and Terminal Error type (#787)
54+
- Bump the k8s.io/* deps to v0.31.5 (#857)
55+
- bump kubeconform to v0.6.7 (#847)
56+
- Add read permission to build job in release wf (#845)
57+
- Add build container image as a job in release wf (#840)
58+
- replace release-1.7 with 1.9 in dependabot config (#795)
59+
- Fix container image build workflow (#789)
60+
61+
## :recycle: Superseded or Reverted
62+
63+
(#941)(#927)(#920)(#910)(#905)(#902)(#899)(#897)(#886)(#878)(#874)(#863)(#861)
64+
(#852)(#848)(#841)(#837)(#836)(#830)(#829)(#823)(#821)(#817)(#806)(#802)(#801)
65+
(#800)(#798)(#796)(#793)(#791)
66+
67+
</details>
68+
69+
The container image for this release is: v1.10.0-beta.0
70+
71+
_Thanks to all our contributors!_ 😊

0 commit comments

Comments
 (0)