Skip to content
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(container): update ghcr.io/crowdsecurity/crowdsec ( v1.6.2 → v1.6.3 ) #2924

Merged
merged 1 commit into from
Sep 13, 2024

Conversation

unhesitatingeffectivebot[bot]
Copy link
Contributor

This PR contains the following updates:

Package Update Change
ghcr.io/crowdsecurity/crowdsec patch v1.6.2 -> v1.6.3

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

crowdsecurity/crowdsec (ghcr.io/crowdsecurity/crowdsec)

v1.6.3

Compare Source

Changes

New Features

Improvements

Bug Fixes

Chore / Deps

Geolite2 notice

This product includes GeoLite2 data created by MaxMind, available from https://www.maxmind.com.

Installation

Take a look at the installation instructions.


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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@unhesitatingeffectivebot
Copy link
Contributor Author

--- kubernetes/apps/networking/crowdsec/app Kustomization: flux-system/crowdsec HelmRelease: networking/crowdsec

+++ kubernetes/apps/networking/crowdsec/app Kustomization: flux-system/crowdsec HelmRelease: networking/crowdsec

@@ -68,13 +68,13 @@

       - key: node-role.kubernetes.io/control-plane
         operator: Exists
     container_runtime: containerd
     image:
       pullPolicy: IfNotPresent
       repository: ghcr.io/crowdsecurity/crowdsec
-      tag: v1.6.2@sha256:831b5849982653a78f51557d3da10e8571b9801db1d57b3735355cdb0c3dd5c9
+      tag: v1.6.3@sha256:a835cdb09ac2e0a06c03c6806da1c273008261fffb46696312777846d43a08ae
     lapi:
       dashboard:
         enabled: false
       env:
       - name: TZ
         value: ${TIMEZONE}

@unhesitatingeffectivebot
Copy link
Contributor Author

--- HelmRelease: networking/crowdsec DaemonSet: networking/crowdsec-agent

+++ HelmRelease: networking/crowdsec DaemonSet: networking/crowdsec-agent

@@ -12,13 +12,13 @@

     matchLabels:
       k8s-app: crowdsec
       type: agent
   template:
     metadata:
       annotations:
-        checksum/agent-secret: 354da194b2f174990dd76d6de7287f754873bf2e4ce37ab57e7a2b5222bc070e
+        checksum/agent-secret: abc36ed93cf8319473d5016ef4f3775a92b53f2bacb19d2c51766a53f1646739
         checksum/agent-configmap: 59fd1c26e7f6736e52334f51b95873000ace8607f64f6f5d3da00cc0ef4baa16
         checksum/acquis-configmap: 7b254254d8e5e667055818da93f1c42117d61d080c83de4670859c3982b9fef5
       labels:
         k8s-app: crowdsec
         type: agent
         version: v1
@@ -43,13 +43,13 @@

             memory: 10Mi
         securityContext:
           allowPrivilegeEscalation: false
           privileged: false
       containers:
       - name: crowdsec-agent
-        image: ghcr.io/crowdsecurity/crowdsec:v1.6.2@sha256:831b5849982653a78f51557d3da10e8571b9801db1d57b3735355cdb0c3dd5c9
+        image: ghcr.io/crowdsecurity/crowdsec:v1.6.3@sha256:a835cdb09ac2e0a06c03c6806da1c273008261fffb46696312777846d43a08ae
         imagePullPolicy: IfNotPresent
         env:
         - name: DISABLE_LOCAL_API
           value: 'true'
         - name: DISABLE_ONLINE_API
           value: 'true'
--- HelmRelease: networking/crowdsec Deployment: networking/crowdsec-lapi

+++ HelmRelease: networking/crowdsec Deployment: networking/crowdsec-lapi

@@ -15,23 +15,23 @@

       type: lapi
   strategy:
     type: Recreate
   template:
     metadata:
       annotations:
-        checksum/agent-secret: f4ec4f0a6c2fbd7e1f09e80090abc4d61133faa519bd684a2ed757da61d83fa9
-        checksum/lapi-secret: d5c2e8d8f7e071e46b64d9571d213dd3300ad95e0a7d3b0ff4f367fc2ae6efa6
+        checksum/agent-secret: 1767236e0e7aed5df5d7762ed346b2ed1a49b7897bf9cc1f6d3564f4c28c8eba
+        checksum/lapi-secret: 1d46a9903a0c74b3055a911a163969c82b9ee09eecb586e0519e2fd97588c607
         checksum/lapi-configmap: f1c5b812195242564e3d57e5d84245ceb46d079f41fa31843ec56f51d011b77e
       labels:
         k8s-app: crowdsec
         type: lapi
         version: v1
     spec:
       containers:
       - name: crowdsec-lapi
-        image: ghcr.io/crowdsecurity/crowdsec:v1.6.2@sha256:831b5849982653a78f51557d3da10e8571b9801db1d57b3735355cdb0c3dd5c9
+        image: ghcr.io/crowdsecurity/crowdsec:v1.6.3@sha256:a835cdb09ac2e0a06c03c6806da1c273008261fffb46696312777846d43a08ae
         imagePullPolicy: IfNotPresent
         env:
         - name: LOCAL_API_URL
           value: http://localhost:8080
         - name: AGENT_USERNAME
           valueFrom:

@ahgraber ahgraber merged commit 313bf78 into main Sep 13, 2024
5 checks passed
@ahgraber ahgraber deleted the renovate/ghcr.io-crowdsecurity-crowdsec-1.x branch September 13, 2024 12:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/kubernetes Changes made in the kubernetes directory renovate/container type/patch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant