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

chore(deps): update chart crowdsec to 0.17.0 #193

Merged
merged 1 commit into from
Jan 31, 2025
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 17, 2024

This PR contains the following updates:

Package Update Change
crowdsec minor 0.15.0 -> 0.17.0

Release Notes

crowdsecurity/helm-charts (crowdsec)

v0.17.0

Compare Source

Crowdsec helm chart is an open-source, lightweight agent to detect and respond to bad behaviours.

v0.16.0

Compare Source

Crowdsec helm chart is an open-source, lightweight agent to detect and respond to bad behaviours.


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 was generated by Mend Renovate. View the repository job log.

@cterence cterence force-pushed the main branch 6 times, most recently from 3c30221 to 4f18b40 Compare December 21, 2024 14:18
@cterence cterence force-pushed the main branch 6 times, most recently from 47a2f7a to e7c6bf3 Compare January 12, 2025 10:56
@cterence cterence force-pushed the main branch 9 times, most recently from 45dd44c to 047b003 Compare January 19, 2025 17:58
@cterence cterence force-pushed the renovate/crowdsec-0.x branch from 9f2eba7 to d5eecdd Compare January 19, 2025 18:49
Copy link
Contributor

ArgoCD Diff Results

Diff for crowdsec:

===== apps/DaemonSet crowdsec/crowdsec-agent ======
269d268
<         checksum/agent-secret: 333197e117bf0002a84dbe9d43b9eb80e5ed0ab90343b9ba64e64fe327a8965d
277c276,281
<       - env:
---
>       - command:
>         - sh
>         - -c
>         - cp /tmp_config/local_api_credentials.yaml /staging/etc/crowdsec/local_api_credentials.yaml
>           && ./docker_start.sh
>         env:
284,293d287
<         - name: AGENT_USERNAME
<           valueFrom:
<             secretKeyRef:
<               key: username
<               name: agent-credentials
<         - name: AGENT_PASSWORD
<           valueFrom:
<             secretKeyRef:
<               key: password
<               name: agent-credentials
348a343,344
>         - mountPath: /tmp_config
>           name: crowdsec-config
363,365c359,380
<         - until nc crowdsec-service.crowdsec 8080 -z; do echo waiting for lapi to
<           start; sleep 5; done
<         image: busybox:1.37
---
>         - until nc "$LAPI_HOST" "$LAPI_PORT" -z; do echo waiting for lapi to start;
>           sleep 5; done; ln -s /staging/etc/crowdsec /etc/crowdsec && cscli lapi register
>           --machine "$USERNAME" -u $LAPI_URL --token "$REGISTRATION_TOKEN" && cp /etc/crowdsec/local_api_credentials.yaml
>           /tmp_config/local_api_credentials.yaml
>         env:
>         - name: REGISTRATION_TOKEN
>           valueFrom:
>             secretKeyRef:
>               key: registrationToken
>               name: crowdsec-lapi-secrets
>         - name: USERNAME
>           valueFrom:
>             fieldRef:
>               apiVersion: v1
>               fieldPath: metadata.name
>         - name: LAPI_URL
>           value: http://crowdsec-service.crowdsec:8080
>         - name: LAPI_HOST
>           value: crowdsec-service.crowdsec
>         - name: LAPI_PORT
>           value: "8080"
>         image: crowdsecurity/crowdsec:v1.6.4
367c382
<         name: wait-for-lapi
---
>         name: wait-for-lapi-and-register
378a394,396
>         volumeMounts:
>         - mountPath: /tmp_config
>           name: crowdsec-config
387a406,407
>       - emptyDir: {}
>         name: crowdsec-config

===== apps/Deployment crowdsec/crowdsec-lapi ======
295d294
<         checksum/agent-secret: c284a1a0778ba36b4aefaa6b5f5806d2ca121ee4972a07111269ffe1e22c5782
297c296
<         checksum/lapi-secret: 08807a588f2b9341f773768232cc5925a000f36e2e92bddb57d36f03c5330525
---
>         checksum/lapi-secret: 2ba3b8718114fd85cf952115990ca6c83bb0e06590d0b3a2fa8749620f059fe7
313,322d311
<         - name: AGENT_USERNAME
<           valueFrom:
<             secretKeyRef:
<               key: username
<               name: agent-credentials
<         - name: AGENT_PASSWORD
<           valueFrom:
<             secretKeyRef:
<               key: password
<               name: agent-credentials

