Skip to content

Commit a23e38f

Browse files
committed
Release v1.3.0
1 parent 5080ea3 commit a23e38f

File tree

6 files changed

+37
-10
lines changed

6 files changed

+37
-10
lines changed

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,33 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic
66
Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.3.0] - 2023-06-08
9+
### Changes
10+
- Bump github.com/onsi/gomega from 1.27.7 to 1.27.8
11+
- Bump github.com/sirupsen/logrus from 1.9.2 to 1.9.3
12+
- Bump github.com/prometheus-operator/prometheus-operator/pkg/client
13+
- Adjust FIO controller initialization to controller-runtime 0.15
14+
- Bump controller-runtime, k8s deps and library-go
15+
- Bump github.com/stretchr/testify from 1.8.3 to 1.8.4
16+
- Change the default config file to exclude kubelet CA
17+
- Bump github.com/securego/gosec/v2 from 2.15.0 to 2.16.0
18+
- Bump github.com/prometheus/client_golang from 1.15.0 to 1.15.1
19+
- Bump github.com/stretchr/testify from 1.8.2 to 1.8.3
20+
- Bump k8s.io/apimachinery from 0.27.1 to 0.27.2
21+
- Bump github.com/onsi/gomega from 1.27.6 to 1.27.7
22+
- Bump github.com/sirupsen/logrus from 1.9.0 to 1.9.2
23+
- Fix re-inits issues
24+
- Bump golang.org/x/net from 0.9.0 to 0.10.0
25+
- Bump github.com/cenkalti/backoff/v4 from 4.2.0 to 4.2.1
26+
- Bump k8s.io/apimachinery from 0.27.0 to 0.27.1
27+
- Fix Node scaling issue
28+
- Bump github.com/prometheus/client_golang from 1.14.0 to 1.15.0
29+
- Bump k8s.io/apimachinery from 0.26.3 to 0.27.0
30+
- Bump golang.org/x/net from 0.8.0 to 0.9.0
31+
- Bump github.com/spf13/cobra from 1.6.1 to 1.7.0
32+
- Bump golang.org/x/mod from 0.9.0 to 0.10.0
33+
- Bump github.com/onsi/gomega from 1.27.4 to 1.27.6
34+
835
## [1.2.1] - 2023-03-31
936
### Changes
1037
- Use RHEL8 for building FIO container images in CI

bundle/manifests/file-integrity-operator.clusterserviceversion.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ metadata:
1919
]
2020
capabilities: Seamless Upgrades
2121
categories: Monitoring,Security
22-
createdAt: "2023-03-31T19:00:47Z"
23-
olm.skipRange: '>=1.0.0 <1.2.1'
22+
createdAt: "2023-06-08T20:42:55Z"
23+
olm.skipRange: '>=1.0.0 <1.3.0'
2424
operatorframework.io/cluster-monitoring: "true"
2525
operatorframework.io/suggested-namespace: openshift-file-integrity
2626
operators.openshift.io/infrastructure-features: '["disconnected", "fips"]'
@@ -35,7 +35,7 @@ metadata:
3535
operatorframework.io/arch.s390x: supported
3636
operatorframework.io/os.linux: supported
3737
operatorframework.io/os.zos: supported
38-
name: file-integrity-operator.v1.2.1
38+
name: file-integrity-operator.v1.3.0
3939
namespace: placeholder
4040
spec:
4141
apiservicedefinitions: {}
@@ -99,7 +99,7 @@ spec:
9999
value: file-integrity-operator
100100
- name: RELATED_IMAGE_OPERATOR
101101
value: quay.io/file-integrity-operator/file-integrity-operator:latest
102-
image: quay.io/file-integrity-operator/file-integrity-operator:1.2.1
102+
image: quay.io/file-integrity-operator/file-integrity-operator:1.3.0
103103
imagePullPolicy: Always
104104
name: file-integrity-operator
105105
resources:
@@ -324,4 +324,4 @@ spec:
324324
relatedImages:
325325
- image: quay.io/file-integrity-operator/file-integrity-operator:latest
326326
name: operator
327-
version: 1.2.1
327+
version: 1.3.0

catalog/preamble.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
"package": "file-integrity-operator",
1414
"entries": [
1515
{
16-
"name": "file-integrity-operator.v1.2.1",
17-
"skipRange": ">=1.0.0 <1.2.1"
16+
"name": "file-integrity-operator.v1.3.0",
17+
"skipRange": ">=1.0.0 <1.3.0"
1818
}
1919
]
2020
}

config/manifests/bases/file-integrity-operator.clusterserviceversion.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ metadata:
1919
]
2020
capabilities: Seamless Upgrades
2121
categories: Monitoring,Security
22-
olm.skipRange: '>=1.0.0 <1.2.1'
22+
olm.skipRange: '>=1.0.0 <1.3.0'
2323
operatorframework.io/cluster-monitoring: "true"
2424
operatorframework.io/suggested-namespace: openshift-file-integrity
2525
operators.openshift.io/infrastructure-features: '["disconnected", "fips"]'

version.Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
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-
VERSION?=1.2.1
5+
VERSION?=1.3.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.2.1"
4+
Version = "1.3.0"
55
)

0 commit comments

Comments
 (0)