Skip to content

Commit 7c83587

Browse files
authored
Merge pull request #709 from ComplianceAsCode/release-v1.7.0
CMP-2917: Release v1.7.0
2 parents 50a66b7 + 83db0c9 commit 7c83587

File tree

10 files changed

+21
-17
lines changed

10 files changed

+21
-17
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@ Versioning](https://semver.org/spec/v2.0.0.html).
3232
-
3333

3434

35+
## [1.7.0] - 2025-04-04
36+
37+
Refer to https://github.com/ComplianceAsCode/compliance-operator/releases
38+
3539
## [1.6.0] - 2024-09-12
3640

3741
### Enhancements

bundle.openshift.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ RUN pip3 install --upgrade pip && pip3 install ruamel.yaml==0.17.9
55
# Use a new stage to enable caching of the package installations for local development
66
FROM builder-runner as builder
77

8-
ARG CO_VERSION="1.6.1"
8+
ARG CO_VERSION="1.7.0"
99

1010
COPY ./bundle-hack .
1111
COPY ./bundle/icons ./icons

bundle/manifests/compliance-operator.clusterserviceversion.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ metadata:
161161
capabilities: Seamless Upgrades
162162
categories: Monitoring,Security
163163
must-gather-image: ghcr.io/complianceascode/must-gather-ocp:latest
164-
olm.skipRange: '>=0.1.17 <1.6.2-dev'
164+
olm.skipRange: '>=0.1.17 <1.7.0'
165165
operatorframework.io/cluster-monitoring: "true"
166166
operatorframework.io/suggested-namespace: openshift-compliance
167167
operators.openshift.io/infrastructure-features: '["disconnected", "fips", "proxy-aware"]'
@@ -176,7 +176,7 @@ metadata:
176176
operatorframework.io/arch.arm64: supported
177177
operatorframework.io/arch.ppc64le: supported
178178
operatorframework.io/arch.s390x: supported
179-
name: compliance-operator.v1.6.2-dev
179+
name: compliance-operator.v1.7.0
180180
namespace: placeholder
181181
spec:
182182
apiservicedefinitions: {}
@@ -1695,5 +1695,5 @@ spec:
16951695
name: operator
16961696
- image: ghcr.io/complianceascode/k8scontent:latest
16971697
name: profile
1698-
replaces: compliance-operator.v1.6.1
1699-
version: 1.6.2-dev
1698+
replaces: compliance-operator.v1.6.2
1699+
version: 1.7.0

catalog/preamble.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
"package": "compliance-operator",
1414
"entries": [
1515
{
16-
"name": "compliance-operator.v1.6.2-dev",
17-
"skipRange": ">=0.1.17 <1.6.2-dev"
16+
"name": "compliance-operator.v1.7.0",
17+
"skipRange": ">=0.1.17 <1.7.0"
1818
}
1919
]
2020
}

config/manifests/bases/compliance-operator.clusterserviceversion.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ metadata:
161161
capabilities: Seamless Upgrades
162162
categories: Monitoring,Security
163163
must-gather-image: ghcr.io/complianceascode/must-gather-ocp:latest
164-
olm.skipRange: '>=0.1.17 <1.6.2-dev'
164+
olm.skipRange: '>=0.1.17 <1.7.0'
165165
operatorframework.io/cluster-monitoring: "true"
166166
operatorframework.io/suggested-namespace: openshift-compliance
167167
operators.openshift.io/infrastructure-features: '["disconnected", "fips", "proxy-aware"]'
@@ -174,7 +174,7 @@ metadata:
174174
operatorframework.io/arch.arm64: supported
175175
operatorframework.io/arch.ppc64le: supported
176176
operatorframework.io/arch.s390x: supported
177-
name: compliance-operator.v1.6.2-dev
177+
name: compliance-operator.v1.7.0
178178
namespace: placeholder
179179
spec:
180180
apiservicedefinitions: {}
@@ -1574,5 +1574,5 @@ spec:
15741574
provider:
15751575
name: Red Hat Inc.
15761576
url: www.redhat.com
1577-
replaces: compliance-operator.v1.6.1
1578-
version: 1.6.2-dev
1577+
replaces: compliance-operator.v1.6.2
1578+
version: 1.7.0

images/must-gather/Containerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ LABEL \
1111
com.redhat.component="openshift-compliance-must-gather-container" \
1212
io.openshift.maintainer.product="OpenShift Container Platform" \
1313
io.openshift.maintainer.component="Compliance Operator" \
14-
version=1.6.1-dev
14+
version=1.7.0
1515

1616
# Install openshift-clients, jq, tar, and rsync, which are required for
1717
# must-gather.

images/openscap/Containerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ LABEL \
1212
io.openshift.maintainer.product="OpenShift Container Platform" \
1313
io.openshift.maintainer.component="Compliance Operator" \
1414
run="podman run --privileged -v /:/host -eHOSTROOT=/host -ePROFILE=xccdf_org.ssgproject.content_profile_coreos-fedramp -eCONTENT=ssg-rhcos4-ds.xml -eREPORT_DIR=/reports -eRULE=xccdf_org.ssgproject.content_rule_selinux_state" \
15-
version=1.6.1-dev
15+
version=1.7.0
1616

1717
RUN microdnf -y update glibc
1818
RUN microdnf -y install openscap openscap-scanner

images/operator/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ LABEL \
2424
com.redhat.component="openshift-compliance-operator-container" \
2525
io.openshift.maintainer.product="OpenShift Container Platform" \
2626
io.openshift.maintainer.component="Compliance Operator" \
27-
version=1.6.1-dev
27+
version=1.7.0
2828

2929
WORKDIR /
3030

version.Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
# - use the VERSION as arg of the bundle target (e.g make bundle VERSION=0.0.2)
33
# - use environment variables to overwrite this value (e.g export VERSION=0.0.2)
44

5-
PREVIOUS_VERSION?=1.6.1
6-
VERSION?=1.6.2-dev
5+
PREVIOUS_VERSION?=1.7.0
6+
VERSION?=1.7.0

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
package version
22

33
var (
4-
Version = "1.6.0"
4+
Version = "1.7.0"
55
)

0 commit comments

Comments
 (0)