Skip to content
This repository has been archived by the owner on Jul 12, 2024. It is now read-only.

Releases: cashapp/cmmc

v0.1.4

14 Nov 01:24
24c9b1c
Compare
Choose a tag to compare

What's changed

  • Fixed bug where too many configmap merge sources updates cause errors due to multiple concurrent updates (#33)

v0.1.3

13 Nov 19:21
cc402a2
Compare
Choose a tag to compare

Fixes

  • Updated documentation examples for aws-auth
  • Fix bug with passing --merge-target-max-concurrent-reconciles to the MergeTarget controller properly

v0.1.2

06 Jan 19:47
94ccdc4
Compare
Choose a tag to compare

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 and controller-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

23 Feb 16:24
3f75eb3
Compare
Choose a tag to compare

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

19 Feb 21:39
5e93c77
Compare
Choose a tag to compare

What's Changed

Features

  • Added flags to support configuring MaxConcurrentReconciles options for both MergeSource
    and MergeTarget 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

11 Jan 20:39
e6a7262
Compare
Choose a tag to compare

FIX: Allows multiple MergeSource resources to watch the same ConfigMap (#10)

v0.0.1: Releasing...

15 Nov 22:57
Compare
Choose a tag to compare
v0.0.1: Releasing... Pre-release
Pre-release
- Don't release on push to main
- Release on release w/ versions