This repository has been archived by the owner on Jul 12, 2024. It is now read-only.
Releases: cashapp/cmmc
Releases · cashapp/cmmc
v0.1.4
v0.1.3
v0.1.2
What's Changed
Various internal updates
- Now using
[email protected]
, and lots of updates to make that work. #25 - Updated to k8s api client and libs to
v0.26.0
#26 - Updated the
kubebuilder
andcontroller-runtime
dependencies to their latest versions. #26 - Updated logging and monitoring libs (logr & prometheus) #26
- Updated testing libraries (
ginkgo
,gomega
,testify
) #26
Fixes
- Removing a key in the
MergeTarget
resource cleans up correctly (#23)
Full Changelog: v0.1.1...v0.1.2
v0.1.1
What's Changed
Deprecation
If you are using namespace_selector
in your MergeSource
resources, please migrate
to namespaceSelector
instead. Both will work for the time being, but namespace_selector
will likely be dropped around v0.2.0
.
Full Changelog: v0.1.0...v0.1.1
v0.1.0
What's Changed
Features
- Added flags to support configuring
MaxConcurrentReconciles
options for bothMergeSource
andMergeTarget
controllers. (#17)
Upgrades
- Upgraded to use go1.17 (#16)
- Updated controller-runtime to v0.10.2 (#15)
- Updated testing library to ginkgo/v2 (#15)
Other Changes
- Tests are deterministic and run faster (#13)
Full Changelog: v0.0.2...v0.1.0
v0.0.2
v0.0.1: Releasing...
- Don't release on push to main - Release on release w/ versions