Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: support Kubernetes 1.29 #122

Merged
merged 3 commits into from
Feb 5, 2024
Merged

Conversation

mamachanko
Copy link
Collaborator

@mamachanko mamachanko commented Jan 4, 2024

It may not yet include all new types introduced by Kubernetes 1.29, but ./hack/update-codegen.sh passes and leaves the worktree clean.

Addresses https://github.com/scothis/dies/issues/121.

Signed-off-by: Max Brauer <mbrauer@vmware.com>
Upstream API deprecations and removals are reflected here.

Signed-off-by: Scott Andrews <scott@andrews.me>
Signed-off-by: Scott Andrews <scott@andrews.me>
@scothis scothis merged commit 7672b18 into reconcilerio:main Feb 5, 2024
3 checks passed
@scothis
Copy link
Collaborator

scothis commented Feb 5, 2024

thanks @mamachanko. I added dies for new fields within existing types and a few other minor issues.

@@ -38,8 +41,7 @@ func (d *PersistentVolumeClaimSpecDie) SelectorDie(fn func(d *diemetav1.LabelSel

func (d *PersistentVolumeClaimSpecDie) ResourcesDie(fn func(d *ResourceRequirementsDie)) *PersistentVolumeClaimSpecDie {
return d.DieStamp(func(r *corev1.PersistentVolumeClaimSpec) {
d := ResourceRequirementsBlank.DieImmutable(false).DieFeed(r.Resources)
fn(d)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

already fixed, but removing this line was an issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants