Skip to content

Releases: cisco-open/k8s-objectmatcher

v1.3.1

07 May 15:08
233ed4f
Compare
Choose a tag to compare
fix intorstring for strings (#27)

Upgrade to k8s 1.17 libraries, ignore option for certain fields in StatefulSets

04 May 12:59
ef5208c
Compare
Choose a tag to compare

The volumeClaimTemplates field in a StatefulSet contains the full descriptions of the VolumeClaimTemplate root object which makes diff checking harder, especially because the Kubernetes API server from version 1.17.4 started to send back Kind and APIVersion fields in the response which were previously left empty. The patch.IgnoreVolumeClaimTemplateTypeMetaAndStatus option makes these and the status field checks avoidable.

Fix numeric pointer diffs

28 Jan 16:44
Compare
Choose a tag to compare
fixing numeric pointer diffs (#18)

* add test for deployment replicas diff
* fix int marshalling and IntOrStr behaviour

Signed-off-by: Nandor Kracser <[email protected]>

Dependency version upgrades

10 Jan 14:26
Compare
Choose a tag to compare

Upgrade Kubernetes dependency versions to 1.15

gomod fix

17 Sep 13:10
Compare
Choose a tag to compare

Turns out replace directives are unnecessary locally, but forces downstream projects to apply replace directives themselves.

v1.0.0

10 Jul 19:46
Compare
Choose a tag to compare
Remove the legacy objectmatcher code and get rid of unnecessary depen…

ObjectMatcher v0.1.1 release

20 Jun 08:34
Compare
Choose a tag to compare

Stability fixes and tests

14 Jun 07:04
Compare
Choose a tag to compare

This release captures the state where the integration tests covered the original version of the lib in the root of the project.
Subsequent releases will test only what is in the patch package. This version will eventually be removed from the project.