Skip to content

Commit

Permalink
Release v1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rhmdnd committed Jun 3, 2024
1 parent 71cd27f commit be6fb72
Show file tree
Hide file tree
Showing 6 changed files with 43 additions and 16 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,33 @@ Versioning](https://semver.org/spec/v2.0.0.html).
-


## [1.5.0] - 2024-05-31

### Enhancements

-

### Fixes

-

### Internal Changes

-

### Deprecations

-

### Removals

-

### Security

-


## [1.4.1] - 2024-04-17

### Fixes
Expand Down
18 changes: 9 additions & 9 deletions bundle/manifests/compliance-operator.clusterserviceversion.yaml
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 <1.4.1'
olm.skipRange: '>=0.1.17 <1.5.0'
operatorframework.io/cluster-monitoring: "true"
operatorframework.io/suggested-namespace: openshift-compliance
operators.openshift.io/infrastructure-features: '["disconnected", "fips", "proxy-aware"]'
Expand All @@ -174,7 +174,7 @@ metadata:
operatorframework.io/arch.amd64: supported
operatorframework.io/arch.ppc64le: supported
operatorframework.io/arch.s390x: supported
name: compliance-operator.v1.4.1
name: compliance-operator.v1.5.0
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -1244,13 +1244,13 @@ spec:
- list
- watch
- apiGroups:
- config.openshift.io
- config.openshift.io
resources:
- infrastructures
- infrastructures
verbs:
- get
- list
- watch
- get
- list
- watch
serviceAccountName: compliance-operator
- rules:
- apiGroups:
Expand Down Expand Up @@ -1669,5 +1669,5 @@ spec:
name: operator
- image: ghcr.io/complianceascode/k8scontent:latest
name: profile
replaces: compliance-operator.v1.4.0
version: 1.4.1
replaces: compliance-operator.v1.4.1
version: 1.5.0
4 changes: 2 additions & 2 deletions catalog/preamble.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"package": "compliance-operator",
"entries": [
{
"name": "compliance-operator.v1.4.1",
"skipRange": ">=0.1.17 <1.4.1"
"name": "compliance-operator.v1.5.0",
"skipRange": ">=0.1.17 <1.5.0"
}
]
}
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 <1.4.1'
olm.skipRange: '>=0.1.17 <1.5.0'
operatorframework.io/cluster-monitoring: "true"
operatorframework.io/suggested-namespace: openshift-compliance
operators.openshift.io/infrastructure-features: '["disconnected", "fips", "proxy-aware"]'
Expand Down Expand Up @@ -1557,5 +1557,5 @@ spec:
provider:
name: Red Hat Inc.
url: www.redhat.com
replaces: compliance-operator.v1.4.0
version: 1.4.1
replaces: compliance-operator.v1.4.1
version: 1.5.0
2 changes: 1 addition & 1 deletion version.Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
# - use the VERSION as arg of the bundle target (e.g make bundle VERSION=0.0.2)
# - use environment variables to overwrite this value (e.g export VERSION=0.0.2)

VERSION?=1.4.1
VERSION?=1.5.0
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 = "1.4.1"
Version = "1.5.0"
)

0 comments on commit be6fb72

Please sign in to comment.