@renovate renovate bot changed the title chore(deps): update chart crowdsec to 0.16.0 chore(deps): update chart crowdsec to 0.17.0 Jan 31, 2025
@renovate renovate bot force-pushed the renovate/crowdsec-0.x branch from d5eecdd to 564b283 Compare January 31, 2025 17:51
Copy link
Contributor

ArgoCD Diff Results

Diff for crowdsec:

===== apps/DaemonSet crowdsec/crowdsec-agent ======
267,269c267,268
<         checksum/acquis-configmap: b475ab51d49625d83f75ff95176be409a1c8b4cc51ed34ae6444d164d930ec27
<         checksum/agent-configmap: ce2bb282a8b05ef5b7b6d9f9ce1297cfae2b190ccf33767063383940ea4fe4ef
<         checksum/agent-secret: 346e145d87b033e32b8b4b21af9327f261d66acb2b21855c395d53f761402079
---
>         checksum/acquis-configmap: c701dc5baf19b71762198ddae5463ebb8e68c3c43b710563fa63d65b528cc4a6
>         checksum/agent-configmap: 6ec747d5216d9f6fdfbfe3995a5fda143f5216e0a4af2e98a55a959b77d92907
277c276,281
<       - env:
---
>       - command:
>         - sh
>         - -c
>         - cp /tmp_config/local_api_credentials.yaml /staging/etc/crowdsec/local_api_credentials.yaml
>           && ./docker_start.sh
>         env:
284,293d287
<         - name: AGENT_USERNAME
<           valueFrom:
<             secretKeyRef:
<               key: username
<               name: agent-credentials
<         - name: AGENT_PASSWORD
<           valueFrom:
<             secretKeyRef:
<               key: password
<               name: agent-credentials
348a343,344
>         - mountPath: /tmp_config
>           name: crowdsec-config
363,365c359,380
<         - until nc crowdsec-service.crowdsec 8080 -z; do echo waiting for lapi to
<           start; sleep 5; done
<         image: busybox:1.37
---
>         - until nc "$LAPI_HOST" "$LAPI_PORT" -z; do echo waiting for lapi to start;
>           sleep 5; done; ln -s /staging/etc/crowdsec /etc/crowdsec && cscli lapi register
>           --machine "$USERNAME" -u $LAPI_URL --token "$REGISTRATION_TOKEN" && cp /etc/crowdsec/local_api_credentials.yaml
>           /tmp_config/local_api_credentials.yaml
>         env:
>         - name: REGISTRATION_TOKEN
>           valueFrom:
>             secretKeyRef:
>               key: registrationToken
>               name: crowdsec-lapi-secrets
>         - name: USERNAME
>           valueFrom:
>             fieldRef:
>               apiVersion: v1
>               fieldPath: metadata.name
>         - name: LAPI_URL
>           value: http://crowdsec-service.crowdsec:8080
>         - name: LAPI_HOST
>           value: crowdsec-service.crowdsec
>         - name: LAPI_PORT
>           value: "8080"
>         image: crowdsecurity/crowdsec:v1.6.4
367c382
<         name: wait-for-lapi
---
>         name: wait-for-lapi-and-register
378a394,396
>         volumeMounts:
>         - mountPath: /tmp_config
>           name: crowdsec-config
387a406,407
>       - emptyDir: {}
>         name: crowdsec-config

===== apps/Deployment crowdsec/crowdsec-lapi ======
295,297c295,296
<         checksum/agent-secret: 805f02d05118daed4a8c87d140a665aefa503acaa8c7bb9f856f33cb647d4bc5
<         checksum/lapi-configmap: 53201ee7ca713e72916691bc9841fa63538f63fed2462213ab267bfce6575b4e
<         checksum/lapi-secret: 71a6bcb2dc7f15722c06b35010a2e9fed81be132f3487e5b5777f9502f7474c4
---
>         checksum/lapi-configmap: ece342e2b3ef10a1a31c3f63a31c1a51d6fba56e337178f73cedc7d8652ea0e2
>         checksum/lapi-secret: 49991614f238fa34ad50d7aff970ec04028da236cd2c57fb5a9a08350c538e7b
313,322d311
<         - name: AGENT_USERNAME
<           valueFrom:
<             secretKeyRef:
<               key: username
<               name: agent-credentials
<         - name: AGENT_PASSWORD
<           valueFrom:
<             secretKeyRef:
<               key: password
<               name: agent-credentials

@cterence cterence merged commit 4d9f9be into main Jan 31, 2025
2 checks passed
@renovate renovate bot deleted the renovate/crowdsec-0.x branch January 31, 2025 20:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant