Skip to content

Commit 92c6001

Browse files
author
Matt Rogers
committed
Release v0.1.19
1 parent 6d72a48 commit 92c6001

File tree

2 files changed

+38
-17
lines changed

2 files changed

+38
-17
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@ 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+
## [0.1.19] - 2021-09-24
9+
### Changes
10+
- Delete old aide-ds- prefixed daemonSets if they exist
11+
- Makefile: Add test-catalog targets
12+
- Makefile: Apply monitoring resources during deploy-local
13+
- Makefile: Rename IMAGE_FORMAT var
14+
- Use ClusterRole/ClusterRoleBinding for monitoring perms
15+
- Add MCO and CVO related config excludes
16+
- adapt prometheusrule to only alert on currently existing nodes
17+
818
## [0.1.18] - 2021-08-20
919
### Changes
1020
- Optimize per-node reinit calls

deploy/olm-catalog/file-integrity-operator/manifests/file-integrity-operator.clusterserviceversion.yaml

Lines changed: 28 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ metadata:
1919
]
2020
capabilities: Seamless Upgrades
2121
categories: Monitoring,Security
22-
olm.skipRange: '>=0.1.6 <0.1.18'
22+
olm.skipRange: '>=0.1.6 <0.1.19'
2323
operatorframework.io/cluster-monitoring: "true"
2424
operatorframework.io/suggested-namespace: openshift-file-integrity
2525
operators.openshift.io/infrastructure-features: '["Disconnected"]'
2626
repository: https://github.com/openshift/file-integrity-operator
27-
name: file-integrity-operator.v0.1.18
27+
name: file-integrity-operator.v0.1.19
2828
namespace: placeholder
2929
spec:
3030
apiservicedefinitions: {}
@@ -46,6 +46,29 @@ spec:
4646
install:
4747
spec:
4848
clusterPermissions:
49+
- rules:
50+
- apiGroups:
51+
- ""
52+
resources:
53+
- pods
54+
- services
55+
- endpoints
56+
verbs:
57+
- get
58+
- list
59+
- watch
60+
- apiGroups:
61+
- ""
62+
resources:
63+
- configmaps
64+
verbs:
65+
- get
66+
- nonResourceURLs:
67+
- /metrics
68+
- /metrics-fio
69+
verbs:
70+
- get
71+
serviceAccountName: file-integrity-operator-metrics
4972
- rules:
5073
- apiGroups:
5174
- ""
@@ -86,8 +109,8 @@ spec:
86109
- name: OPERATOR_NAME
87110
value: file-integrity-operator
88111
- name: RELATED_IMAGE_OPERATOR
89-
value: quay.io/file-integrity-operator/file-integrity-operator:0.1.18
90-
image: quay.io/file-integrity-operator/file-integrity-operator:0.1.18
112+
value: quay.io/file-integrity-operator/file-integrity-operator:0.1.19
113+
image: quay.io/file-integrity-operator/file-integrity-operator:0.1.19
91114
imagePullPolicy: Always
92115
name: file-integrity-operator
93116
resources:
@@ -225,18 +248,6 @@ spec:
225248
- create
226249
- update
227250
serviceAccountName: file-integrity-daemon
228-
- rules:
229-
- apiGroups:
230-
- ""
231-
resources:
232-
- services
233-
- endpoints
234-
- pods
235-
verbs:
236-
- get
237-
- list
238-
- watch
239-
serviceAccountName: prometheus-k8s
240251
strategy: deployment
241252
installModes:
242253
- supported: true
@@ -262,4 +273,4 @@ spec:
262273
provider:
263274
name: Red Hat
264275
url: https://github.com/openshift/file-integrity-operator
265-
version: 0.1.18
276+
version: 0.1.19

0 commit comments

Comments
 (0)