Skip to content

Commit

Permalink
Release v1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Vincent056 committed Mar 31, 2023
1 parent 7d12e48 commit 160c6f2
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 10 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,19 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic
Versioning](https://semver.org/spec/v2.0.0.html).

## [1.2.1] - 2023-03-31
### Changes
- Use RHEL8 for building FIO container images in CI
- Bump github.com/go-logr/logr from 1.2.3 to 1.2.4
- Bump sigs.k8s.io/controller-runtime from 0.14.5 to 0.14.6
- Bump github.com/prometheus-operator/prometheus-operator/pkg/client
- Bump k8s.io/apiextensions-apiserver from 0.26.2 to 0.26.3
- Update CI to use RHEL 9 and OpenShift 4.13
- Bump github.com/onsi/gomega from 1.27.2 to 1.27.4
- Update maintainers
- Bump golang.org/x/net from 0.7.0 to 0.8.0
- Bump golang.org/x/mod from 0.8.0 to 0.9.0

## [1.2.0] - 2023-03-06
### Changes
- Update golang version in Dockerfile for builds
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ metadata:
]
capabilities: Seamless Upgrades
categories: Monitoring,Security
createdAt: "2023-03-06T20:23:40Z"
olm.skipRange: '>=1.0.0 <1.2.0'
createdAt: "2023-03-31T19:00:47Z"
olm.skipRange: '>=1.0.0 <1.2.1'
operatorframework.io/cluster-monitoring: "true"
operatorframework.io/suggested-namespace: openshift-file-integrity
operators.openshift.io/infrastructure-features: '["disconnected", "fips"]'
Expand All @@ -35,7 +35,7 @@ metadata:
operatorframework.io/arch.s390x: supported
operatorframework.io/os.linux: supported
operatorframework.io/os.zos: supported
name: file-integrity-operator.v1.2.0
name: file-integrity-operator.v1.2.1
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -99,7 +99,7 @@ spec:
value: file-integrity-operator
- name: RELATED_IMAGE_OPERATOR
value: quay.io/file-integrity-operator/file-integrity-operator:latest
image: quay.io/file-integrity-operator/file-integrity-operator:1.2.0
image: quay.io/file-integrity-operator/file-integrity-operator:1.2.1
imagePullPolicy: Always
name: file-integrity-operator
resources:
Expand Down Expand Up @@ -321,4 +321,7 @@ spec:
provider:
name: Red Hat
url: https://github.com/openshift/file-integrity-operator
version: 1.2.0
relatedImages:
- image: quay.io/file-integrity-operator/file-integrity-operator:latest
name: operator
version: 1.2.1
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": "file-integrity-operator",
"entries": [
{
"name": "file-integrity-operator.v1.2.0",
"skipRange": ">=1.0.0 <1.2.0"
"name": "file-integrity-operator.v1.2.1",
"skipRange": ">=1.0.0 <1.2.1"
}
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ metadata:
]
capabilities: Seamless Upgrades
categories: Monitoring,Security
olm.skipRange: '>=1.0.0 <1.2.0'
olm.skipRange: '>=1.0.0 <1.2.1'
operatorframework.io/cluster-monitoring: "true"
operatorframework.io/suggested-namespace: openshift-file-integrity
operators.openshift.io/infrastructure-features: '["disconnected", "fips"]'
Expand Down
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.2.0
VERSION?=1.2.1
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.2.0"
Version = "1.2.1"
)

0 comments on commit 160c6f2

Please sign in to comment.