-
-
Notifications
You must be signed in to change notification settings - Fork 2
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
fix(github-release): update dragonflydb/dragonfly-operator to v1.1.6 #2742
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
layla-bot
bot
added
renovate/github-release
type/patch
area/kubernetes
Changes made in the kubernetes directory
cluster/main
labels
Jul 29, 2024
layla-bot
bot
force-pushed
the
renovate/dragonflydb-dragonfly-operator-1.x
branch
4 times, most recently
from
July 29, 2024 19:53
971b0ef
to
40004db
Compare
--- kubernetes/main/apps/rook-ceph/rook-ceph/app Kustomization: flux-system/rook-ceph HelmRelease: rook-ceph/rook-ceph-operator
+++ kubernetes/main/apps/rook-ceph/rook-ceph/app Kustomization: flux-system/rook-ceph HelmRelease: rook-ceph/rook-ceph-operator
@@ -13,13 +13,13 @@
spec:
chart: rook-ceph
sourceRef:
kind: HelmRepository
name: rook-ceph
namespace: flux-system
- version: v1.14.9
+ version: v1.14.6
dependsOn:
- name: snapshot-controller
namespace: volsync-system
install:
remediation:
retries: 3
--- kubernetes/main/apps/observability/vector/aggregator Kustomization: flux-system/vector-aggregator HelmRelease: observability/vector-aggregator
+++ kubernetes/main/apps/observability/vector/aggregator Kustomization: flux-system/vector-aggregator HelmRelease: observability/vector-aggregator
@@ -36,13 +36,13 @@
app:
args:
- --config
- /etc/vector/vector.yaml
image:
repository: docker.io/timberio/vector
- tag: 0.40.0-alpine@sha256:7a81fdd62e056321055a9e4bdec4073d752ecf68f4c192e676b85001721523c2
+ tag: 0.39.0-alpine@sha256:e6b27085955a089ac66b9c5af9f6e402f1c1a0277b38254a178266c145469718
probes:
liveness:
enabled: true
readiness:
enabled: true
initContainers:
--- kubernetes/main/apps/observability/vector/agent Kustomization: flux-system/vector-agent HelmRelease: observability/vector-agent
+++ kubernetes/main/apps/observability/vector/agent Kustomization: flux-system/vector-agent HelmRelease: observability/vector-agent
@@ -57,13 +57,13 @@
valueFrom:
fieldRef:
apiVersion: v1
fieldPath: metadata.namespace
image:
repository: docker.io/timberio/vector
- tag: 0.40.0-alpine@sha256:7a81fdd62e056321055a9e4bdec4073d752ecf68f4c192e676b85001721523c2
+ tag: 0.39.0-alpine@sha256:e6b27085955a089ac66b9c5af9f6e402f1c1a0277b38254a178266c145469718
securityContext:
privileged: true
strategy: RollingUpdate
type: daemonset
persistence:
config:
--- kubernetes/main/apps/rook-ceph/rook-ceph/cluster Kustomization: flux-system/rook-ceph-cluster HelmRelease: rook-ceph/rook-ceph-cluster
+++ kubernetes/main/apps/rook-ceph/rook-ceph/cluster Kustomization: flux-system/rook-ceph-cluster HelmRelease: rook-ceph/rook-ceph-cluster
@@ -13,13 +13,13 @@
spec:
chart: rook-ceph-cluster
sourceRef:
kind: HelmRepository
name: rook-ceph
namespace: flux-system
- version: v1.14.9
+ version: v1.14.6
dependsOn:
- name: rook-ceph-operator
namespace: rook-ceph
- name: snapshot-controller
namespace: volsync-system
install: |
--- HelmRelease: rook-ceph/rook-ceph-cluster Deployment: rook-ceph/rook-ceph-tools
+++ HelmRelease: rook-ceph/rook-ceph-cluster Deployment: rook-ceph/rook-ceph-tools
@@ -17,13 +17,13 @@
app: rook-ceph-tools
spec:
dnsPolicy: ClusterFirstWithHostNet
hostNetwork: true
containers:
- name: rook-ceph-tools
- image: quay.io/ceph/ceph:v18.2.4
+ image: quay.io/ceph/ceph:v18.2.2
command:
- /bin/bash
- -c
- |
# Replicate the script from toolbox.sh inline so the ceph image
# can be run directly, instead of requiring the rook toolbox
--- HelmRelease: rook-ceph/rook-ceph-cluster CephCluster: rook-ceph/rook-ceph
+++ HelmRelease: rook-ceph/rook-ceph-cluster CephCluster: rook-ceph/rook-ceph
@@ -6,13 +6,13 @@
namespace: rook-ceph
spec:
monitoring:
enabled: true
cephVersion:
allowUnsupported: false
- image: quay.io/ceph/ceph:v18.2.4
+ image: quay.io/ceph/ceph:v18.2.2
cleanupPolicy:
allowUninstallWithVolumes: false
confirmation: ''
sanitizeDisks:
dataSource: zero
iteration: 1
--- HelmRelease: rook-ceph/rook-ceph-cluster PrometheusRule: rook-ceph/prometheus-ceph-rules
+++ HelmRelease: rook-ceph/rook-ceph-cluster PrometheusRule: rook-ceph/prometheus-ceph-rules
@@ -668,13 +668,13 @@
- alert: CephPoolGrowthWarning
annotations:
description: Pool '{{ $labels.name }}' will be full in less than 5 days assuming
the average fill-up rate of the past 48 hours.
summary: Pool growth rate may soon exceed capacity
expr: (predict_linear(ceph_pool_percent_used[2d], 3600 * 24 * 5) * on(pool_id,
- instance, pod) group_right() ceph_pool_metadata) >= 95
+ instance) group_right() ceph_pool_metadata) >= 95
labels:
oid: 1.3.6.1.4.1.50495.1.2.1.9.2
severity: warning
type: ceph_default
- alert: CephPoolBackfillFull
annotations:
--- HelmRelease: rook-ceph/rook-ceph-operator Deployment: rook-ceph/rook-ceph-operator
+++ HelmRelease: rook-ceph/rook-ceph-operator Deployment: rook-ceph/rook-ceph-operator
@@ -26,13 +26,13 @@
- effect: NoExecute
key: node.kubernetes.io/unreachable
operator: Exists
tolerationSeconds: 5
containers:
- name: rook-ceph-operator
- image: rook/ceph:v1.14.9
+ image: rook/ceph:v1.14.6
imagePullPolicy: IfNotPresent
args:
- ceph
- operator
securityContext:
capabilities:
--- HelmRelease: observability/vector-agent DaemonSet: observability/vector-agent
+++ HelmRelease: observability/vector-agent DaemonSet: observability/vector-agent
@@ -54,13 +54,13 @@
fieldPath: metadata.name
- name: VECTOR_SELF_POD_NAMESPACE
valueFrom:
fieldRef:
apiVersion: v1
fieldPath: metadata.namespace
- image: docker.io/timberio/vector:0.40.0-alpine@sha256:7a81fdd62e056321055a9e4bdec4073d752ecf68f4c192e676b85001721523c2
+ image: docker.io/timberio/vector:0.39.0-alpine@sha256:e6b27085955a089ac66b9c5af9f6e402f1c1a0277b38254a178266c145469718
name: app
securityContext:
privileged: true
volumeMounts:
- mountPath: /etc/vector/vector.yaml
name: config
--- HelmRelease: observability/vector-aggregator Deployment: observability/vector-aggregator
+++ HelmRelease: observability/vector-aggregator Deployment: observability/vector-aggregator
@@ -64,13 +64,13 @@
- mountPath: /usr/share/GeoIP
name: geoip
containers:
- args:
- --config
- /etc/vector/vector.yaml
- image: docker.io/timberio/vector:0.40.0-alpine@sha256:7a81fdd62e056321055a9e4bdec4073d752ecf68f4c192e676b85001721523c2
+ image: docker.io/timberio/vector:0.39.0-alpine@sha256:e6b27085955a089ac66b9c5af9f6e402f1c1a0277b38254a178266c145469718
livenessProbe:
failureThreshold: 3
initialDelaySeconds: 0
periodSeconds: 10
tcpSocket:
port: 8686 |
layla-bot
bot
force-pushed
the
renovate/dragonflydb-dragonfly-operator-1.x
branch
2 times, most recently
from
July 30, 2024 00:56
9c3327c
to
b218c0c
Compare
layla-bot
bot
force-pushed
the
renovate/dragonflydb-dragonfly-operator-1.x
branch
from
July 30, 2024 00:58
b218c0c
to
1d2febc
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v1.1.3
->v1.1.6
Release Notes
dragonflydb/dragonfly-operator (dragonflydb/dragonfly-operator)
v1.1.6
Compare Source
Release v1.1.6
Docker image:
docker.dragonflydb.io/dragonflydb/operator:v1.1.6
Helm chart:
oci://ghcr.io/dragonflydb/dragonfly-operator/helm:v1.1.6
This release introduces support for Helm Chart (beta), enhanced with monitoring features including ServiceMonitor and Grafana Dashboard. The Helm Chart is currently in its beta phase.
Heartfelt thanks to @nujragan93, @Aym3nTN and @nlamirault for helping us in this effort!
What's Changed
Full Changelog: dragonflydb/dragonfly-operator@v1.1.5...v1.1.6
v1.1.5
Compare Source
Release v1.1.5
Docker image:
docker.dragonflydb.io/dragonflydb/operator:v1.1.5
This release adds
nodePort
field to customize service node port and updates dragonfly version tov1.20.1
What's Changed
New Contributors
Full Changelog: dragonflydb/dragonfly-operator@v1.1.4...v1.1.5
v1.1.4
Compare Source
Release v1.1.4
Docker image:
docker.dragonflydb.io/dragonflydb/operator:v1.1.4
This release adds support for custom service labels and fix a bug for single-pod dragonfly rolling updates.
What's Changed
New Contributors
Full Changelog: dragonflydb/dragonfly-operator@v1.1.3...v1.1.4
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.