Skip to content

7.4.6-2 #277

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 3 commits into from
Jul 26, 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
72 changes: 37 additions & 35 deletions bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,11 @@ rules:
- serviceaccounts
- rolebindings
verbs:
- bind
- escalate
- impersonate
- userextras
- create
- get
- list
- watch
- update
- patch
- delete
- deletecollection
- apiGroups:
- app.redislabs.com
resources:
Expand All @@ -44,7 +37,6 @@ rules:
- redisenterpriseactiveactivedatabases/finalizers
verbs:
- delete
- deletecollection
- get
- list
- patch
Expand All @@ -58,17 +50,11 @@ rules:
verbs:
- update
- get
- read
- list
- listallnamespaces
- watch
- watchlist
- watchlistallnamespaces
- create
- patch
- replace
- delete
- deletecollection
- list
- watch
- apiGroups:
- ""
resources:
Expand All @@ -93,11 +79,10 @@ rules:
verbs:
- create
- delete
- deletecollection
- get
- list
- patch
- update
- list
- watch
- apiGroups:
- policy
Expand All @@ -118,8 +103,8 @@ rules:
- delete
- get
- update
- list
- watch
- list
- apiGroups:
- ""
resources:
Expand All @@ -137,23 +122,23 @@ rules:
- pods
verbs:
- get
- watch
- list
- update
- patch
- delete
- watch
- apiGroups:
- ""
resources:
- services
verbs:
- get
- watch
- list
- update
- patch
- create
- delete
- watch
- apiGroups:
- policy
resourceNames:
Expand All @@ -169,32 +154,24 @@ rules:
verbs:
- create
- patch
- replace
- delete
- deletecollection
- read
- list
- listallnamespaces
- watch
- watchlist
- watchlistallnamespaces
- patchstatus
- readstatus
- replacestatus
- update
- get
- watch
- apiGroups:
- networking.istio.io
resources:
- gateways
- virtualservices
verbs:
- get
- watch
- list
- update
- patch
- create
- delete
- watch
---
---
apiVersion: rbac.authorization.k8s.io/v1
Expand Down Expand Up @@ -3930,6 +3907,21 @@ spec:
setting its value shall have no effect. Please view the corresponding
field in RS doc for more info.
type: boolean
backup:
description: Cluster-wide backup configurations
properties:
s3:
description: Configurations for backups to s3 and s3-compatible
storage
properties:
caCertificateSecretName:
description: Secret name that holds the S3 CA certificate, which contains the TLS certificate mapped to the key in the secret 'cert'
type: string
url:
description: Specifies the URL for S3 export and import
type: string
type: object
type: object
serviceAccountName:
description: Name of the service account to use
type: string
Expand Down Expand Up @@ -11196,6 +11188,16 @@ spec:
type: string
resp3Default:
type: boolean
backup:
properties:
s3:
properties:
caCertificateSecretName:
type: string
url:
type: string
type: object
type: object
serviceAccountName:
type: string
servicesRiggerSpec:
Expand Down Expand Up @@ -16530,7 +16532,7 @@ spec:
- name
type: object
redisVersion:
description: Redis OSS version.
description: Redis OSS version.
Version can be specified via <major.minor> prefix,
or via channels - for existing databases - Upgrade
Redis OSS version. For new databases - the version which the
Expand Down Expand Up @@ -16719,7 +16721,7 @@ spec:
- configMapRef:
name: "operator-environment-config"
optional: true
image: redislabs/operator:7.4.2-12
image: redislabs/operator:7.4.6-2
imagePullPolicy: Always
livenessProbe:
failureThreshold: 3
Expand Down Expand Up @@ -16767,7 +16769,7 @@ spec:
- configMapRef:
name: "operator-environment-config"
optional: true
image: redislabs/operator:7.4.2-12
image: redislabs/operator:7.4.6-2
imagePullPolicy: Always
livenessProbe:
failureThreshold: 3
Expand Down
2 changes: 1 addition & 1 deletion crds/reaadb_crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -619,7 +619,7 @@ spec:
- name
type: object
redisVersion:
description: Redis OSS version.
description: Redis OSS version.
Version can be specified via <major.minor> prefix,
or via channels - for existing databases - Upgrade
Redis OSS version. For new databases - the version which the
Expand Down
25 changes: 25 additions & 0 deletions crds/rec_crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3694,6 +3694,21 @@ spec:
setting its value shall have no effect. Please view the corresponding
field in RS doc for more info.
type: boolean
backup:
description: Cluster-wide backup configurations
properties:
s3:
description: Configurations for backups to s3 and s3-compatible
storage
properties:
caCertificateSecretName:
description: Secret name that holds the S3 CA certificate, which contains the TLS certificate mapped to the key in the secret 'cert'
type: string
url:
description: Specifies the URL for S3 export and import
type: string
type: object
type: object
serviceAccountName:
description: Name of the service account to use
type: string
Expand Down Expand Up @@ -10960,6 +10975,16 @@ spec:
type: string
resp3Default:
type: boolean
backup:
properties:
s3:
properties:
caCertificateSecretName:
type: string
url:
type: string
type: object
type: object
serviceAccountName:
type: string
servicesRiggerSpec:
Expand Down
2 changes: 1 addition & 1 deletion log_collector/log_collector.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
logger.setLevel(logging.INFO)
LOGGER_FORMAT = '%(asctime)s - %(levelname)s - %(message)s'
logging.basicConfig(format=LOGGER_FORMAT)
VERSION_LOG_COLLECTOR = "7.4.2-12"
VERSION_LOG_COLLECTOR = "7.4.6-2"

TIME_FORMAT = time.strftime("%Y%m%d-%H%M%S")

Expand Down
4 changes: 2 additions & 2 deletions multi-namespace-redb/operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ spec:
- configMapRef:
name: "operator-environment-config"
optional: true
image: redislabs/operator:7.4.2-12
image: redislabs/operator:7.4.6-2
imagePullPolicy: Always
livenessProbe:
failureThreshold: 3
Expand Down Expand Up @@ -89,7 +89,7 @@ spec:
- configMapRef:
name: "operator-environment-config"
optional: true
image: redislabs/operator:7.4.2-12
image: redislabs/operator:7.4.6-2
imagePullPolicy: Always
livenessProbe:
failureThreshold: 3
Expand Down
7 changes: 3 additions & 4 deletions multi-namespace-redb/role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,10 @@ rules:
- apiGroups:
- app.redislabs.com
resources: ["redisenterprisedatabases", "redisenterprisedatabases/status", "redisenterprisedatabases/finalizers"]
verbs: ["delete", "deletecollection", "get", "list", "patch", "create", "update", "watch"]
verbs: ["delete", "get", "list", "patch", "create", "update", "watch"]
- apiGroups: [""]
resources: ["secrets"]
verbs: ["update", "get", "read", "list", "listallnamespaces", "watch", "watchlist",
"watchlistallnamespaces", "create","patch","replace","delete","deletecollection"]
verbs: ["update", "get", "watch", "create", "patch", "list"]
- apiGroups: [""]
resources: ["endpoints"]
verbs: ["get", "list", "watch"]
Expand All @@ -21,4 +20,4 @@ rules:
verbs: ["create"]
- apiGroups: [""]
resources: ["services"]
verbs: ["get", "watch", "list", "update", "patch", "create", "delete"]
verbs: ["get", "list", "update", "patch", "create", "delete", "watch"]
Loading