operator-framework / operator-sdk

SDK for building Kubernetes applications. Provides high level APIs, useful abstractions, and project scaffolding.
https://sdk.operatorframework.io
Apache License 2.0
7.21k stars 1.74k forks source link

Bump k8s to 1.29 versions #6736

Closed Neo2308 closed 2 months ago

Neo2308 commented 5 months ago

Description of the change:

TODO:

Motivation for the change:

Checklist

If the pull request includes user-facing changes, extra documentation is required:

Neo2308 commented 2 months ago

@joelanford, @everettraven, @acornett21 could you review this PR?

acornett21 commented 2 months ago

@Neo2308 This doesn't have the proper version of the ansilbe-plugin, I'll work on releasing today. Also, it doesn't have the proper version of the helm plugin, since we'll need to backfill that to have a matching version of kubebuilder.

acornett21 commented 2 months ago

@Neo2308 ansible-operator-plugin v1.35.0` has been released for you to use.

Neo2308 commented 2 months ago

@acornett21 Done!

acornett21 commented 2 months ago

I'm still trying to work on a helm-plugin backport and a java-plugin pr/release (though I don't have that access there) to get all the kubebuilder versions in-sync.

acornett21 commented 2 months ago

@Neo2308 Can you pull this version in for the java plugin? https://github.com/operator-framework/java-operator-plugins/releases/tag/v0.10.0

acornett21 commented 2 months ago

Hi @Neo2308 Sorry for the delay, but it took 11 PR's to get the helm-operator-plugin backfilled to the proper version of kubebuilder.

You can use this version in this PR https://github.com/operator-framework/helm-operator-plugins/releases/tag/v0.2.2

I think after this all the deps are in proper shape, we'd just have to look to make sure all scaffolding/testing/etc passes CI.

Neo2308 commented 2 months ago

@acornett21 any idea how to fix the failing docs sanity?

acornett21 commented 2 months ago

@Neo2308 I'm unsure, I don't have access to the routes/etc for the website. I asked here in slack about this and for additional reviews.

I'll spend sometime tomorrow reviewing/testing this myself as well.

acornett21 commented 2 months ago

@Neo2308 Doing some testing today, and am updating the PR description as I find more issues this fixes/closes.

acornett21 commented 2 months ago

I've tested all the things I care to test and everything looks good.

acornett21 commented 2 months ago

Hi @Neo2308 Can you change the below?

https://github.com/operator-framework/operator-sdk/blob/master/website/config.toml#L202

to https://github.com/operator-framework/operator-sdk/tree/v1.20.x/website/content/en/docs

It seems like there is a limit on the number of subdomains. Thanks.