-
Notifications
You must be signed in to change notification settings - Fork 79
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* controller-runtime upgrade. * Very annoying deprecation errors. * Try adding TLSOpts to all test mgrs. * Ensure metrics not started on medusa tests. * Fixed the webhook issues it appears. * Fix toolchain issue. * Add changelog. * Comment out medusa TestScheduler test. I don't know how to fix this. * Try to fix failing e2e tests. Maybe this is related to misuse of PollUntilContextTimeout... * Try setting all polluntilcontext timeout the same way. * Ensure all list failures are logged. * Actually log when a replicated secret is screwing up. * Add default cache config for cluster-scope * Make context changes in the PollUntilContextTimeout (which exits immediately right now) * Remove more duplicate contexts * Fix the function parameter order in DeleteK8ssandraClusters/CassandraDatacenters in tests. Update controller-runtime from 0.17.2 -> 0.17.5 for some bugfixes * Fix go.sum. * Put watchnamespace back the way it should be. * Get linting passing. * Fix the namespace parsing again after the merge * Fix bug which is driving us into a multiNamespaceCache within controller runtime instead of the informerCache we want. * More logging * Better fix for namespacing the caches. * Extend timeout on cluster scoped test. * Oops, that was embarrassing. * Changelog, better loop for setting default namespaces. * Fix changelog. * Use nonCachedClient in the ClientConfig to prevent cache invalidation issue since this is very low usage client * Fix clientConfig initialization to fetch clusterscoped all the ClientConfig items --------- Co-authored-by: Michael Burman <[email protected]>
- Loading branch information
1 parent
d7f059e
commit 66db83a
Showing
56 changed files
with
7,186 additions
and
2,302 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# Build the manager binary | ||
FROM golang:1.20 as builder | ||
FROM golang:1.21 as builder | ||
ARG TARGETOS | ||
ARG TARGETARCH | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.