Skip to content

Conversation

@Zerpet
Copy link
Member

@Zerpet Zerpet commented Jan 17, 2025

Summary Of Changes

  • Update dependencies

Additional Context

Dependabot is not cleaning the go sum correctly. I had to run go mod tidy after updating
all the dependencies.

@Zerpet Zerpet added this to the v1.16.0 milestone Jan 17, 2025
@Zerpet Zerpet self-assigned this Jan 17, 2025
@Zerpet Zerpet requested a review from mkuratczyk January 17, 2025 11:21
Use a glob instead of hard coding a path to a specific version.
@Zerpet
Copy link
Member Author

Zerpet commented Jan 17, 2025

CI failed with the same error that we hit every time we update the cluster operator: hard-coded path cannot be found. I added a commit to use a glob pattern instead. Locally, the glob may return multiple paths, but that's fine because it is the same API version of the operator v1beta1. In CI, the glob will return just one path.

@Zerpet Zerpet requested a review from MirahImage January 21, 2025 17:34
@Zerpet
Copy link
Member Author

Zerpet commented Jan 21, 2025

@MirahImage @mkuratczyk anyone fancy a review? 👀

@Zerpet Zerpet merged commit df05639 into main Jan 22, 2025
7 checks passed
@Zerpet Zerpet deleted the chore/update-deps branch January 22, 2025 12:30
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.

3 participants