Skip to content

Release v1.3.4 #529

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Oct 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
48 changes: 48 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,54 @@ 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.3.4] - 2024-05-13
### Changes
- Update manifests for kubebuilder version
- Use Fedora 37 for AIDE 0.16
- Bump github.com/spf13/cobra from 1.7.0 to 1.8.0
- Implement build flags
- Bump up controller-runtime to v0.16.3
- Disable http2 as default for webhook
- Bump k8s.io/client-go from 0.28.2 to 0.28.3
- Use golang 1.20
- Add Bhargavi as reviewer
- Bump golang.org/x/net from 0.16.0 to 0.17.0
- Bump github.com/securego/gosec/v2 from 2.17.0 to 2.18.0
- Bump golang.org/x/net from 0.15.0 to 0.16.0
- Bump golang.org/x/mod from 0.12.0 to 0.13.0
- Bump github.com/prometheus/client_model
- Bump the kubernetes group with 3 updates
- Bump github.com/onsi/gomega from 1.27.10 to 1.28.0
- Fix backwards incompatible changes nessary for 0.68.0
- Bump github.com/prometheus-operator/prometheus-operator/pkg/client
- Bump k8s.io/client-go from 0.27.3 to 0.28.2
- Bump golang.org/x/net from 0.12.0 to 0.15.0
- Bump github.com/prometheus/client_golang from 1.16.0 to 1.17.0
- Bump github.com/securego/gosec/v2 from 2.16.0 to 2.17.0
- tests: Set logger to an empty sink in tests
- Fix TestFileIntegrityCertRotation e2e test
- OCPBUGS-14947: Fix hostmount propagation
- Add Yuuma to owners file
- dependabot: Use dependabot groups to group k8s updates together
- Add Marina to reviewers for PX approval
- OCPBUGS-15090 remove leftover nodestatus
- OCPBUGS-17129: Ignore MCO node annotation files
- Bump github.com/onsi/gomega from 1.27.8 to 1.27.10
- Move the sequence of reinit trigger removal
- Clean up reinit logic
- Fix reinit process on user during fio configuration update
- Update e2e test config
- Bump k8s.io/api from 0.27.3 to 0.27.4
- Add clean-images command to purge build env
- Bump golang.org/x/mod from 0.10.0 to 0.12.0
- Bump github.com/coreos/ignition/v2 from 2.15.0 to 2.16.2
- Fix reinit issues
- Pin aide version to 0.16.0
- Bump k8s.io/client-go from 0.27.2 to 0.27.3
- Bump k8s.io/api from 0.27.2 to 0.27.3
- Bump github.com/prometheus/client_golang from 1.15.1 to 1.16.0
- Fix metric test logging

## [1.3.0] - 2023-06-08
### Changes
- Bump github.com/onsi/gomega from 1.27.7 to 1.27.8
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-06-08T20:42:55Z"
olm.skipRange: '>=1.0.0 <1.3.0'
createdAt: "2024-05-13T22:06:52Z"
olm.skipRange: '>=1.0.0 <1.3.4'
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.3.0
name: file-integrity-operator.v1.3.4
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.3.0
image: quay.io/file-integrity-operator/file-integrity-operator:latest
imagePullPolicy: Always
name: file-integrity-operator
resources:
Expand Down Expand Up @@ -324,4 +324,5 @@ spec:
relatedImages:
- image: quay.io/file-integrity-operator/file-integrity-operator:latest
name: operator
version: 1.3.0
version: 1.3.4
replaces: file-integrity-operator.v1.3.3
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.11.3
controller-gen.kubebuilder.io/version: v0.13.0
creationTimestamp: null
name: fileintegrities.fileintegrity.openshift.io
spec:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.11.3
controller-gen.kubebuilder.io/version: v0.13.0
creationTimestamp: null
name: fileintegritynodestatuses.fileintegrity.openshift.io
spec:
Expand Down
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.3.0",
"skipRange": ">=1.0.0 <1.3.0"
"name": "file-integrity-operator.v1.3.4",
"skipRange": ">=1.0.0 <1.3.4"
}
]
}
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.3.0'
olm.skipRange: '>=1.0.0 <1.3.4'
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.3.0
VERSION?=1.3.4
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.3.0"
Version = "1.3.4"
)