Releases: open-cluster-management-io/policy-generator-plugin
Releases · open-cluster-management-io/policy-generator-plugin
v1.16.0
What's Changed
- Add support for disabling load restrictions for executing kustomize by @mprahl in #165
- Add new field gatekeeperEnforcementAction to override enforcementAction by @yiraeChristineKim in #167
- Revert "Upgrade PolicyReport CRD to v1beta1" by @dhaiducek in #168
- Replace references to IamPolicy with CertPolicy by @dhaiducek in #170
- Fix: Clean namespaces from Policy types by @dhaiducek in #171
- Fix policy name in example by @dhaiducek in #172
- Add setting name on ConfigurationPolicy by @yiraeChristineKim in #169
- Refactor name setting for complex cases by @yiraeChristineKim in #174
- Fix the bug where raw is abead of obj-temp by @yiraeChristineKim in #175
- Add support for spec.hubTemplateOptions when generating a policy by @mprahl in #177
- Add setting custom messages on configuration policies by @mprahl in #178
- Add
arm64
binary builds by @dhaiducek in #179 - Remove
replace
fromgo.mod
by @dhaiducek in #180 - Update to Go v1.22 by @dhaiducek in #182
- Add
-mod=readonly
to build by @dhaiducek in #183 - Exit loop on build errors by @dhaiducek in #185
- Document the watch evaluation interval by @mprahl in #184
- Sync common Makefile by @dhaiducek in #186
New Contributors
- @yiraeChristineKim made their first contribution in #167
Full Changelog: v1.15.0...v1.16.0
v1.15.0
What's Changed
- Upgrade PolicyReport CRD to v1beta1 by @zyjjay in #160
- Bump softprops/action-gh-release from 2.0.4 to 2.0.5 in the github-actions group by @dependabot in #161
- Update Go packages by @dhaiducek in #162
- Add the recreateOption field by @mprahl in #163
- Add example generation to workflows by @dhaiducek in #164
- Add OpenAPI support by @edcdavid in #159
New Contributors
Full Changelog: v1.14.0...v1.15.0
v1.14.0
What's Changed
- Add
recordDiff
to policy generator by @dhaiducek in #143 - Update to Go v1.21 by @dhaiducek in #144
- Sync common Makefile by @dhaiducek in #145
- Sync common Makefile and Dependabot by @dhaiducek in #146
- Bump the github-actions group with 3 updates by @dependabot in #147
- Set unreachable Toleration in Placement by @dhaiducek in #148
- Sync common makefile by @dhaiducek in #149
- Upgrade common Makefile by @dhaiducek in #150
- Add
unavailable
toleration to Placement by @dhaiducek in #151 - Bump the github-actions group with 1 update by @dependabot in #153
- Fix PolicyGenerator setting InformOnly on root policy by @JeffeyL in #154
- Sync common Makefile by @dhaiducek in #156
- Allow override across different placement types by @zyjjay in #157
- Add support for object-templates-raw by @JeffeyL in #158
New Contributors
Full Changelog: v1.13.0...v1.14.0
v1.13.0
What's Changed
- Set the severity annotation for non-OCM policies by @mprahl in #132
- Fix
PatchesStrategicMerge
deprecation warning by @dhaiducek in #136 - Make
Placement
the default by @dhaiducek in #135 - Fix setting manifest configurations by @dhaiducek in #137
- Allow setting policy open-cluster-management.io/description annoation by @brian-jarvis in #139
- Add field to set labels on the Policy generated by @brian-jarvis in #140
- Implement
kustomizeOptions
by @dhaiducek in #109
Full Changelog: v1.12.3...v1.13.0
v1.12.4
v1.12.3
What's Changed
- Fix ExtraDependencies for ConfigPolicy manifests by @dhaiducek in #126
- Only set the dependency namespace for Policy by @dhaiducek in #127
- ACM-5068: Set consolidateManifests=false when orderManifests=true by @JeffeyL in #128
New Contributors
Full Changelog: v1.12.2...v1.12.3
v1.12.2
What's Changed
- Update README by @dhaiducek in #117
- Fix
ignorePending
when manifests are consolidated by @dhaiducek in #119 - Add version flag to generator by @dhaiducek in #120
- Don't set version if SHA is empty by @dhaiducek in #121
- Fetch build version if version wasn't set a build time by @dhaiducek in #122
- Fetch annotated tag by @dhaiducek in #123
Full Changelog: v1.12.1...v1.12.2
v1.12.1
What's Changed
- Update OWNERS by @gparvin in #115
- Bump
action-gh-release
version by @dhaiducek in #114 - Fix Gatekeeper manifest wrapping by @dhaiducek in #116
Full Changelog: v1.12.0...v1.12.1
v1.12.0
What's Changed
- Document
go install
commands by @dhaiducek in #108 - Fix placement doc by @dhaiducek in #110
- Error when manifest is empty by @dhaiducek in #111
- Update to Go 1.20 by @dhaiducek in #112
- Wrap Gatekeeper manifests directly when expander is disabled by @dhaiducek in #113
Full Changelog: v1.11.0...v1.12.0
v1.11.0
What's Changed
- The primary repository now resides in
open-cluster-management-io
! - You can now
go install
this release and subsequent releases using the pathopen-cluster-management.io/policy-generator-plugin/cmd/PolicyGenerator
- Allow placement generation to be shut off by @dhaiducek in #87
- Add
policySetDefaults
by @dhaiducek in #91 - Add support for generating placement with raw data by @willkutler in #93
- Add support for the copyPolicyMetadata field by @mprahl in #96
- Fix clusterSelector default value by @serngawy in #98
Full Changelog: v1.10.0...v1.11.0