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

feat(container): update ghcr.io/bjw-s/radicale docker tag to v3.3.0 #3784

Merged
merged 1 commit into from
Oct 16, 2024

Conversation

mchesterbot[bot]
Copy link
Contributor

@mchesterbot mchesterbot bot commented Oct 14, 2024

This PR contains the following updates:

Package Update Change
ghcr.io/bjw-s/radicale (source) minor 3.2.3 -> 3.3.0

Warning

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


Release Notes

Kozea/Radicale (ghcr.io/bjw-s/radicale)

v3.3.0

Compare Source

  • Adjustment: option [auth] htpasswd_encryption change default from "md5" to "autodetect"
  • Add: option [auth] type=ldap with (group) rights management via LDAP/LDAPS
  • Enhancement: permit_delete_collection can be now controlled also per collection by rights 'D' or 'd'
  • Add: option [rights] permit_overwrite_collection (default=True) which can be also controlled per collection by rights 'O' or 'o'
  • Fix: only expand VEVENT on REPORT request containing 'expand'
  • Adjustment: switch from setup.py to pyproject.toml (but keep files for legacy packaging)
  • Adjustment: 'rights' file is now read only during startup
  • Cleanup: Python 3.7 leftovers

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.

@mchesterbot mchesterbot bot requested a review from mchestr as a code owner October 14, 2024 06:36
@mchesterbot mchesterbot bot added type/minor area/kubernetes Changes made in the kubernetes directory labels Oct 14, 2024
@mchesterbot
Copy link
Contributor Author

mchesterbot bot commented Oct 14, 2024

--- kubernetes/apps/default/radicale/app Kustomization: flux-system/cluster-apps-radicale HelmRelease: default/radicale

+++ kubernetes/apps/default/radicale/app Kustomization: flux-system/cluster-apps-radicale HelmRelease: default/radicale

@@ -37,13 +37,13 @@

         annotations:
           reloader.stakater.com/auto: 'true'
         containers:
           app:
             image:
               repository: ghcr.io/bjw-s/radicale
-              tag: 3.2.3
+              tag: 3.3.0
             resources:
               limits:
                 memory: 79M
               requests:
                 cpu: 15m
                 memory: 79M

@mchesterbot
Copy link
Contributor Author

mchesterbot bot commented Oct 14, 2024

--- HelmRelease: default/radicale Deployment: default/radicale

+++ HelmRelease: default/radicale Deployment: default/radicale

@@ -37,13 +37,13 @@

         runAsUser: 568
       hostIPC: false
       hostNetwork: false
       hostPID: false
       dnsPolicy: ClusterFirst
       containers:
-      - image: ghcr.io/bjw-s/radicale:3.2.3
+      - image: ghcr.io/bjw-s/radicale:3.3.0
         name: app
         resources:
           limits:
             memory: 79M
           requests:
             cpu: 15m

@mchestr mchestr merged commit 9015320 into main Oct 16, 2024
5 checks passed
@mchesterbot mchesterbot bot deleted the renovate/ghcr.io-bjw-s-radicale-3.x branch October 16, 2024 07:22
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/minor
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant