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

chore: update k8s dependencies #560

Merged
merged 13 commits into from May 17, 2024
Merged

chore: update k8s dependencies #560

merged 13 commits into from May 17, 2024

Conversation

puertomontt
Copy link
Contributor

@puertomontt puertomontt commented May 7, 2024

Description

update k8s deps to v0.30.0

handle breaking changes from kubernetes-sigs/controller-runtime#2783

Context

Summary of issue

Description and justification of any interesting decisions made

BOT NOTES:
resolves https://github.com/solo-io/gloo-mesh-enterprise/issues/14822

@solo-changelog-bot
Copy link

Issues linked to changelog:
https://github.com/solo-io/gloo-mesh-enterprise/issues/14822

@@ -59,9 +55,6 @@ type DynamicSource struct {

// has source started?
started *startArgs

// the channel to which to push events
output source.Channel
Copy link
Contributor Author

Choose a reason for hiding this comment

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

appears unused, and source.Channel is no longer a type

@puertomontt
Copy link
Contributor Author

@@ -251,7 +251,7 @@ var _ = Describe("ManifestsRenderer", func() {
Expect(err).NotTo(HaveOccurred())
Expect(outFiles).To(HaveLen(2)) // legacy and templated manifests
Expect(outFiles[0].Content).To(ContainSubstring(crdutils.CRDVersionKey + ": 1.0.0"))
Expect(outFiles[0].Content).To(ContainSubstring(crdutils.CRDSpecHashKey + ": b6ec737002f7d02e"))
Copy link
Contributor

Choose a reason for hiding this comment

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

non blocking -- make this a constant?

@soloio-bulldozer soloio-bulldozer bot merged commit 4022e6c into main May 17, 2024
3 checks passed
@soloio-bulldozer soloio-bulldozer bot deleted the chore/bump-k8s-v0.30 branch May 17, 2024 02:45
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