Releases: reconcilerio/dies
Releases · reconcilerio/dies
v0.6.2
What's Changed
- Initialize nil maps before setting key by @scothis in https://github.com/scothis/dies/pull/67
Full Changelog: scothis/dies@v0.6.1...v0.6.2
v0.6.1
What's Changed
- Switch DieReleaseUnstructured to return *unstructured.Unstructured by @scothis in https://github.com/scothis/dies/pull/65
Full Changelog: scothis/dies@v0.6.0...v0.6.1
v0.6.0
Highlights:
- Uses Kubernetes 1.25 and Go 1.19
What's Changed
- Bump k8s.io/apiextensions-apiserver from 0.24.1 to 0.24.2 by @dependabot in https://github.com/scothis/dies/pull/53
- Bump k8s.io/kube-aggregator from 0.24.1 to 0.24.2 by @dependabot in https://github.com/scothis/dies/pull/55
- Bump k8s.io/api from 0.24.2 to 0.24.3 by @dependabot in https://github.com/scothis/dies/pull/57
- Bump k8s.io/api from 0.24.3 to 0.24.4 by @dependabot in https://github.com/scothis/dies/pull/61
- Update Kubernetes APIs to 1.25 by @scothis in https://github.com/scothis/dies/pull/64
Full Changelog: scothis/dies@v0.5.0...v0.6.0
v0.5.0
Highlights
- Adds dies for
admission.k8s.io/v1
and dependent types - Support
runtime.RawExtension
withDieFeedRawExtension
andDieReleaseRawExtension
generated methods
What's Changed
- Bump k8s.io/api to v0.24.1 by @scothis in https://github.com/scothis/dies/pull/48
- Add k8s.io/api/admission/v1 by @scothis in https://github.com/scothis/dies/pull/50
- Disable codecov github checks by @scothis in https://github.com/scothis/dies/pull/51
Full Changelog: scothis/dies@v0.4.0...v0.5.0
v0.4.0
No new features, just tracking the latest Go and Kubernetes releases which includes breaking changes introduced upstream. Users who are not using Kubernetes 1.24 or Go 1.18 can stick with v0.3.0.
Highlights
- 🛑✨ k8s 1.24 https://github.com/scothis/dies/pull/36
- ✨ Use go 1.18 https://github.com/scothis/dies/pull/33
What's Changed
- Bump k8s.io/apiextensions-apiserver from 0.23.3 to 0.23.4 by @dependabot in https://github.com/scothis/dies/pull/26
- Bump k8s.io/kube-aggregator from 0.23.3 to 0.23.4 by @dependabot in https://github.com/scothis/dies/pull/27
- Bump actions/checkout from 2 to 3 by @dependabot in https://github.com/scothis/dies/pull/30
- Bump k8s.io/api from 0.23.4 to 0.23.5 by @dependabot in https://github.com/scothis/dies/pull/32
- Use go 1.18 by @scothis in https://github.com/scothis/dies/pull/33
- Bump k8s.io/kube-aggregator from 0.23.4 to 0.23.5 by @dependabot in https://github.com/scothis/dies/pull/34
- Bump k8s.io/apiextensions-apiserver from 0.23.4 to 0.23.5 by @dependabot in https://github.com/scothis/dies/pull/35
- Bump codecov/codecov-action from 2 to 3 by @dependabot in https://github.com/scothis/dies/pull/37
- Bump actions/setup-go from 2 to 3 by @dependabot in https://github.com/scothis/dies/pull/38
- Bump k8s.io/apiextensions-apiserver from 0.23.5 to 0.23.6 by @dependabot in https://github.com/scothis/dies/pull/41
- Bump k8s.io/kube-aggregator from 0.23.5 to 0.23.6 by @dependabot in https://github.com/scothis/dies/pull/39
- Bump github.com/google/go-cmp from 0.5.7 to 0.5.8 by @dependabot in https://github.com/scothis/dies/pull/43
- Track changes in k8s 1.24 by @scothis in https://github.com/scothis/dies/pull/36
Full Changelog: scothis/dies@v0.3.0...v0.4.0
v0.3.0
Highlights
- 🛑🐛 Avoid spreading byte arrays for field stamps https://github.com/scothis/dies/pull/23
- 👀 Package
dies.dev/apis/rbac/v1
moved todies.dev/apis/authorization/rbac/v1
https://github.com/scothis/dies/pull/22 - ✨ Ensure every kind in k8s 1.23 has a die https://github.com/scothis/dies/pull/22
- ✨ Generate dies for structs in the same package https://github.com/scothis/dies/pull/24
- ✨ Added helper methods to ConditionDie for status values https://github.com/scothis/dies/pull/18
What's Changed
- Bump k8s.io/apiextensions-apiserver from 0.23.0 to 0.23.1 by @dependabot in https://github.com/scothis/dies/pull/11
- Bump github.com/google/go-cmp from 0.5.6 to 0.5.7 by @dependabot in https://github.com/scothis/dies/pull/16
- Bump k8s.io/apiextensions-apiserver from 0.23.1 to 0.23.2 by @dependabot in https://github.com/scothis/dies/pull/15
- Add helper methods to ConditionDie by @scothis in https://github.com/scothis/dies/pull/18
- Bump k8s.io/apiextensions-apiserver from 0.23.2 to 0.23.3 by @dependabot in https://github.com/scothis/dies/pull/21
- Ensure every resource in k8s 1.23 by @scothis in https://github.com/scothis/dies/pull/22
- Avoid spreading byte arrays by @scothis in https://github.com/scothis/dies/pull/23
- Generate dies for structs in the same package by @scothis in https://github.com/scothis/dies/pull/24
Full Changelog: scothis/dies@v0.2.0...v0.3.0
v0.2.0
Change log:
- 🚀 Updated to Kubernetes 1.23 API types (#7)
- 🍂 Breakages in Kubernetes 1.23 are reflected here
v0.1.0
Putting a stake in the ground.
Everything should be considered early and subject to change.
Areas of desired feedback:
- using existing dies
- missing core resources or versions
- creating new dies for third party resource