Skip to content

Commit

Permalink
Release v0.1.52
Browse files Browse the repository at this point in the history
  • Loading branch information
Vincent056 committed May 19, 2022
1 parent fb0f046 commit 1489dda
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 13 deletions.
20 changes: 14 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,7 @@ Versioning](https://semver.org/spec/v2.0.0.html).

### Fixes

- It came to notice that Machine Config Operator is using base64 encoding
instead of url-encoding for Machine Config source on OVN cluster. And it
is causing remediation to fail on OVN cluster. This fix addresses that issue
by checking encoding to handle both base64 and url-encoded MC source, so
that the remediation will work properly.
[bug](https://bugzilla.redhat.com/show_bug.cgi?id=2082431) for more information.
-

### Internal Changes

Expand All @@ -37,6 +32,19 @@ Versioning](https://semver.org/spec/v2.0.0.html).
-


## [0.1.52] - 2022-05-19


### Fixes

- It came to notice that Machine Config Operator is using base64 encoding
instead of url-encoding for Machine Config source on OVN cluster. And it
is causing remediation to fail on OVN cluster. This fix addresses that issue
by checking encoding to handle both base64 and url-encoded MC source, so
that the remediation will work properly.
[bug](https://bugzilla.redhat.com/show_bug.cgi?id=2082431) for more information.


## [0.1.51] - 2022-05-10

### Enhancements
Expand Down
2 changes: 1 addition & 1 deletion deploy/compliance-operator-chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ version: 0.1.0
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "0.1.51"
appVersion: "0.1.52"
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ metadata:
]
capabilities: Seamless Upgrades
categories: Monitoring,Security
olm.skipRange: '>=0.1.17 <0.1.51'
olm.skipRange: '>=0.1.17 <0.1.52'
operatorframework.io/cluster-monitoring: "true"
operatorframework.io/suggested-namespace: openshift-compliance
operators.openshift.io/infrastructure-features: '["disconnected", "fips", "proxy-aware"]'
Expand All @@ -170,7 +170,7 @@ metadata:
operatorframework.io/arch.amd64: supported
operatorframework.io/arch.ppc64le: supported
operatorframework.io/arch.s390x: supported
name: compliance-operator.v0.1.51
name: compliance-operator.v0.1.52
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -1292,10 +1292,10 @@ spec:
- name: RELATED_IMAGE_OPENSCAP
value: quay.io/compliance-operator/openscap-ocp:1.3.5
- name: RELATED_IMAGE_OPERATOR
value: quay.io/compliance-operator/compliance-operator:0.1.51
value: quay.io/compliance-operator/compliance-operator:0.1.52
- name: RELATED_IMAGE_PROFILE
value: quay.io/compliance-operator/compliance-operator-content:latest
image: quay.io/compliance-operator/compliance-operator:0.1.51
image: quay.io/compliance-operator/compliance-operator:0.1.52
imagePullPolicy: Always
name: compliance-operator
resources:
Expand Down Expand Up @@ -1618,4 +1618,4 @@ spec:
provider:
name: Red Hat Inc.
url: www.redhat.com
version: 0.1.51
version: 0.1.52
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package version

var (
Version = "0.1.51"
Version = "0.1.52"
)

0 comments on commit 1489dda

Please sign in to comment.