e1ce9e09449035f4a2ebfc45b036c1939bab6d12
213 Commits
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
|
|
22c733fa56 |
chore(container): update ghcr.io/qdm12/gluetun docker tag to v3.40.0 (#30167)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [ghcr.io/qdm12/gluetun](https://redirect.github.com/qdm12/gluetun) | final | minor | `v3.39.1` -> `v3.40.0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>qdm12/gluetun (ghcr.io/qdm12/gluetun)</summary> ### [`v3.40.0`](https://redirect.github.com/qdm12/gluetun/releases/tag/v3.40.0) [Compare Source](https://redirect.github.com/qdm12/gluetun/compare/v3.39.1...v3.40.0) Happy holidays release time 🎄 🎅 🎁 💁 If anything doesn't work **compared to previous release**, please create an issue and revert to using v3.39.1 😉 ℹ️ Life is pretty busy all around currently (moving soon, new job, ill parent) so I might be even slower than usual until summer 2025, I'll do my best! #### Features - VPN: run `WaitForDNS` before querying the public ip address (partly address [#​2325](https://redirect.github.com/qdm12/gluetun/issues/2325)) - DNS: replace unbound with qdm12/dns@v2.0.0-rc8 ([#​1742](https://redirect.github.com/qdm12/gluetun/issues/1742) & later commits) - Faster start up - Clearer error messages - Allow for more Gluetun-specific customization - Port forwarding: - `VPN_PORT_FORWARDING_UP_COMMAND` option ([#​2399](https://redirect.github.com/qdm12/gluetun/issues/2399)) - `VPN_PORT_FORWARDING_DOWN_COMMAND` option - Config allow irrelevant server filters to be set (see [#​2337](https://redirect.github.com/qdm12/gluetun/issues/2337)) - Disallow setting a server filter when there is no choice available - Allow setting an invalid server filter when there is at least one choice available - Log at warn level when an invalid server filter is set - Firewall: support custom ICMP rules - Healthcheck: - log out last error when auto healing VPN - run TLS handshake after TCP dial if address has 443 port - Public IP: - retry fetching information when `connection refused` error is encountered (partly address [#​2325](https://redirect.github.com/qdm12/gluetun/issues/2325)) - support custom API url `echoip#https://...` ([#​2529](https://redirect.github.com/qdm12/gluetun/issues/2529)) - resilient public ip fetcher with backup sources ([#​2518](https://redirect.github.com/qdm12/gluetun/issues/2518)) - add `ifconfigco` option and `cloudflare` option ([#​2502](https://redirect.github.com/qdm12/gluetun/issues/2502)) - `PUBLICIP_ENABLED` replaces `PUBLICIP_PERIOD` - `PUBLICIP_ENABLED` (on, off) can be set to enable or not public ip data fetching on VPN connection - `PUBLICIP_PERIOD=0` still works to indicate to disable public ip fetching - `PUBLICIP_PERIOD` != 0 means to enable public ip fetching - Warnings logged when using `PUBLICIP_PERIOD` - `STORAGE_FILEPATH` option ([#​2416](https://redirect.github.com/qdm12/gluetun/issues/2416)) - `STORAGE_FILEPATH=` disables storing to and reading from a local servers.json file - `STORAGE_FILEPATH` defaults to `/gluetun/servers.json` - Netlink: debug rule logs contain the ip family - `internal/tun`: mention in 'operation not permitted' error the user should specify `--device /dev/net/tun` (resolves [#​2606](https://redirect.github.com/qdm12/gluetun/issues/2606)) - Control server role based authentication system ([#​2434](https://redirect.github.com/qdm12/gluetun/issues/2434)) (**part of v3.39.1 as a bugfix**) - Parse toml configuration file, see <https://github.com/qdm12/gluetun-wiki/blob/main/setup/advanced/control-server.md#authentication> - Retro-compatible with existing AND documented routes, until after **this** release - Log a warning if an unprotected-by-default route is accessed unprotected - Authentication methods: none, apikey, basic - `genkey` command to generate API keys - FastestVPN: add `aes-256-gcm` to OpenVPN ciphers list - Private Internet Access updater: use v6 API to get servers data - IPVanish: update servers data - PrivateVPN: native port forwarding support ([#​2285](https://redirect.github.com/qdm12/gluetun/issues/2285)) - Privado: update servers data - `format-servers` command supports the json format option #### Fixes - Wireguard: change default `WIREGUARD_MTU` from `1400` to `1320` (partially address [#​2533](https://redirect.github.com/qdm12/gluetun/issues/2533)) - OpenVPN: set default mssfix to 1320 for all providers with no default already set (partially address [#​2533](https://redirect.github.com/qdm12/gluetun/issues/2533)) - Control server: fix logged wiki authentication section link - Firewall: - iptables list uses `-n` flag for testing iptables path ([#​2574](https://redirect.github.com/qdm12/gluetun/issues/2574)) - deduplicate VPN address accept rule for multiple default routes with the same network interface - deduplicate ipv6 multicast output accept rules - ipv6 multicast output address value fixed - log warning if ipv6 nat filter is not supported instead of returning an error (allow to port forward redirect for IPv4 and not IPv6 if IPv6 NAT is not supported and fixed [#​2503](https://redirect.github.com/qdm12/gluetun/issues/2503)) - Wireguard: - Point to Kubernetes wiki page when encountering IP rule add file exists error ([#​2526](https://redirect.github.com/qdm12/gluetun/issues/2526)) - IPVanish: - fix openvpn configuration by updating CA value and add `comp-lzo` option - update openvpn zip file url for updater - Perfect Privacy: update openvpn expired certificates ([#​2542](https://redirect.github.com/qdm12/gluetun/issues/2542)) - Public IP: lock settings during entire update to prevent race conditions #### Documentation - Dockerfile - add missing `OPENVPN_MSSFIX` environment variable - add missing option definitions - `STREAM_ONLY` - `FREE_ONLY` - Document `PORT_FORWARD_ONLY` is for both PIA and ProtonVPN #### Maintenance ##### Code quality - Remove github.com/qdm12/golibs dependency - Implement friendly duration formatting locally - implement `github.com/qdm12/golibs/command` locally ([#​2418](https://redirect.github.com/qdm12/gluetun/issues/2418)) - `internal/natpmp`: fix determinism for test `Test_Client_ExternalAddress` - let system handle OS signals after first one to request a program stop - `internal/routing`: remove redundant `rule ip rule` in error messages - `internal/netlink` debug log ip rule commands in netlink instead of routing package - `internal/server`: move log middleware to `internal/server/middlewares/log` - use `gofumpt` for code formatting - Fix gopls govet errors - Upgrade linter from v1.56.2 to v1.61.0 - Remove no longer needed exclude rules - Add new exclude rules for printf govet errors - Remove deprecated linters `execinquery` and `exportloopref` - Rename linter `goerr113` to `err113` and `gomnd` to `mnd` - Add new linters and update codebase: `canonicalheader`, `copyloopvar`, `fatcontext`, `intrange` ##### Dependencies - Upgrade Go from 1.22 to 1.23 - Bump vishvananda/netlink from v1.2.1-beta.2 to v1.2.1 - Bump github.com/qdm12/gosettings from v0.4.3 to v0.4.4 - Better support for quote expressions especially for commands such as `VPN_PORT_FORWARDING_UP_COMMAND` - Bump github.com/breml/rootcerts from 0.2.18 to 0.2.19 ([#​2601](https://redirect.github.com/qdm12/gluetun/issues/2601)) - Bump golang.org/x/net from 0.25.0 to 0.31.0 ([#​2401](https://redirect.github.com/qdm12/gluetun/issues/2401), [#​2578](https://redirect.github.com/qdm12/gluetun/issues/2578)) - Bump golang.org/x/sys from 0.260.0 to 0.27.0 ([#​2404](https://redirect.github.com/qdm12/gluetun/issues/2404), [#​2573](https://redirect.github.com/qdm12/gluetun/issues/2573)) - Bump golang.org/x/text from 0.15.0 to 0.17.0 ([#​2400](https://redirect.github.com/qdm12/gluetun/issues/2400)) - Bump github.com/klauspost/compress from 1.17.8 to 1.17.11 ([#​2319](https://redirect.github.com/qdm12/gluetun/issues/2319), [#​2550](https://redirect.github.com/qdm12/gluetun/issues/2550)) - Bump github.com/pelletier/go-toml/v2 from 2.2.2 to 2.2.3 ([#​2549](https://redirect.github.com/qdm12/gluetun/issues/2549)) - Bump google.golang.org/protobuf from 1.30.0 to 1.33.0 ([#​2428](https://redirect.github.com/qdm12/gluetun/issues/2428)) - Bump github.com/stretchr/testify from 1.9.0 to 1.10.0 ([#​2600](https://redirect.github.com/qdm12/gluetun/issues/2600)) ##### CI - Linting: remove `canonicalheader` since it's not reliable - Use `--device /dev/net/tun` for test container - Bump DavidAnson/markdownlint-cli2-action from 16 to 18 ([#​2588](https://redirect.github.com/qdm12/gluetun/issues/2588)) - Bump docker/build-push-action from 5 to 6 ([#​2324](https://redirect.github.com/qdm12/gluetun/issues/2324)) ##### Development setup - dev container - pin godevcontainer image to tag `:v0.20-alpine` - drop requirement for docker-compose and use `devcontainer.json` settings directly - readme update - remove Windows without WSL step - update 'remote containers extension' to 'dev containers extension' - remove invalid warning on directories creation - simplify customizations section - remove "publish a port" since it can be done at runtime now - remove "run other services" since it's rather unneeded in this case - expand documentation on custom welcome script and where to specify the bind mount - use bullet points instead of subsections headings - Github labels - change "config problem" to "user error" - add "performance", "investigation", "servers storage" and "nearly resolved" categories </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19--> |
||
|
|
fa88b60fc5 |
chore(container): update docker.io/tailscale/tailscale docker tag to v1.78.3 (#30166)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [docker.io/tailscale/tailscale](https://tailscale.com/kb/1282/docker) ([source](https://redirect.github.com/tailscale/tailscale)) | final | minor | `v1.76.6` -> `v1.78.3` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>tailscale/tailscale (docker.io/tailscale/tailscale)</summary> ### [`v1.78.3`](https://redirect.github.com/tailscale/tailscale/compare/v1.78.1...v1.78.3) [Compare Source](https://redirect.github.com/tailscale/tailscale/compare/v1.78.1...v1.78.3) ### [`v1.78.1`](https://redirect.github.com/tailscale/tailscale/releases/tag/v1.78.1) [Compare Source](https://redirect.github.com/tailscale/tailscale/compare/v1.76.6...v1.78.1) Please refer to the changelog available at [https://tailscale.com/changelog](https://tailscale.com/changelog#2024-12-05). </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19--> |
||
|
|
634810970f |
chore(container): update docker.io/codercom/code-server docker tag to v4.96.2 (#30165)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | docker.io/codercom/code-server | final | minor | `4.95.3` -> `4.96.2` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19--> |
||
|
|
371e8c0322 |
chore(container): update traefik docker tag to v3.2.3 (#30062)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [traefik](https://redirect.github.com/containous/traefik) | final | patch | `v3.2.1` -> `v3.2.3` | | [traefik](https://redirect.github.com/containous/traefik) | stage | patch | `v3.2.1` -> `v3.2.3` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>containous/traefik (traefik)</summary> ### [`v3.2.3`](https://redirect.github.com/containous/traefik/blob/HEAD/CHANGELOG.md#v323-2024-12-16) [Compare Source](https://redirect.github.com/containous/traefik/compare/v3.2.3...v3.2.3) [All Commits](https://redirect.github.com/traefik/traefik/compare/v3.2.2...v3.2.3) **Documentation:** - Update reference install documentation with current chart default ([#​11332](https://redirect.github.com/traefik/traefik/pull/11332) by [mloiseleur](https://redirect.github.com/mloiseleur)) **Misc:** - Merge branch v2.11 into v3.2 ([#​11346](https://redirect.github.com/traefik/traefik/pull/11346) by [kevinpollet](https://redirect.github.com/kevinpollet)) - Merge branch v2.11 into v3.2 ([#​11337](https://redirect.github.com/traefik/traefik/pull/11337) by [kevinpollet](https://redirect.github.com/kevinpollet)) ### [`v3.2.3`](https://redirect.github.com/containous/traefik/blob/HEAD/CHANGELOG.md#v323-2024-12-16) [Compare Source](https://redirect.github.com/containous/traefik/compare/v3.2.2...v3.2.3) [All Commits](https://redirect.github.com/traefik/traefik/compare/v3.2.2...v3.2.3) **Documentation:** - Update reference install documentation with current chart default ([#​11332](https://redirect.github.com/traefik/traefik/pull/11332) by [mloiseleur](https://redirect.github.com/mloiseleur)) **Misc:** - Merge branch v2.11 into v3.2 ([#​11346](https://redirect.github.com/traefik/traefik/pull/11346) by [kevinpollet](https://redirect.github.com/kevinpollet)) - Merge branch v2.11 into v3.2 ([#​11337](https://redirect.github.com/traefik/traefik/pull/11337) by [kevinpollet](https://redirect.github.com/kevinpollet)) ### [`v3.2.2`](https://redirect.github.com/containous/traefik/blob/HEAD/CHANGELOG.md#v322-2024-12-10) [Compare Source](https://redirect.github.com/containous/traefik/compare/v3.2.2...v3.2.2) [All Commits](https://redirect.github.com/traefik/traefik/compare/v3.2.1...v3.2.2) **Bug fixes:** - **\[docker,docker/swarm]** Rename traefik.docker.\* labels for Docker Swarm to traefik.swarm.\* ([#​11247](https://redirect.github.com/traefik/traefik/pull/11247) by [anchal00](https://redirect.github.com/anchal00)) - **\[k8s/gatewayapi]** Update sigs.k8s.io/gateway-api to v1.2.1 ([#​11314](https://redirect.github.com/traefik/traefik/pull/11314) by [kevinpollet](https://redirect.github.com/kevinpollet)) - **\[plugins]** Fix WASM settings ([#​11321](https://redirect.github.com/traefik/traefik/pull/11321) by [juliens](https://redirect.github.com/juliens)) - **\[rules]** Fix models mechanism for default rule syntax ([#​11300](https://redirect.github.com/traefik/traefik/pull/11300) by [rtribotte](https://redirect.github.com/rtribotte)) **Documentation:** - Move callout to the entrypoint page footer ([#​11305](https://redirect.github.com/traefik/traefik/pull/11305) by [kevinpollet](https://redirect.github.com/kevinpollet)) - Fix incorrect links in v3 migration sections ([#​11297](https://redirect.github.com/traefik/traefik/pull/11297) by [kevinpollet](https://redirect.github.com/kevinpollet)) - New Install Reference Documentation ([#​11213](https://redirect.github.com/traefik/traefik/pull/11213) by [sheddy-traefik](https://redirect.github.com/sheddy-traefik)) ### [`v3.2.2`](https://redirect.github.com/containous/traefik/blob/HEAD/CHANGELOG.md#v322-2024-12-10) [Compare Source](https://redirect.github.com/containous/traefik/compare/v3.2.1...v3.2.2) [All Commits](https://redirect.github.com/traefik/traefik/compare/v3.2.1...v3.2.2) **Bug fixes:** - **\[docker,docker/swarm]** Rename traefik.docker.\* labels for Docker Swarm to traefik.swarm.\* ([#​11247](https://redirect.github.com/traefik/traefik/pull/11247) by [anchal00](https://redirect.github.com/anchal00)) - **\[k8s/gatewayapi]** Update sigs.k8s.io/gateway-api to v1.2.1 ([#​11314](https://redirect.github.com/traefik/traefik/pull/11314) by [kevinpollet](https://redirect.github.com/kevinpollet)) - **\[plugins]** Fix WASM settings ([#​11321](https://redirect.github.com/traefik/traefik/pull/11321) by [juliens](https://redirect.github.com/juliens)) - **\[rules]** Fix models mechanism for default rule syntax ([#​11300](https://redirect.github.com/traefik/traefik/pull/11300) by [rtribotte](https://redirect.github.com/rtribotte)) **Documentation:** - Move callout to the entrypoint page footer ([#​11305](https://redirect.github.com/traefik/traefik/pull/11305) by [kevinpollet](https://redirect.github.com/kevinpollet)) - Fix incorrect links in v3 migration sections ([#​11297](https://redirect.github.com/traefik/traefik/pull/11297) by [kevinpollet](https://redirect.github.com/kevinpollet)) - New Install Reference Documentation ([#​11213](https://redirect.github.com/traefik/traefik/pull/11213) by [sheddy-traefik](https://redirect.github.com/sheddy-traefik)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19--> |
||
|
|
919f4c8518 |
chore(container): update docker.io/nextcloud docker tag to v30.0.4 (#30060)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | docker.io/nextcloud | final | patch | `30.0.2-fpm` -> `30.0.4-fpm` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19--> |
||
|
|
d91d31c39f | chore(container): update ghcr.io/onedr0p/cluster-template/devcontainer:latest docker digest to 90bd47a (#29842) | ||
|
|
8e2b47626f |
chore(container): update docker.io/nextcloud:30.0.2-fpm docker digest to 8fac675 (#29841)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | docker.io/nextcloud | final | digest | `e8c17c1` -> `8fac675` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL2RpZ2VzdCJdfQ==--> |
||
|
|
ea7a259e79 |
Update Dockerfile (#29793)
Remove krew install. As it does not work in the docker file **Description** <!-- Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change. --> ⚒️ Fixes # <!--(issue)--> **⚙️ Type of change** - [ ] ⚙️ Feature/App addition - [ ] 🪛 Bugfix - [ ] ⚠️ Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] 🔃 Refactor of current code **🧪 How Has This Been Tested?** <!-- Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration --> **📃 Notes:** <!-- Please enter any other relevant information here --> **✔️ Checklist:** - [ ] ⚖️ My code follows the style guidelines of this project - [ ] 👀 I have performed a self-review of my own code - [ ] #️⃣ I have commented my code, particularly in hard-to-understand areas - [ ] 📄 I have made corresponding changes to the documentation - [ ] ⚠️ My changes generate no new warnings - [ ] 🧪 I have added tests to this description that prove my fix is effective or that my feature works - [ ] ⬆️ I increased versions for any altered app according to semantic versioning - [ ] I made sure the title starts with `feat(chart-name):`, `fix(chart-name):` or `chore(chart-name):` **➕ App addition** If this PR is an app addition please make sure you have done the following. - [ ] 🖼️ I have added an icon in the Chart's root directory called `icon.png` --- _Please don't blindly check all the boxes. Read them and only check those that apply. Those checkboxes are there for the reviewer to see what is this all about and the status of this PR with a quick glance._ --------- Signed-off-by: alfi0812 <43101280+alfi0812@users.noreply.github.com> Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl> Co-authored-by: Kjeld Schouten <info@kjeldschouten.nl> |
||
|
|
0139304ef5 |
chore(container): update ghcr.io/onedr0p/cluster-template/devcontainer:latest docker digest to bc8d9d5 (#29750)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | ghcr.io/onedr0p/cluster-template/devcontainer | final | digest | `ac3e113` -> `bc8d9d5` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNDIuNyIsInVwZGF0ZWRJblZlciI6IjM4LjE0Mi43IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
f6076e8ae3 |
Update Dockerfile (#29747)
**Description** <!-- Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change. --> ⚒️ Fixes binary issues in devcontainer **⚙️ Type of change** - [ ] ⚙️ Feature/App addition - [x] 🪛 Bugfix - [ ] ⚠️ Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] 🔃 Refactor of current code **🧪 How Has This Been Tested?** <!-- Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration --> **📃 Notes:** <!-- Please enter any other relevant information here --> **✔️ Checklist:** - [ ] ⚖️ My code follows the style guidelines of this project - [ ] 👀 I have performed a self-review of my own code - [ ] #️⃣ I have commented my code, particularly in hard-to-understand areas - [ ] 📄 I have made corresponding changes to the documentation - [ ] ⚠️ My changes generate no new warnings - [ ] 🧪 I have added tests to this description that prove my fix is effective or that my feature works - [ ] ⬆️ I increased versions for any altered app according to semantic versioning - [ ] I made sure the title starts with `feat(chart-name):`, `fix(chart-name):` or `chore(chart-name):` **➕ App addition** If this PR is an app addition please make sure you have done the following. - [ ] 🖼️ I have added an icon in the Chart's root directory called `icon.png` --- _Please don't blindly check all the boxes. Read them and only check those that apply. Those checkboxes are there for the reviewer to see what is this all about and the status of this PR with a quick glance._ Signed-off-by: alfi0812 <43101280+alfi0812@users.noreply.github.com> |
||
|
|
7b2e3510fb |
chore(container): update docker.io/nextcloud:30.0.2-fpm docker digest to e8c17c1 (#29704)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | docker.io/nextcloud | final | digest | `4f19a2f` -> `e8c17c1` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNDIuNyIsInVwZGF0ZWRJblZlciI6IjM4LjE0Mi43IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
a1fcdab1f5 | chore(container): update ghcr.io/onedr0p/cluster-template/devcontainer:latest docker digest to ac3e113 (#29705) | ||
|
|
ab38cfaaec |
Update VERSION (#29701)
**Description** <!-- Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change. --> ⚒️ Fixes Clustertool devcontainer using 1.0.0-RC28 **⚙️ Type of change** - [ ] ⚙️ Feature/App addition - [x] 🪛 Bugfix - [ ] ⚠️ Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] 🔃 Refactor of current code **🧪 How Has This Been Tested?** <!-- Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration --> **📃 Notes:** <!-- Please enter any other relevant information here --> **✔️ Checklist:** - [ ] ⚖️ My code follows the style guidelines of this project - [ ] 👀 I have performed a self-review of my own code - [ ] #️⃣ I have commented my code, particularly in hard-to-understand areas - [ ] 📄 I have made corresponding changes to the documentation - [ ] ⚠️ My changes generate no new warnings - [ ] 🧪 I have added tests to this description that prove my fix is effective or that my feature works - [ ] ⬆️ I increased versions for any altered app according to semantic versioning - [ ] I made sure the title starts with `feat(chart-name):`, `fix(chart-name):` or `chore(chart-name):` **➕ App addition** If this PR is an app addition please make sure you have done the following. - [ ] 🖼️ I have added an icon in the Chart's root directory called `icon.png` --- _Please don't blindly check all the boxes. Read them and only check those that apply. Those checkboxes are there for the reviewer to see what is this all about and the status of this PR with a quick glance._ Signed-off-by: alfi0812 <43101280+alfi0812@users.noreply.github.com> |
||
|
|
3032ecdc3a | chore(container): update ghcr.io/onedr0p/cluster-template/devcontainer:latest docker digest to cb1b62b (#29657) | ||
|
|
1efd4b464b |
chore(container): update docker.io/nextcloud:30.0.2-fpm docker digest to 4f19a2f (#29656)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | docker.io/nextcloud | final | digest | `1462206` -> `4f19a2f` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNDIuNyIsInVwZGF0ZWRJblZlciI6IjM4LjE0Mi43IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
6eb7ff73dc |
chore(container): update traefik docker tag to v3.2.1 (#29636)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [traefik](https://redirect.github.com/containous/traefik) | final | patch | `v3.2.0` -> `v3.2.1` | | [traefik](https://redirect.github.com/containous/traefik) | stage | patch | `v3.2.0` -> `v3.2.1` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>containous/traefik (traefik)</summary> ### [`v3.2.1`](https://redirect.github.com/traefik/traefik/releases/tag/v3.2.1) [Compare Source](https://redirect.github.com/containous/traefik/compare/v3.2.1...v3.2.1) **Important:** Please read the [migration guide](https://doc.traefik.io/traefik/v3.2/migration/v3/#v321). **Bug fixes:** - **\[k8s/ingress,k8s]** Fix HostRegexp config for rule syntax v2 ([#​11288](https://redirect.github.com/traefik/traefik/pull/11288) by [kevinpollet](https://redirect.github.com/kevinpollet)) - **\[logs]** Change level of peeking first byte error log to DEBUG for Postgres ([#​11270](https://redirect.github.com/traefik/traefik/pull/11270) by [rtribotte](https://redirect.github.com/rtribotte)) - **\[service,fastproxy]** Fix case problem for websocket upgrade ([#​11246](https://redirect.github.com/traefik/traefik/pull/11246) by [juliens](https://redirect.github.com/juliens)) **Documentation:** - **\[acme,tls]** Document how to use Certificates of cert-manager ([#​11053](https://redirect.github.com/traefik/traefik/pull/11053) by [mloiseleur](https://redirect.github.com/mloiseleur)) - **\[docker/swarm]** Add tips about the use of docker in dynamic configuration for swarm provider ([#​11207](https://redirect.github.com/traefik/traefik/pull/11207) by [webash](https://redirect.github.com/webash)) - **\[middleware]** Add Compress middleware to migration guide ([#​11229](https://redirect.github.com/traefik/traefik/pull/11229) by [logica0419](https://redirect.github.com/logica0419)) **Misc:** - Merge branch v2.11 into v3.2 ([#​11290](https://redirect.github.com/traefik/traefik/pull/11290) by [kevinpollet](https://redirect.github.com/kevinpollet)) - Merge branch v2.11 into v3.2 ([#​11287](https://redirect.github.com/traefik/traefik/pull/11287) by [rtribotte](https://redirect.github.com/rtribotte)) - Merge branch v2.11 into v3.2 ([#​11285](https://redirect.github.com/traefik/traefik/pull/11285) by [juliens](https://redirect.github.com/juliens)) - Merge branch v2.11 into v3.2 ([#​11268](https://redirect.github.com/traefik/traefik/pull/11268) by [kevinpollet](https://redirect.github.com/kevinpollet)) ### [`v3.2.1`](https://redirect.github.com/traefik/traefik/releases/tag/v3.2.1) [Compare Source](https://redirect.github.com/containous/traefik/compare/v3.2.0...v3.2.1) **Important:** Please read the [migration guide](https://doc.traefik.io/traefik/v3.2/migration/v3/#v321). **Bug fixes:** - **\[k8s/ingress,k8s]** Fix HostRegexp config for rule syntax v2 ([#​11288](https://redirect.github.com/traefik/traefik/pull/11288) by [kevinpollet](https://redirect.github.com/kevinpollet)) - **\[logs]** Change level of peeking first byte error log to DEBUG for Postgres ([#​11270](https://redirect.github.com/traefik/traefik/pull/11270) by [rtribotte](https://redirect.github.com/rtribotte)) - **\[service,fastproxy]** Fix case problem for websocket upgrade ([#​11246](https://redirect.github.com/traefik/traefik/pull/11246) by [juliens](https://redirect.github.com/juliens)) **Documentation:** - **\[acme,tls]** Document how to use Certificates of cert-manager ([#​11053](https://redirect.github.com/traefik/traefik/pull/11053) by [mloiseleur](https://redirect.github.com/mloiseleur)) - **\[docker/swarm]** Add tips about the use of docker in dynamic configuration for swarm provider ([#​11207](https://redirect.github.com/traefik/traefik/pull/11207) by [webash](https://redirect.github.com/webash)) - **\[middleware]** Add Compress middleware to migration guide ([#​11229](https://redirect.github.com/traefik/traefik/pull/11229) by [logica0419](https://redirect.github.com/logica0419)) **Misc:** - Merge branch v2.11 into v3.2 ([#​11290](https://redirect.github.com/traefik/traefik/pull/11290) by [kevinpollet](https://redirect.github.com/kevinpollet)) - Merge branch v2.11 into v3.2 ([#​11287](https://redirect.github.com/traefik/traefik/pull/11287) by [rtribotte](https://redirect.github.com/rtribotte)) - Merge branch v2.11 into v3.2 ([#​11285](https://redirect.github.com/traefik/traefik/pull/11285) by [juliens](https://redirect.github.com/juliens)) - Merge branch v2.11 into v3.2 ([#​11268](https://redirect.github.com/traefik/traefik/pull/11268) by [kevinpollet](https://redirect.github.com/kevinpollet)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNDIuNyIsInVwZGF0ZWRJblZlciI6IjM4LjE0Mi43IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=--> |
||
|
|
0b8ece6f18 |
chore(container): update ghcr.io/onedr0p/cluster-template/devcontainer:latest docker digest to 5ab2afb (#29619)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | ghcr.io/onedr0p/cluster-template/devcontainer | final | digest | `7d40ec3` -> `5ab2afb` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNDIuNyIsInVwZGF0ZWRJblZlciI6IjM4LjE0Mi43IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
3daf2c356e |
chore(container): update ghcr.io/onedr0p/cluster-template/devcontainer:latest docker digest to 7d40ec3 (#29568)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | ghcr.io/onedr0p/cluster-template/devcontainer | final | digest | `8b31ca5` -> `7d40ec3` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNDIuNyIsInVwZGF0ZWRJblZlciI6IjM4LjE0Mi43IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
6c0d3f4e59 | chore(container): update docker.io/codercom/code-server docker tag to v4.95.3 (#29552) | ||
|
|
d3419c08be | chore(container): update ghcr.io/onedr0p/cluster-template/devcontainer:latest docker digest to 8b31ca5 (#29533) | ||
|
|
ba482e78b1 |
chore(container): update ghcr.io/onedr0p/cluster-template/devcontainer:latest docker digest to f0057c6 (#29497)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | ghcr.io/onedr0p/cluster-template/devcontainer | final | digest | `2637c78` -> `f0057c6` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNDIuNyIsInVwZGF0ZWRJblZlciI6IjM4LjE0Mi43IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
c087f2682b |
chore(container): update ghcr.io/onedr0p/cluster-template/devcontainer:latest docker digest to 2637c78 (#29478)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | ghcr.io/onedr0p/cluster-template/devcontainer | final | digest | `d390b39` -> `2637c78` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNDIuNyIsInVwZGF0ZWRJblZlciI6IjM4LjE0Mi43IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
72b366454c |
chore(container): update ghcr.io/onedr0p/cluster-template/devcontainer:latest docker digest to d390b39 (#29459)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | ghcr.io/onedr0p/cluster-template/devcontainer | final | digest | `fbff846` -> `d390b39` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNDIuNyIsInVwZGF0ZWRJblZlciI6IjM4LjE0Mi43IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
ef229465d6 |
chore(container): update ghcr.io/onedr0p/cluster-template/devcontainer:latest docker digest to fbff846 (#29383)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | ghcr.io/onedr0p/cluster-template/devcontainer | final | digest | `2111345` -> `fbff846` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNDIuNyIsInVwZGF0ZWRJblZlciI6IjM4LjE0Mi43IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
f631e0962e |
chore(container): update ghcr.io/onedr0p/cluster-template/devcontainer:latest docker digest to 2111345 (#29334)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | ghcr.io/onedr0p/cluster-template/devcontainer | final | digest | `028f071` -> `2111345` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNDIuNyIsInVwZGF0ZWRJblZlciI6IjM4LjE0Mi43IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
24e877fbeb |
chore(container): update ghcr.io/actions/actions-runner docker tag to v2.321.0 (#29326)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [ghcr.io/actions/actions-runner](https://redirect.github.com/actions/runner) | stage | minor | `2.320.0` -> `2.321.0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>actions/runner (ghcr.io/actions/actions-runner)</summary> ### [`v2.321.0`](https://redirect.github.com/actions/runner/releases/tag/v2.321.0) [Compare Source](https://redirect.github.com/actions/runner/compare/v2.320.0...v2.321.0) #### What's Changed - Fix release workflow to use distinct artifact names by [@​ericsciple](https://redirect.github.com/ericsciple) in [https://github.com/actions/runner/pull/3485](https://redirect.github.com/actions/runner/pull/3485) - Update dotnet sdk to latest version [@​6](https://redirect.github.com/6).0.425 by [@​github-actions](https://redirect.github.com/github-actions) in [https://github.com/actions/runner/pull/3433](https://redirect.github.com/actions/runner/pull/3433) - add ref and type to job completion in run service by [@​yaananth](https://redirect.github.com/yaananth) in [https://github.com/actions/runner/pull/3492](https://redirect.github.com/actions/runner/pull/3492) - Remove Broker Migration Message logging by [@​luketomlinson](https://redirect.github.com/luketomlinson) in [https://github.com/actions/runner/pull/3493](https://redirect.github.com/actions/runner/pull/3493) - Bump dotnet SDK to dotnet 8. by [@​TingluoHuang](https://redirect.github.com/TingluoHuang) in [https://github.com/actions/runner/pull/3500](https://redirect.github.com/actions/runner/pull/3500) - Remove dotnet8 compatibility test. by [@​TingluoHuang](https://redirect.github.com/TingluoHuang) in [https://github.com/actions/runner/pull/3502](https://redirect.github.com/actions/runner/pull/3502) - Remove node16 from the runner. by [@​TingluoHuang](https://redirect.github.com/TingluoHuang) in [https://github.com/actions/runner/pull/3503](https://redirect.github.com/actions/runner/pull/3503) - send action name for run service by [@​yaananth](https://redirect.github.com/yaananth) in [https://github.com/actions/runner/pull/3520](https://redirect.github.com/actions/runner/pull/3520) - Handle runner not found by [@​ericsciple](https://redirect.github.com/ericsciple) in [https://github.com/actions/runner/pull/3536](https://redirect.github.com/actions/runner/pull/3536) - Publish job telemetry to run-service. by [@​TingluoHuang](https://redirect.github.com/TingluoHuang) in [https://github.com/actions/runner/pull/3545](https://redirect.github.com/actions/runner/pull/3545) - Fetch repo-level runner groups from API in v2 flow by [@​lucavallin](https://redirect.github.com/lucavallin) in [https://github.com/actions/runner/pull/3546](https://redirect.github.com/actions/runner/pull/3546) - Allow runner to check service connection in background. by [@​TingluoHuang](https://redirect.github.com/TingluoHuang) in [https://github.com/actions/runner/pull/3542](https://redirect.github.com/actions/runner/pull/3542) - Expose ENV for cache service v2. by [@​TingluoHuang](https://redirect.github.com/TingluoHuang) in [https://github.com/actions/runner/pull/3548](https://redirect.github.com/actions/runner/pull/3548) - Update runner docker image. by [@​TingluoHuang](https://redirect.github.com/TingluoHuang) in [https://github.com/actions/runner/pull/3511](https://redirect.github.com/actions/runner/pull/3511) - Bump Azure.Storage.Blobs from 12.19.1 to 12.23.0 in /src by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/actions/runner/pull/3549](https://redirect.github.com/actions/runner/pull/3549) - fix dotnet-upgrade.yml to print right version by [@​TingluoHuang](https://redirect.github.com/TingluoHuang) in [https://github.com/actions/runner/pull/3550](https://redirect.github.com/actions/runner/pull/3550) - Update dotnet sdk to latest version [@​8](https://redirect.github.com/8).0.404 by [@​github-actions](https://redirect.github.com/github-actions) in [https://github.com/actions/runner/pull/3552](https://redirect.github.com/actions/runner/pull/3552) - Configure dependabot to check github-actions updates by [@​Goooler](https://redirect.github.com/Goooler) in [https://github.com/actions/runner/pull/3333](https://redirect.github.com/actions/runner/pull/3333) - Bump actions/checkout from 3 to 4 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/actions/runner/pull/3556](https://redirect.github.com/actions/runner/pull/3556) #### New Contributors - [@​lucavallin](https://redirect.github.com/lucavallin) made their first contribution in [https://github.com/actions/runner/pull/3546](https://redirect.github.com/actions/runner/pull/3546) - [@​Goooler](https://redirect.github.com/Goooler) made their first contribution in [https://github.com/actions/runner/pull/3333](https://redirect.github.com/actions/runner/pull/3333) **Full Changelog**: https://github.com/actions/runner/compare/v2.320.0...v2.321.0 *Note: Actions Runner follows a progressive release policy, so the latest release might not be available to your enterprise, organization, or repository yet. To confirm which version of the Actions Runner you should expect, please view the download instructions for your enterprise, organization, or repository. See https://docs.github.com/en/enterprise-cloud@latest/actions/hosting-your-own-runners/adding-self-hosted-runners* #### Windows x64 We recommend configuring the runner in a root folder of the Windows drive (e.g. "C:\actions-runner"). This will help avoid issues related to service identity folder permissions and long file path restrictions on Windows. The following snipped needs to be run on `powershell`: ```powershell ### Create a folder under the drive root mkdir \actions-runner ; cd \actions-runner ### Download the latest runner package Invoke-WebRequest -Uri https://github.com/actions/runner/releases/download/v2.321.0/actions-runner-win-x64-2.321.0.zip -OutFile actions-runner-win-x64-2.321.0.zip ### Extract the installer Add-Type -AssemblyName System.IO.Compression.FileSystem ; [System.IO.Compression.ZipFile]::ExtractToDirectory("$PWD\actions-runner-win-x64-2.321.0.zip", "$PWD") ``` #### Windows arm64 We recommend configuring the runner in a root folder of the Windows drive (e.g. "C:\actions-runner"). This will help avoid issues related to service identity folder permissions and long file path restrictions on Windows. The following snipped needs to be run on `powershell`: ```powershell ### Create a folder under the drive root mkdir \actions-runner ; cd \actions-runner ### Download the latest runner package Invoke-WebRequest -Uri https://github.com/actions/runner/releases/download/v2.321.0/actions-runner-win-arm64-2.321.0.zip -OutFile actions-runner-win-arm64-2.321.0.zip ### Extract the installer Add-Type -AssemblyName System.IO.Compression.FileSystem ; [System.IO.Compression.ZipFile]::ExtractToDirectory("$PWD\actions-runner-win-arm64-2.321.0.zip", "$PWD") ``` #### OSX x64 ```bash ### Create a folder mkdir actions-runner && cd actions-runner ### Download the latest runner package curl -O -L https://github.com/actions/runner/releases/download/v2.321.0/actions-runner-osx-x64-2.321.0.tar.gz ### Extract the installer tar xzf ./actions-runner-osx-x64-2.321.0.tar.gz ``` #### OSX arm64 (Apple silicon) ```bash ### Create a folder mkdir actions-runner && cd actions-runner ### Download the latest runner package curl -O -L https://github.com/actions/runner/releases/download/v2.321.0/actions-runner-osx-arm64-2.321.0.tar.gz ### Extract the installer tar xzf ./actions-runner-osx-arm64-2.321.0.tar.gz ``` #### Linux x64 ```bash ### Create a folder mkdir actions-runner && cd actions-runner ### Download the latest runner package curl -O -L https://github.com/actions/runner/releases/download/v2.321.0/actions-runner-linux-x64-2.321.0.tar.gz ### Extract the installer tar xzf ./actions-runner-linux-x64-2.321.0.tar.gz ``` #### Linux arm64 ```bash ### Create a folder mkdir actions-runner && cd actions-runner ### Download the latest runner package curl -O -L https://github.com/actions/runner/releases/download/v2.321.0/actions-runner-linux-arm64-2.321.0.tar.gz ### Extract the installer tar xzf ./actions-runner-linux-arm64-2.321.0.tar.gz ``` #### Linux arm ```bash ### Create a folder mkdir actions-runner && cd actions-runner ### Download the latest runner package curl -O -L https://github.com/actions/runner/releases/download/v2.321.0/actions-runner-linux-arm-2.321.0.tar.gz ### Extract the installer tar xzf ./actions-runner-linux-arm-2.321.0.tar.gz ``` #### Using your self hosted runner For additional details about configuring, running, or shutting down the runner please check out our [product docs.](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/adding-self-hosted-runners) #### SHA-256 Checksums The SHA-256 checksums for the packages included in this build are shown below: - actions-runner-win-x64-2.321.0.zip <!-- BEGIN SHA win-x64 -->88d754da46f4053aec9007d172020c1b75ab2e2049c08aef759b643316580bbc<!-- END SHA win-x64 --> - actions-runner-win-arm64-2.321.0.zip <!-- BEGIN SHA win-arm64 -->22df5a32a65a55e43dab38a200d4f72be0f9f5ce1839f5ad34e689a0d3ff0fb7<!-- END SHA win-arm64 --> - actions-runner-osx-x64-2.321.0.tar.gz <!-- BEGIN SHA osx-x64 -->b2c91416b3e4d579ae69fc2c381fc50dbda13f1b3fcc283187e2c75d1b173072<!-- END SHA osx-x64 --> - actions-runner-osx-arm64-2.321.0.tar.gz <!-- BEGIN SHA osx-arm64 -->fbee07e42a134645d4f04f8146b0a3d0b3c948f0d6b2b9fa61f4318c1192ff79<!-- END SHA osx-arm64 --> - actions-runner-linux-x64-2.321.0.tar.gz <!-- BEGIN SHA linux-x64 -->ba46ba7ce3a4d7236b16fbe44419fb453bc08f866b24f04d549ec89f1722a29e<!-- END SHA linux-x64 --> - actions-runner-linux-arm64-2.321.0.tar.gz <!-- BEGIN SHA linux-arm64 -->62cc5735d63057d8d07441507c3d6974e90c1854bdb33e9c8b26c0da086336e1<!-- END SHA linux-arm64 --> - actions-runner-linux-arm-2.321.0.tar.gz <!-- BEGIN SHA linux-arm -->2b96a4991ebf2b2076908a527a1a13db590217f9375267b5dd95f0300dde432b<!-- END SHA linux-arm --> </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNDIuNyIsInVwZGF0ZWRJblZlciI6IjM4LjE0Mi43IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=--> |
||
|
|
4510fb07a7 |
chore(container): update docker.io/nextcloud:30.0.2-fpm docker digest to 1462206 (#29305)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | docker.io/nextcloud | final | digest | `f927422` -> `1462206` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNDIuNyIsInVwZGF0ZWRJblZlciI6IjM4LjE0Mi43IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
cf2ae60c15 |
chore(container): update docker.io/nextcloud:30.0.2-fpm docker digest to f927422 (#29292)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | docker.io/nextcloud | final | digest | `3189102` -> `f927422` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNDIuNyIsInVwZGF0ZWRJblZlciI6IjM4LjE0Mi43IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
ca239aa7fe |
chore(container): update docker.io/nextcloud:30.0.2-fpm docker digest to 3189102 (#29278)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | docker.io/nextcloud | final | digest | `a832ca5` -> `3189102` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNDIuNyIsInVwZGF0ZWRJblZlciI6IjM4LjE0Mi43IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
ec9559beb7 | chore(container): update traefik:v3.2.0 docker digest to d12741b (#29280) | ||
|
|
d016152143 | chore(container): update docker.io/nextcloud:30.0.2-fpm docker digest to a832ca5 (#29266) | ||
|
|
6b379a32d0 |
chore(container): update ghcr.io/onedr0p/cluster-template/devcontainer:latest docker digest to 028f071 (#29267)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | ghcr.io/onedr0p/cluster-template/devcontainer | final | digest | `0de9ed2` -> `028f071` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNDIuNyIsInVwZGF0ZWRJblZlciI6IjM4LjE0Mi43IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
224572bf25 | chore(container): update docker.io/codercom/code-server docker tag to v4.95.2 (#29244) | ||
|
|
47a5bfdb7d |
chore(container): update traefik:v3.2.0 docker digest to 608322f (#29220)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [traefik](https://redirect.github.com/containous/traefik) | final | digest | `1419209` -> `608322f` | | [traefik](https://redirect.github.com/containous/traefik) | stage | digest | `1419209` -> `608322f` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNDIuNyIsInVwZGF0ZWRJblZlciI6IjM4LjE0Mi43IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
86b3a57e8b |
chore(container): update docker.io/nextcloud:30.0.2-fpm docker digest to e13dfe0 (#29219)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | docker.io/nextcloud | final | digest | `5c37219` -> `e13dfe0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNDIuNyIsInVwZGF0ZWRJblZlciI6IjM4LjE0Mi43IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
02f0a53860 |
chore(container): update traefik:v3.2.0 docker digest to 1419209 (#29192)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [traefik](https://redirect.github.com/containous/traefik) | final | digest | `78bd806` -> `1419209` | | [traefik](https://redirect.github.com/containous/traefik) | stage | digest | `78bd806` -> `1419209` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNDIuNyIsInVwZGF0ZWRJblZlciI6IjM4LjE0Mi43IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
c61be50e05 | chore(container): update traefik:v3.2.0 docker digest to 78bd806 (#29171) | ||
|
|
2b4e798c94 |
chore(container): update docker.io/nextcloud:30.0.2-fpm docker digest to 5c37219 (#29169)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | docker.io/nextcloud | final | digest | `e364690` -> `5c37219` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNDIuNyIsInVwZGF0ZWRJblZlciI6IjM4LjE0Mi43IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
8409282fa3 |
chore(container): update ghcr.io/onedr0p/cluster-template/devcontainer:latest docker digest to 0de9ed2 (#29155)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | ghcr.io/onedr0p/cluster-template/devcontainer | final | digest | `6d3ec78` -> `0de9ed2` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNDIuNyIsInVwZGF0ZWRJblZlciI6IjM4LjE0Mi43IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
c6d025e018 |
chore(container): update ghcr.io/onedr0p/cluster-template/devcontainer:latest docker digest to 6d3ec78 (#29110)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | ghcr.io/onedr0p/cluster-template/devcontainer | final | digest | `f1dd3bd` -> `6d3ec78` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNDIuNyIsInVwZGF0ZWRJblZlciI6IjM4LjE0Mi43IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
ca70384744 |
chore(container): update ghcr.io/onedr0p/cluster-template/devcontainer:latest docker digest to f1dd3bd (#29076)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | ghcr.io/onedr0p/cluster-template/devcontainer | final | digest | `cb9e7e6` -> `f1dd3bd` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNDIuNyIsInVwZGF0ZWRJblZlciI6IjM4LjE0Mi43IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
00de81db94 |
chore(container): update docker.io/nextcloud docker tag to v30.0.2 (#29024)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | docker.io/nextcloud | final | patch | `30.0.1-fpm` -> `30.0.2-fpm` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNDIuNyIsInVwZGF0ZWRJblZlciI6IjM4LjE0Mi43IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=--> |
||
|
|
da07460c63 |
chore(container): update ghcr.io/onedr0p/cluster-template/devcontainer:latest docker digest to cb9e7e6 (#29027)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | ghcr.io/onedr0p/cluster-template/devcontainer | final | digest | `29c7f2b` -> `cb9e7e6` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNDIuNyIsInVwZGF0ZWRJblZlciI6IjM4LjE0Mi43IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
6bf5d259a3 |
chore(container): update docker.io/tailscale/tailscale docker tag to v1.76.6 (#28990)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | docker.io/tailscale/tailscale | final | patch | `v1.76.1` -> `v1.76.6` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNDIuNyIsInVwZGF0ZWRJblZlciI6IjM4LjE0Mi43IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=--> |
||
|
|
7bc6a6ff20 |
chore(container): update ghcr.io/onedr0p/cluster-template/devcontainer:latest docker digest to 29c7f2b (#28974)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | ghcr.io/onedr0p/cluster-template/devcontainer | final | digest | `30b307b` -> `29c7f2b` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNDIuNyIsInVwZGF0ZWRJblZlciI6IjM4LjE0Mi43IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
78c849865b |
chore(container): update ghcr.io/onedr0p/cluster-template/devcontainer:latest docker digest to 30b307b (#28941)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | ghcr.io/onedr0p/cluster-template/devcontainer | final | digest | `2eba37d` -> `30b307b` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNDIuNyIsInVwZGF0ZWRJblZlciI6IjM4LjE0Mi43IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
39f76ad383 |
chore(container): update docker.io/codercom/code-server docker tag to v4.95.1 (#28937)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | docker.io/codercom/code-server | final | minor | `4.93.1` -> `4.95.1` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNDIuNyIsInVwZGF0ZWRJblZlciI6IjM4LjE0Mi43IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=--> |
||
|
|
920285ea2e | fix(devcontainer): dont run clustertool as entrypoint | ||
|
|
951d52f9ec | RC28 devcontainer | ||
|
|
8c526ca94b | delete stuff correctly |