Releases: cisco-open/k8s-objectmatcher
Releases · cisco-open/k8s-objectmatcher
v1.3.1
Upgrade to k8s 1.17 libraries, ignore option for certain fields in StatefulSets
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
fixing numeric pointer diffs (#18) * add test for deployment replicas diff * fix int marshalling and IntOrStr behaviour Signed-off-by: Nandor Kracser <bonifaido@gmail.com>
Dependency version upgrades
Upgrade Kubernetes dependency versions to 1.15
gomod fix
v1.0.0
ObjectMatcher v0.1.1 release
Stability fixes and tests
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.