Releases: cisco-open/k8s-objectmatcher
Releases · cisco-open/k8s-objectmatcher
v1.10.0
What's Changed
- Bump github.com/gogo/protobuf from 1.3.1 to 1.3.2 by @dependabot in #59
- build(deps): bump golang.org/x/text from 0.3.4 to 0.3.8 in /tests by @dependabot in #67
- build(deps): bump golang.org/x/text from 0.3.3 to 0.3.8 by @dependabot in #66
- test filemode set on server side by @pepov in #50
- build(deps): bump golang.org/x/net from 0.0.0-20210224082022-3d97a244fca7 to 0.7.0 in /tests by @dependabot in #69
- build(deps): bump golang.org/x/net from 0.0.0-20201021035429-f5854403a974 to 0.7.0 by @dependabot in #68
- build(deps): bump actions/setup-go from 3 to 4 by @dependabot in #72
- .github: Add Scorecard workflow by @lelia in #81
- dependabot setup by @pepov in #99
- build(deps): bump the github-actions group with 5 updates by @dependabot in #101
- build(deps): bump the gomod group with 2 updates by @dependabot in #100
New Contributors
- @dependabot made their first contribution in #59
- @lelia made their first contribution in #81
Full Changelog: v1.9.0...v1.10.0
v1.9.0
What's Changed
- ci: add github actions workflow by @sagikazarmark in #58
- Cleanup by @sagikazarmark in #60
- chore: update dependencies by @sagikazarmark in #64
Full Changelog: v1.8.0...v1.9.0
v1.7.0
What's Changed
- Do not remove false bool values and update k8s tests by @pepov in https://github.com/banzaicloud/k8s-objectmatcher/pull/48
Full Changelog: banzaicloud/k8s-objectmatcher@v1.6.1...v1.7.0
v1.6.1
What's Changed
- Apply unstructured patches and recreate the patch based on the difference by @pepov in https://github.com/banzaicloud/k8s-objectmatcher/pull/46
This is a bugfix, that applies the same method for an unstructured patch, that is already done for structured objects, to make sure the patch makes any difference.
Full Changelog: banzaicloud/k8s-objectmatcher@v1.6.0...v1.6.1
v1.6.0
What's Changed
- Adds an Ignore option for Metadata by @john-a-joyce in https://github.com/banzaicloud/k8s-objectmatcher/pull/44
New Contributors
- @john-a-joyce made their first contribution in https://github.com/banzaicloud/k8s-objectmatcher/pull/44
Full Changelog: banzaicloud/k8s-objectmatcher@v1.5.2...v1.6.0
Fix VolumeClaimTemplates ignore option
v1.5.1 Fix patch.IgnoreVolumeClaimTemplateTypeMetaAndStatus and add it as a …
v1.4.1
Fix invalid json error which happens when the annotation is not zippe…
v1.4.0
Make public zip functions to private