Skip to content

Commit e9d8496

Browse files
authored
Merge pull request #794 from Vincent056/1-8-master
Update version to 1.8.0-dev in Makefile and manifests for development
2 parents af53a48 + b86c5d7 commit e9d8496

6 files changed

Lines changed: 14 additions & 14 deletions

File tree

bundle.openshift.Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
ARG CO_OLD_VERSION="1.7.0"
2-
ARG CO_NEW_VERSION="1.7.1"
1+
ARG CO_OLD_VERSION="1.7.1"
2+
ARG CO_NEW_VERSION="1.8.0-dev"
33

44
FROM brew.registry.redhat.io/rh-osbs/openshift-golang-builder:v1.23 as builder
55

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.7.1'
164+
olm.skipRange: '>=0.1.17 <1.8.0-dev'
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.7.1
179+
name: compliance-operator.v1.8.0-dev
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.7.0
1699-
version: 1.7.1
1698+
replaces: compliance-operator.v1.7.1
1699+
version: 1.8.0-dev

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.7.1",
17-
"skipRange": ">=0.1.17 <1.7.1"
16+
"name": "compliance-operator.v1.8.0-dev",
17+
"skipRange": ">=0.1.17 <1.8.0-dev"
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.7.1'
164+
olm.skipRange: '>=0.1.17 <1.8.0-dev'
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.7.1
177+
name: compliance-operator.v1.8.0-dev
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.7.0
1578-
version: 1.7.1
1577+
replaces: compliance-operator.v1.7.1
1578+
version: 1.8.0-dev

version.Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
# - use environment variables to overwrite this value (e.g export VERSION=0.0.2)
44

55
PREVIOUS_VERSION?=1.7.1
6-
VERSION?=1.7.1
6+
VERSION?=1.8.0-dev

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.7.1"
4+
Version = "1.8.0-dev"
55
)

0 commit comments

Comments
 (0)