mirror of
https://github.com/cloudnative-pg/plugin-barman-cloud.git
synced 2026-09-04 22:22:21 +02:00
ff09703fed
248 Commits
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
|
|
ff09703fed |
build(deps): pin pip-compile to the sidecar's Python version via dagger
The lockfile was regenerated with whatever python3 happened to be on the contributor's machine (3.12), drifting from the python3.13 venv the sidecar image actually ships. Add a task that runs pip-compile inside a debian:trixie-slim dagger container, the same base image family the sidecar build uses, so regeneration always targets the right Python version regardless of the local machine. Signed-off-by: Marco Nenciarini <marco.nenciarini@enterprisedb.com> |
||
|
|
ad5311efa5
|
chore(deps): update golangci/golangci-lint docker tag to v2.13.2 (#1088)
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> |
||
|
|
d8f34e5de4
|
chore(deps): update kindest/node docker tag to v1.37.0 (#1082)
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> |
||
|
|
4e1b6ccb9b
|
chore(deps): update dependency dagger/dagger to v0.21.9 (#1079)
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> |
||
|
|
7ffb4e90cf
|
ci: avoid race in wordlist-ordered task (#1085)
wordlist-ordered is a dep of both spellcheck and uncommitted, which run in parallel. go-task only writes the checksum after a task's cmds finish, so both parents could start the task concurrently: the first mv succeeded and removed .wordlist.txt.new before the second mv ran, failing CI with "No such file or directory". Mark the task run: once so concurrent deps are deduped. Signed-off-by: Marco Nenciarini <marco.nenciarini@enterprisedb.com> |
||
|
|
69164cbf1a
|
chore(deps): update dependency kind to v0.33.0 (#1080)
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> |
||
|
|
f9a7ead831
|
chore(deps): update golangci/golangci-lint docker tag to v2.13.1 (#1078)
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> |
||
|
|
77118ed413
|
chore(deps): update all cloudnative-pg daggerverse dependencies to 26cd57f (#1072)
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> |
||
|
|
5c07b3e809
|
chore(deps): update all cloudnative-pg daggerverse dependencies to 7174b66 (#1065)
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> |
||
|
|
d356d7b4df
|
chore(deps): update dependency dagger/dagger to v0.21.8 (#1043)
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> |
||
|
|
5e62b7ef88
|
chore(deps): update all cloudnative-pg daggerverse dependencies to f7187c3 (#1028)
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> |
||
|
|
338ceab60f
|
chore(deps): update all cloudnative-pg daggerverse dependencies to 7431c24 (#997)
| Package | Update | Change | |---|---|---| | commitlint | digest | `7a53f0b` → `7431c24` | | controller-gen | digest | `7a53f0b` → `7431c24` | | crd-gen-refs | digest | `7a53f0b` → `7431c24` | | spellcheck | digest | `7a53f0b` → `7431c24` | | uncommitted | digest | `7a53f0b` → `7431c24` | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> |
||
|
|
dd799d8ed1
|
ci: fix image tag mismatch when running via workflow_dispatch (#995)
Closes #994 Signed-off-by: Niccolò Fei <niccolo.fei@enterprisedb.com> |
||
|
|
26de2dadaf
|
chore(deps): update all cloudnative-pg daggerverse dependencies to 7a53f0b (#984)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | commitlint | digest | `679d505` → `7a53f0b` | | controller-gen | digest | `679d505` → `7a53f0b` | | crd-gen-refs | digest | `679d505` → `7a53f0b` | | spellcheck | digest | `679d505` → `7a53f0b` | | uncommitted | digest | `679d505` → `7a53f0b` | <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yNDIuMiIsInVwZGF0ZWRJblZlciI6IjQzLjI0Mi4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWF0ZWQiLCJuby1pc3N1ZSJdfQ==--> Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> |
||
|
|
5a17340088
|
chore(deps): update all cloudnative-pg daggerverse dependencies to 679d505 (#971)
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> |
||
|
|
007cf8a892
|
chore(deps): update dependency dagger/dagger to v0.21.7 (#969)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [dagger/dagger](https://redirect.github.com/dagger/dagger) | patch | `0.21.6` → `0.21.7` | --- > [!WARNING] > Some dependencies could not be looked up. Check the [Dependency Dashboard](../issues/7) for more information. --- ### Release Notes <details> <summary>dagger/dagger (dagger/dagger)</summary> ### [`v0.21.7`](https://redirect.github.com/dagger/dagger/blob/HEAD/CHANGELOG.md#v0217---2026-06-17) [Compare Source](https://redirect.github.com/dagger/dagger/compare/v0.21.6...v0.21.7) ##### Changed - Bump default CNI IP address pool size to reduce address exhaustion under high container concurrency. by [@​sipsma](https://redirect.github.com/sipsma) in [#​13394](https://redirect.github.com/dagger/dagger/pull/13394) - Bump Dang to v2.1.1, moving JSON encoding behind the `JSON` namespace (with a deprecated top-level `toJSON`) and picking up constructor scope and nullable input fixes. by [@​vito](https://redirect.github.com/vito) in [#​13482](https://redirect.github.com/dagger/dagger/pull/13482) ##### Fixed - `.env` file handling so non-matching variables are kept as hidden expansion context instead of being dropped, allowing later variables to expand against them. by [@​marcosnils](https://redirect.github.com/marcosnils) in [#​13490](https://redirect.github.com/dagger/dagger/pull/13490) - Filesync so syncing a re-included file under a gitignored directory (e.g. `foo/` ignored with `!foo/bar.txt`) no longer fails with `no such file or directory`; ignored parent dirs are now created on demand for visible descendants. by [@​grouville](https://redirect.github.com/grouville) in [#​13439](https://redirect.github.com/dagger/dagger/pull/13439) - A concurrent map panic during GC by guarding session client map iteration, preventing fatal `concurrent map iteration and map write` crashes. by [@​sipsma](https://redirect.github.com/sipsma) in [#​13474](https://redirect.github.com/dagger/dagger/pull/13474) - Go SDK codegen so SDK auth config is forwarded to typedef generation, allowing modules with private transitive Go dependencies to resolve during codegen. by [@​grouville](https://redirect.github.com/grouville) in [#​13457](https://redirect.github.com/dagger/dagger/pull/13457) - Core enum handling to preserve conventional enum member names. by [@​shykes](https://redirect.github.com/shykes) in [#​13435](https://redirect.github.com/dagger/dagger/pull/13435) - The Apple `container` driver to honor the privileged option by granting all capabilities (`--cap-add ALL`), so the engine can bind-mount `/etc/resolv.conf` on startup with `container` 1.0.0's reduced default capability set. by [@​eunomie](https://redirect.github.com/eunomie) in [#​13460](https://redirect.github.com/dagger/dagger/pull/13460) - Dang directive argument resolution so `@cache` (and other directive) arguments resolve against the declaring type's file scope, fixing `FunctionCachePolicy not found in env` errors in multi-file modules. by [@​vito](https://redirect.github.com/vito) in [#​13455](https://redirect.github.com/dagger/dagger/pull/13455) - The report-mode heartbeat so it waits for its goroutine to exit before final render, avoiding interleaved output. by [@​kpenfound](https://redirect.github.com/kpenfound) in [#​13425](https://redirect.github.com/dagger/dagger/pull/13425) - Nullable result unwrapping for SDK input so nullable values are passed correctly into SDK functions. by [@​shykes](https://redirect.github.com/shykes) in [#​13401](https://redirect.github.com/dagger/dagger/pull/13401) ##### What to do next? - Read the [documentation](https://docs.dagger.io) - Join our [Discord server](https://discord.gg/dagger-io) - Follow us on [Twitter](https://twitter.com/dagger_io) </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Never, 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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/cloudnative-pg/plugin-barman-cloud). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yMTkuMCIsInVwZGF0ZWRJblZlciI6IjQzLjIxOS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWF0ZWQiLCJuby1pc3N1ZSJdfQ==--> Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> |
||
|
|
55ee7448a6
|
chore(deps): update all cloudnative-pg daggerverse dependencies to 0a3b65e (#962)
Some checks failed
release-please / release-please (push) Failing after 4s
This PR contains the following updates: | Package | Update | Change | |---|---|---| | commitlint | digest | `e7f1192` → `0a3b65e` | | controller-gen | digest | `e7f1192` → `0a3b65e` | | crd-gen-refs | digest | `e7f1192` → `0a3b65e` | | spellcheck | digest | `e7f1192` → `0a3b65e` | | uncommitted | digest | `e7f1192` → `0a3b65e` | <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yMTkuMCIsInVwZGF0ZWRJblZlciI6IjQzLjIxOS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWF0ZWQiLCJuby1pc3N1ZSJdfQ==--> Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> |
||
|
|
b6a849bca1
|
chore(deps): update dependency dagger/dagger to v0.21.6 (#956)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [dagger/dagger](https://redirect.github.com/dagger/dagger) | patch | `0.21.5` → `0.21.6` | --- ### Release Notes <details> <summary>dagger/dagger (dagger/dagger)</summary> ### [`v0.21.6`](https://redirect.github.com/dagger/dagger/releases/tag/v0.21.6) [Compare Source](https://redirect.github.com/dagger/dagger/compare/v0.21.5...v0.21.6) ##### v0.21.6 - 2026-06-10 ##### Added - Add `registryService` options to `Container.from` and `Container.publish`, allowing containers to pull from and publish to a registry provided by a Dagger `Service`. This supports local ephemeral registries without starting unrelated services attached to the container. by [@​grouville](https://redirect.github.com/grouville) in [#​13305](https://redirect.github.com/dagger/dagger/pull/13305) ##### Fixed - Fix image pulls from single-platform image tags so they can resolve correctly even when the image config reports a different platform than the requested platform. by [@​sipsma](https://redirect.github.com/sipsma) in [#​13409](https://redirect.github.com/dagger/dagger/pull/13409) - Fix an intermittent module introspection/codegen cache error that could report `add explicit dependency: dep result <id> missing from cache` after implementation-scoped module results were reused across sessions. by [@​sipsma](https://redirect.github.com/sipsma) in [#​13412](https://redirect.github.com/dagger/dagger/pull/13412) - Fix filtered host directory imports when excluded files disappear during sync, preventing layer copy errors for paths that should have been ignored by include/exclude filters. by [@​sipsma](https://redirect.github.com/sipsma) in [#​13414](https://redirect.github.com/dagger/dagger/pull/13414) - Fix Dang v2 modules with private `Map` fields so map values are restored correctly between calls instead of failing with `expected module type, got dang.MapType`. by [@​vito](https://redirect.github.com/vito) in [#​13421](https://redirect.github.com/dagger/dagger/pull/13421) - Fix `.env` user defaults for module constructors so passing one constructor argument explicitly no longer drops defaults for the other arguments. by [@​marcosnils](https://redirect.github.com/marcosnils) in [#​13424](https://redirect.github.com/dagger/dagger/pull/13424) - Fix a rare cache race that could return released directory snapshots and cause `invalid immutable ref` errors. by [@​sipsma](https://redirect.github.com/sipsma) in [#​13429](https://redirect.github.com/dagger/dagger/pull/13429) ##### What to do next? - Read the [documentation](https://docs.dagger.io) - Join our [Discord server](https://discord.gg/dagger-io) - Follow us on [Twitter](https://twitter.com/dagger_io) </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Never, 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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/cloudnative-pg/plugin-barman-cloud). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yMTkuMCIsInVwZGF0ZWRJblZlciI6IjQzLjIxOS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWF0ZWQiLCJuby1pc3N1ZSJdfQ==--> Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> |
||
|
|
139afeefae
|
chore(deps): update dependency dagger/dagger to v0.21.5 (#955)
Some checks failed
release-please / release-please (push) Failing after 5s
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [dagger/dagger](https://redirect.github.com/dagger/dagger) | patch | `0.21.4` → `0.21.5` | --- ### Release Notes <details> <summary>dagger/dagger (dagger/dagger)</summary> ### [`v0.21.5`](https://redirect.github.com/dagger/dagger/releases/tag/v0.21.5) [Compare Source](https://redirect.github.com/dagger/dagger/compare/v0.21.4...v0.21.5) ##### v0.21.5 - 2026-06-10 ##### Added - Added expand option to container.exists by [@​alexcb](https://redirect.github.com/alexcb) in [#​13310](https://redirect.github.com/dagger/dagger/pull/13310) - Support both Dang v1 and v2, routed by module engineVersion by [@​vito](https://redirect.github.com/vito) in [#​13388](https://redirect.github.com/dagger/dagger/pull/13388) ##### Changed - Prune local cache during disk pressure by [@​sipsma](https://redirect.github.com/sipsma) in [#​13375](https://redirect.github.com/dagger/dagger/pull/13375) - Persist trivial core objects by [@​sipsma](https://redirect.github.com/sipsma) in [#​13387](https://redirect.github.com/dagger/dagger/pull/13387) ##### Fixed - Correct namespaced type-name mangling and cross-dependency interface dispatch in Dang by [@​vito](https://redirect.github.com/vito) in [#​13377](https://redirect.github.com/dagger/dagger/pull/13377) - Surface exec errors correctly on the Bun runtime in the TypeScript SDK by [@​marcosnils](https://redirect.github.com/marcosnils) in [#​13395](https://redirect.github.com/dagger/dagger/pull/13395) - Ignore host xattrs for local filesync import identity by [@​sipsma](https://redirect.github.com/sipsma) in [#​13389](https://redirect.github.com/dagger/dagger/pull/13389) - Don't shallow-clone the user's repo for git telemetry labels by [@​marcosnils](https://redirect.github.com/marcosnils) in [#​13363](https://redirect.github.com/dagger/dagger/pull/13363) - Preserve pending lazy container parents by [@​sipsma](https://redirect.github.com/sipsma) in [#​13365](https://redirect.github.com/dagger/dagger/pull/13365) - Preserve withChanges parent layers by [@​dagger-codex](https://redirect.github.com/dagger-codex)\[bot] + [@​shykes](https://redirect.github.com/shykes) in [#​13342](https://redirect.github.com/dagger/dagger/pull/13342) - Treat incomplete image metadata as cache miss by [@​sipsma](https://redirect.github.com/sipsma) in [#​13346](https://redirect.github.com/dagger/dagger/pull/13346) - Cache registry image metadata by [@​dagger-codex](https://redirect.github.com/dagger-codex)\[bot] + [@​shykes](https://redirect.github.com/shykes) in [#​13341](https://redirect.github.com/dagger/dagger/pull/13341) - Don't require id field for interface conformance in Dang by [@​vito](https://redirect.github.com/vito) in [#​13318](https://redirect.github.com/dagger/dagger/pull/13318) - Use module-local check names for scale-out by [@​dagger-codex](https://redirect.github.com/dagger-codex)\[bot] + [@​tiborvass](https://redirect.github.com/tiborvass) in [#​13329](https://redirect.github.com/dagger/dagger/pull/13329) - Fix snapshot owner lease attach/remove race by [@​sipsma](https://redirect.github.com/sipsma) in [#​13321](https://redirect.github.com/dagger/dagger/pull/13321) - Follow source symlinks when copying directory contents in layercopy by [@​marcosnils](https://redirect.github.com/marcosnils) in [#​13326](https://redirect.github.com/dagger/dagger/pull/13326) ##### What to do next? - Read the [documentation](https://docs.dagger.io) - Join our [Discord server](https://discord.gg/dagger-io) - Follow us on [Twitter](https://twitter.com/dagger_io) </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Never, 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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/cloudnative-pg/plugin-barman-cloud). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yMDkuNCIsInVwZGF0ZWRJblZlciI6IjQzLjIwOS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWF0ZWQiLCJuby1pc3N1ZSJdfQ==--> Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> |
||
|
|
3efe655ed5
|
ci: stop Dagger from shallow-cloning the working tree (#947)
In GitHub Actions pull request builds, Dagger's telemetry git-label collection runs `git fetch --depth 1` against the working tree whenever GITHUB_REF is a refs/pull/ ref, which turns the checkout into a shallow clone. Once shallow, `git merge-base origin/main HEAD` finds no common ancestor and the commitlint task (--from=origin/main) fails on every pull request. Most dagger invocations already prefix GITHUB_REF= to suppress this; a few were missing it. Prefix the remaining calls so Dagger never shallow-fetches the host repository. Upstream Dagger bug: dagger/dagger#13351 Signed-off-by: Marco Nenciarini <marco.nenciarini@enterprisedb.com> |
||
|
|
7ea2b15da0
|
chore(deps): update all cloudnative-pg daggerverse dependencies to e7f1192 (#938)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | commitlint | digest | `21755df` → `e7f1192` | | controller-gen | digest | `21755df` → `e7f1192` | | crd-gen-refs | digest | `21755df` → `e7f1192` | | spellcheck | digest | `21755df` → `e7f1192` | | uncommitted | digest | `21755df` → `e7f1192` | <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yMDkuMCIsInVwZGF0ZWRJblZlciI6IjQzLjIwOS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWF0ZWQiLCJuby1pc3N1ZSJdfQ==--> Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> |
||
|
|
c45472efcb
|
chore(deps): update dependency dagger/dagger to v0.21.4 (#929)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [dagger/dagger](https://redirect.github.com/dagger/dagger) | patch | `0.21.0` → `0.21.4` | <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yMDIuMSIsInVwZGF0ZWRJblZlciI6IjQzLjIwOS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWF0ZWQiLCJuby1pc3N1ZSJdfQ==--> Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> |
||
|
|
8e2a917153
|
chore(deps): update all sagikazarmark daggerverse dependencies to ff27cd5 (#933)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | gh | digest | `81b6881` → `ff27cd5` | | golangci-lint | digest | `81b6881` → `ff27cd5` | | kustomize | digest | `81b6881` → `ff27cd5` | --- > [!WARNING] > Some dependencies could not be looked up. Check the [Dependency Dashboard](../issues/7) for more information. --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Never, 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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/cloudnative-pg/plugin-barman-cloud). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yMDYuMSIsInVwZGF0ZWRJblZlciI6IjQzLjIwNi4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWF0ZWQiLCJuby1pc3N1ZSJdfQ==--> Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Leonardo Cecchi <leonardo.cecchi@enterprisedb.com> |
||
|
|
3c6e564a17
|
chore(deps): update kindest/node docker tag to v1.36.1 (#937)
Some checks failed
release-please / release-please (push) Failing after 5s
This PR contains the following updates: | Package | Update | Change | |---|---|---| | kindest/node | minor | `v1.35.1` → `v1.36.1` | --- > [!WARNING] > Some dependencies could not be looked up. Check the [Dependency Dashboard](../issues/7) for more information. --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Never, 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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/cloudnative-pg/plugin-barman-cloud). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yMDkuMCIsInVwZGF0ZWRJblZlciI6IjQzLjIwOS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWF0ZWQiLCJuby1pc3N1ZSJdfQ==--> Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> |
||
|
|
2553979217
|
chore(deps): update dependency kind to v0.32.0 (#935)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [kind](https://redirect.github.com/kubernetes-sigs/kind) | minor | `v0.31.0` → `v0.32.0` | --- ### Release Notes <details> <summary>kubernetes-sigs/kind (kind)</summary> ### [`v0.32.0`](https://redirect.github.com/kubernetes-sigs/kind/compare/v0.31.0...v0.32.0) [Compare Source](https://redirect.github.com/kubernetes-sigs/kind/compare/v0.31.0...v0.32.0) </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Never, 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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/cloudnative-pg/plugin-barman-cloud). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yMDkuMCIsInVwZGF0ZWRJblZlciI6IjQzLjIwOS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWF0ZWQiLCJuby1pc3N1ZSJdfQ==--> Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> |
||
|
|
baf7985d66
|
chore(deps): update all cloudnative-pg daggerverse dependencies to 21755df (#928)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | commitlint | digest | `537e0dd` → `21755df` | | controller-gen | digest | `537e0dd` → `21755df` | | crd-gen-refs | digest | `537e0dd` → `21755df` | | spellcheck | digest | `537e0dd` → `21755df` | | uncommitted | digest | `537e0dd` → `21755df` | --- > [!WARNING] > Some dependencies could not be looked up. Check the [Dependency Dashboard](../issues/7) for more information. --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Never, 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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/cloudnative-pg/plugin-barman-cloud). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xOTQuMCIsInVwZGF0ZWRJblZlciI6IjQzLjE5NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWF0ZWQiLCJuby1pc3N1ZSJdfQ==--> Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> |
||
|
|
d244faa5b2
|
chore(deps): update dependency dagger/dagger to v0.21.0 (#926)
Some checks failed
release-please / release-please (push) Failing after 6s
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [dagger/dagger](https://redirect.github.com/dagger/dagger) | minor | `0.20.8` → `0.21.0` | --- ### Release Notes <details> <summary>dagger/dagger (dagger/dagger)</summary> ### [`v0.21.0`](https://redirect.github.com/dagger/dagger/blob/HEAD/CHANGELOG.md#v0210---2026-05-22) [Compare Source](https://redirect.github.com/dagger/dagger/compare/v0.20.8...v0.21.0) ##### Added - Automatically expose a `check` for each `generate` function by [@​eunomie](https://redirect.github.com/eunomie) in [#​12923](https://redirect.github.com/dagger/dagger/pull/12923) \ Each generated `check` has the same name as its `generate` function, so `dagger check` can report whether generated files are out of date. Use `dagger check --no-generate` to list or run only functions explicitly marked as checks, without the generated ones. Toolchains can set `ignoreChecks` to skip creating checks for specific `generate` functions. - Add workspace lockfiles for selected lookups such as `container.from` and Git refs by [@​shykes](https://redirect.github.com/shykes) + [@​alexcb](https://redirect.github.com/alexcb) + [@​grouville](https://redirect.github.com/grouville) + [@​tiborvass](https://redirect.github.com/tiborvass) + [@​eunomie](https://redirect.github.com/eunomie) in [#​12046](https://redirect.github.com/dagger/dagger/pull/12046) [#​13094](https://redirect.github.com/dagger/dagger/pull/13094) \ Locking is opt-in with `--lock live`, `--lock pinned`, or `--lock frozen`: live mode resolves and records live values, pinned mode prefers recorded pins while resolving the rest live, and frozen mode only resolves from `.dagger/lock`. Use `dagger lock update` to refresh entries already recorded in `.dagger/lock`; it now creates the file when missing. This also fixes remote Git tree cache keys so cache reuse follows the actual checkout inputs. - Add an interactive tests view to the TUI, plus compact test summaries for pretty, plain, logs, dots, and report progress modes by [@​vito](https://redirect.github.com/vito) in [#​13073](https://redirect.github.com/dagger/dagger/pull/13073) - Add experimental `--x-release=<ref>` and `DAGGER_X_RELEASE=<ref>` support for running a command against an unreleased Dagger build from a GitHub ref, fixing [#​12996](https://redirect.github.com/dagger/dagger/issues/12996) by [@​tiborvass](https://redirect.github.com/tiborvass) in [#​13156](https://redirect.github.com/dagger/dagger/pull/13156) - Add a configurable Kubernetes `Service` to the Helm chart by [@​pierreyves-lebrun](https://redirect.github.com/pierreyves-lebrun) + [@​grouville](https://redirect.github.com/grouville) in [#​11993](https://redirect.github.com/dagger/dagger/pull/11993) - Add `EngineCacheEntry.dagqlCall` and `EngineCacheEntry.recordTypes` so cache entries expose the producing DagQL call and all represented storage record types for inspection and GC filtering by [@​sipsma](https://redirect.github.com/sipsma) in [#​13207](https://redirect.github.com/dagger/dagger/pull/13207) - Show the Dagger Cloud trace URL when using the logs frontend by [@​marcosnils](https://redirect.github.com/marcosnils) in [#​13105](https://redirect.github.com/dagger/dagger/pull/13105) - Dang SDK: add support for local types that shadow Dagger core types, early `return`, self-calls, order-independent declarations, and stricter nullability/type checking by [@​vito](https://redirect.github.com/vito) in [#​13184](https://redirect.github.com/dagger/dagger/pull/13184) ##### Changed - Migrate caching to DagQL and remove the BuildKit solver backend, making DagQL responsible for cache lookups, persistence, and pruning by [@​sipsma](https://redirect.github.com/sipsma) in [#​11856](https://redirect.github.com/dagger/dagger/pull/11856) - Improve engine performance and memory use by reducing bbolt/containerd metadata overhead, lazily creating containerd operation leases, reusing pooled CNI namespaces for default execs, and batching long `withDirectory` chains instead of materializing them quadratically by [@​sipsma](https://redirect.github.com/sipsma) in [#​13117](https://redirect.github.com/dagger/dagger/pull/13117) [#​13123](https://redirect.github.com/dagger/dagger/pull/13123) [#​13144](https://redirect.github.com/dagger/dagger/pull/13144) [#​13124](https://redirect.github.com/dagger/dagger/pull/13124) - Deduplicate equivalent in-flight DagQL calls across clients in the same session and fall back to same-session secret/socket attachables when the original client binding is gone by [@​sipsma](https://redirect.github.com/sipsma) in [#​13118](https://redirect.github.com/dagger/dagger/pull/13118) ##### Fixed - Fix enum argument defaults so they appear correctly in schema output and CLI help by [@​kpenfound](https://redirect.github.com/kpenfound) in [#​13068](https://redirect.github.com/dagger/dagger/pull/13068) - Fix module loading and type generation failures caused by stale handle-form module IDs and nested client session races, replacing `session ... not found` failures with the intended behavior or original error by [@​sipsma](https://redirect.github.com/sipsma) in [#​13108](https://redirect.github.com/dagger/dagger/pull/13108) [#​13119](https://redirect.github.com/dagger/dagger/pull/13119) - Fix bound service failures so dependent execs and container-backed services see the service exit as the cause while interactive terminals stay open by [@​vito](https://redirect.github.com/vito) in [#​13099](https://redirect.github.com/dagger/dagger/pull/13099) - Fix remote Git checkout behavior so cached trees can be reused after cache pruning by [@​sipsma](https://redirect.github.com/sipsma) in [#​13141](https://redirect.github.com/dagger/dagger/pull/13141) - Fix Changeset merge cleanup flakiness by disabling Git auto-maintenance in Dagger's temporary merge repositories by [@​sipsma](https://redirect.github.com/sipsma) in [#​13121](https://redirect.github.com/dagger/dagger/pull/13121) - Fix `WithSecretVariable` so later calls override earlier values, fixing [#​13147](https://redirect.github.com/dagger/dagger/issues/13147) by [@​matipan](https://redirect.github.com/matipan) in [#​13159](https://redirect.github.com/dagger/dagger/pull/13159) - Fix user-default secret and env handling so empty plaintext secrets resolve correctly, `.env` values are not double-expanded through namespaces, and plaintext `Secret` defaults are scrubbed in console output; fixes [#​12855](https://redirect.github.com/dagger/dagger/issues/12855) and closes [#​12014](https://redirect.github.com/dagger/dagger/pull/12014) by [@​sipsma](https://redirect.github.com/sipsma) + [@​marcosnils](https://redirect.github.com/marcosnils) + [@​tiborvass](https://redirect.github.com/tiborvass) in [#​13163](https://redirect.github.com/dagger/dagger/pull/13163) [#​13160](https://redirect.github.com/dagger/dagger/pull/13160) [#​13177](https://redirect.github.com/dagger/dagger/pull/13177) - Fix telemetry and replay output so `dagger check` log telemetry is not dropped, Python module logs are not duplicated, and `dagger trace` honors frontend flags by [@​vito](https://redirect.github.com/vito) + [@​sipsma](https://redirect.github.com/sipsma) in [#​13114](https://redirect.github.com/dagger/dagger/pull/13114) [#​13153](https://redirect.github.com/dagger/dagger/pull/13153) - Fix `dagger generate --scale-out` returning unusable remote `Changeset` objects by always running generation locally; `dagger check --scale-out` remains supported by [@​eunomie](https://redirect.github.com/eunomie) in [#​13190](https://redirect.github.com/dagger/dagger/pull/13190) - Fix toolchain customizations so they propagate when toolchain functions are called through another module function by [@​suprjinx](https://redirect.github.com/suprjinx) in [#​13176](https://redirect.github.com/dagger/dagger/pull/13176) - Dang SDK: fix panics, initialization-race typechecking failures, and ID argument handling by [@​tiborvass](https://redirect.github.com/tiborvass) + [@​vito](https://redirect.github.com/vito) in [#​13098](https://redirect.github.com/dagger/dagger/pull/13098) [#​13103](https://redirect.github.com/dagger/dagger/pull/13103) [#​13150](https://redirect.github.com/dagger/dagger/pull/13150) - Java SDK: fix version updates so `mvn versions:set` no longer performs unnecessary dependency/plugin resolution, preventing Maven Central 429 failures; fixes [#​13174](https://redirect.github.com/dagger/dagger/issues/13174) by [@​dagger-codex](https://redirect.github.com/dagger-codex)\[bot] + [@​tiborvass](https://redirect.github.com/tiborvass) in [#​13198](https://redirect.github.com/dagger/dagger/pull/13198) - Python SDK: fix static module analysis regressions from the AST analyzer cutover, including inherited functions, aliased decorators and fields, `@staticmethod`, type aliases, constants/defaults, `Annotated`, `Optional`, `Union`, and relative imports; fixes [#​13097](https://redirect.github.com/dagger/dagger/issues/13097) and [#​13089](https://redirect.github.com/dagger/dagger/issues/13089) by [@​eunomie](https://redirect.github.com/eunomie) in [#​13095](https://redirect.github.com/dagger/dagger/pull/13095) - Python SDK: fix more AST analyzer cases for `TypeAlias` inside `X | None`, quoted and aliased annotations, and absolute self-package imports by [@​marcosnils](https://redirect.github.com/marcosnils) + [@​grouville](https://redirect.github.com/grouville) + [@​eunomie](https://redirect.github.com/eunomie) in [#​13149](https://redirect.github.com/dagger/dagger/pull/13149) [#​13162](https://redirect.github.com/dagger/dagger/pull/13162) [#​13171](https://redirect.github.com/dagger/dagger/pull/13171) - Python SDK: exclude the broken `yarl` 1.24.1 release from the dependency range by [@​tiborvass](https://redirect.github.com/tiborvass) in [#​13189](https://redirect.github.com/dagger/dagger/pull/13189) - Rust SDK: fix list-of-object fields so generated clients load each object by ID instead of returning an incorrect single wrapped selection by [@​wingyplus](https://redirect.github.com/wingyplus) in [#​13000](https://redirect.github.com/dagger/dagger/pull/13000) ##### What to do next? - Read the [documentation](https://docs.dagger.io) - Join our [Discord server](https://discord.gg/dagger-io) - Follow us on [Twitter](https://twitter.com/dagger_io) </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Never, 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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/cloudnative-pg/plugin-barman-cloud). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xOTQuMCIsInVwZGF0ZWRJblZlciI6IjQzLjE5NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWF0ZWQiLCJuby1pc3N1ZSJdfQ==--> Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> |
||
|
|
6b75e4974d
|
chore(deps): update all cloudnative-pg daggerverse dependencies to 537e0dd (#920)
Some checks failed
release-please / release-please (push) Failing after 5s
This PR contains the following updates: | Package | Update | Change | |---|---|---| | commitlint | digest | `db539cb` → `537e0dd` | | controller-gen | digest | `db539cb` → `537e0dd` | | crd-gen-refs | digest | `db539cb` → `537e0dd` | | spellcheck | digest | `db539cb` → `537e0dd` | | uncommitted | digest | `db539cb` → `537e0dd` | --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Never, 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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/cloudnative-pg/plugin-barman-cloud). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xODUuMSIsInVwZGF0ZWRJblZlciI6IjQzLjE4NS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWF0ZWQiLCJuby1pc3N1ZSJdfQ==--> Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> |
||
|
|
9eb2f70f54
|
chore(deps): update all cloudnative-pg daggerverse dependencies to db539cb (#919)
Some checks failed
release-please / release-please (push) Failing after 5s
This PR contains the following updates: | Package | Update | Change | |---|---|---| | commitlint | digest | `2429c90` → `db539cb` | | controller-gen | digest | `2429c90` → `db539cb` | | crd-gen-refs | digest | `2429c90` → `db539cb` | | spellcheck | digest | `2429c90` → `db539cb` | | uncommitted | digest | `2429c90` → `db539cb` | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> |
||
|
|
3919cbb929
|
chore(deps): update all sagikazarmark daggerverse dependencies to 81b6881 (#916)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | gh | digest | `2d7fd40` → `81b6881` | | golangci-lint | digest | `2d7fd40` → `81b6881` | | kustomize | digest | `2d7fd40` → `81b6881` | --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Never, 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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/cloudnative-pg/plugin-barman-cloud). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xODUuMSIsInVwZGF0ZWRJblZlciI6IjQzLjE4NS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWF0ZWQiLCJuby1pc3N1ZSJdfQ==--> Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> |
||
|
|
acdbfb8b10
|
fix(deps): update all non-major go dependencies (#898)
Some checks failed
release-please / release-please (push) Failing after 4s
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Signed-off-by: Leonardo Cecchi <leonardo.cecchi@enterprisedb.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Leonardo Cecchi <leonardo.cecchi@enterprisedb.com> |
||
|
|
bca19adaf5
|
chore(deps): update all sagikazarmark daggerverse dependencies to 2d7fd40 (#897)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | gh | digest | `5f2dc1b` → `2d7fd40` | | golangci-lint | digest | `5f2dc1b` → `2d7fd40` | | kustomize | digest | `5f2dc1b` → `2d7fd40` | --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Never, 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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/cloudnative-pg/plugin-barman-cloud). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xNTkuMiIsInVwZGF0ZWRJblZlciI6IjQzLjE1OS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWF0ZWQiLCJuby1pc3N1ZSJdfQ==--> Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> |
||
|
|
745f6c96c2
|
chore(deps): update all cloudnative-pg daggerverse dependencies to 2429c90 (#908)
Some checks failed
release-please / release-please (push) Failing after 5s
This PR contains the following updates: | Package | Update | Change | |---|---|---| | commitlint | digest | `f104c75` → `2429c90` | | controller-gen | digest | `f104c75` → `2429c90` | | crd-gen-refs | digest | `f104c75` → `2429c90` | | spellcheck | digest | `f104c75` → `2429c90` | | uncommitted | digest | `f104c75` → `2429c90` | --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Never, 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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/cloudnative-pg/plugin-barman-cloud). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xNzMuNiIsInVwZGF0ZWRJblZlciI6IjQzLjE3My42IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWF0ZWQiLCJuby1pc3N1ZSJdfQ==--> Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> |
||
|
|
f0b931b547
|
chore(deps): update dependency controller-runtime to v0.24.1 (#907)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [controller-runtime](https://redirect.github.com/kubernetes-sigs/controller-runtime) | patch | `0.24.0` → `0.24.1` | --- ### Release Notes <details> <summary>kubernetes-sigs/controller-runtime (controller-runtime)</summary> ### [`v0.24.1`](https://redirect.github.com/kubernetes-sigs/controller-runtime/compare/v0.24.0...v0.24.1) [Compare Source](https://redirect.github.com/kubernetes-sigs/controller-runtime/compare/v0.24.0...v0.24.1) </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Never, 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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/cloudnative-pg/plugin-barman-cloud). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xNzMuNiIsInVwZGF0ZWRJblZlciI6IjQzLjE3My42IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWF0ZWQiLCJuby1pc3N1ZSJdfQ==--> Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> |
||
|
|
d4f3d8962c
|
chore(deps): update all cloudnative-pg daggerverse dependencies to f104c75 (#905)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | commitlint | digest | `1d1cc64` → `f104c75` | | controller-gen | digest | `1d1cc64` → `f104c75` | | crd-gen-refs | digest | `1d1cc64` → `f104c75` | | spellcheck | digest | `1d1cc64` → `f104c75` | | uncommitted | digest | `1d1cc64` → `f104c75` | --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Never, 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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/cloudnative-pg/plugin-barman-cloud). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xNTkuMiIsInVwZGF0ZWRJblZlciI6IjQzLjE1OS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWF0ZWQiLCJuby1pc3N1ZSJdfQ==--> Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Leonardo Cecchi <leonardo.cecchi@enterprisedb.com> |
||
|
|
4e2a0186a2
|
chore(deps): update all cloudnative-pg daggerverse dependencies to 1d1cc64 (#903)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | commitlint | digest | `f181d13` → `1d1cc64` | | controller-gen | digest | `f181d13` → `1d1cc64` | | crd-gen-refs | digest | `f181d13` → `1d1cc64` | | spellcheck | digest | `f181d13` → `1d1cc64` | | uncommitted | digest | `f181d13` → `1d1cc64` | --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Never, 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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/cloudnative-pg/plugin-barman-cloud). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xNTkuMiIsInVwZGF0ZWRJblZlciI6IjQzLjE1OS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWF0ZWQiLCJuby1pc3N1ZSJdfQ==--> Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> |
||
|
|
9564f2ca21
|
chore(deps): update all cloudnative-pg daggerverse dependencies to f181d13 (#896)
Some checks failed
release-please / release-please (push) Failing after 3s
This PR contains the following updates: | Package | Update | Change | |---|---|---| | commitlint | digest | `b470f41` → `f181d13` | | controller-gen | digest | `b470f41` → `f181d13` | | crd-gen-refs | digest | `b470f41` → `f181d13` | | spellcheck | digest | `b470f41` → `f181d13` | | uncommitted | digest | `b470f41` → `f181d13` | --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Never, 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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/cloudnative-pg/plugin-barman-cloud). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xNTkuMiIsInVwZGF0ZWRJblZlciI6IjQzLjE1OS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWF0ZWQiLCJuby1pc3N1ZSJdfQ==--> Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> |
||
|
|
e550b48cd5
|
chore(deps): update all cloudnative-pg daggerverse dependencies to b470f41 (#891)
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Signed-off-by: Leonardo Cecchi <leonardo.cecchi@gmail.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Leonardo Cecchi <leonardo.cecchi@gmail.com> |
||
|
|
23d8ebb4d4
|
chore(deps): update golangci/golangci-lint docker tag to v2.12.2 (#888)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [golangci/golangci-lint](https://redirect.github.com/golangci/golangci-lint) | patch | `v2.12.1` → `v2.12.2` | --- ### Release Notes <details> <summary>golangci/golangci-lint (golangci/golangci-lint)</summary> ### [`v2.12.2`](https://redirect.github.com/golangci/golangci-lint/blob/HEAD/CHANGELOG.md#v2122) [Compare Source](https://redirect.github.com/golangci/golangci-lint/compare/v2.12.1...v2.12.2) *Released on 2026-05-06* 1. Linters bug fixes - `gomodguard_v2`: fix blocked configuration - `gomodguard_v2`: from 2.1.0 to 2.1.3 - `iface`: from 1.4.1 to 1.4.2 </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Never, 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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/cloudnative-pg/plugin-barman-cloud). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xNTkuMiIsInVwZGF0ZWRJblZlciI6IjQzLjE1OS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWF0ZWQiLCJuby1pc3N1ZSJdfQ==--> Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Leonardo Cecchi <leonardo.cecchi@enterprisedb.com> |
||
|
|
ec3fde4db0
|
chore(deps): update dependency dagger/dagger to v0.20.8 (#890)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [dagger/dagger](https://redirect.github.com/dagger/dagger) | patch | `0.20.7` → `0.20.8` | --- ### Release Notes <details> <summary>dagger/dagger (dagger/dagger)</summary> ### [`v0.20.8`](https://redirect.github.com/dagger/dagger/releases/tag/v0.20.8) [Compare Source](https://redirect.github.com/dagger/dagger/compare/v0.20.7...v0.20.8) #### v0.20.8 - 2026-05-06 ##### Fixed - Python SDK: fix v0.20.7 regressions where valid Python modules could fail to load correctly, especially when using patterns such as import aliases, inherited functions, relative imports, or module-level type aliases, by [@​tiborvass](https://redirect.github.com/tiborvass) in [`aa1721d`]( |
||
|
|
d6eee8deb8
|
chore(deps): update all cloudnative-pg daggerverse dependencies to 4489fed (#887)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | commitlint | digest | `3a75590` → `4489fed` | | controller-gen | digest | `3a75590` → `4489fed` | | crd-gen-refs | digest | `3a75590` → `4489fed` | | spellcheck | digest | `3a75590` → `4489fed` | | uncommitted | digest | `3a75590` → `4489fed` | --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Never, 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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/cloudnative-pg/plugin-barman-cloud). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xNTkuMiIsInVwZGF0ZWRJblZlciI6IjQzLjE1OS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWF0ZWQiLCJuby1pc3N1ZSJdfQ==--> Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> |
||
|
|
5702a48881
|
chore(deps): update dependency dagger/dagger to v0.20.7 (#886)
Some checks failed
release-please / release-please (push) Failing after 5s
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [dagger/dagger](https://redirect.github.com/dagger/dagger) | patch | `0.20.6` → `0.20.7` | --- > [!WARNING] > Some dependencies could not be looked up. Check the [Dependency Dashboard](../issues/7) for more information. --- ### Release Notes <details> <summary>dagger/dagger (dagger/dagger)</summary> ### [`v0.20.7`](https://redirect.github.com/dagger/dagger/releases/tag/v0.20.7) [Compare Source](https://redirect.github.com/dagger/dagger/compare/v0.20.6...v0.20.7) #### v0.20.7 - 2026-04-30 ##### Fixed - Fix rare engine hangs when short-lived container processes leave `runc run` or `runc exec` stuck by [@​sipsma](https://redirect.github.com/sipsma) in [`d2fd6b4`]( |
||
|
|
e19063d345
|
chore(deps): update golangci/golangci-lint docker tag to v2.12.1 (#885)
Some checks failed
release-please / release-please (push) Failing after 4s
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> |
||
|
|
a5717b1658
|
chore(deps): update golangci/golangci-lint docker tag to v2.12.0 (#881)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [golangci/golangci-lint](https://redirect.github.com/golangci/golangci-lint) | minor | `v2.11.4` → `v2.12.0` | --- ### Release Notes <details> <summary>golangci/golangci-lint (golangci/golangci-lint)</summary> ### [`v2.12.0`](https://redirect.github.com/golangci/golangci-lint/blob/HEAD/CHANGELOG.md#v2120) [Compare Source](https://redirect.github.com/golangci/golangci-lint/compare/v2.11.4...v2.12.0) *Released on 2026-05-01* 1. New linters - Add `clickhouselint` linter <https://github.com/ClickHouse/clickhouse-go-linter> 2. Linters new features or changes - `dupl`: from [`f665c8d`](https://redirect.github.com/golangci/golangci-lint/commit/f665c8d69b32) to [`c99c5cf`](https://redirect.github.com/golangci/golangci-lint/commit/c99c5cf5c202) (extended detection) - `funcorder`: from 0.5.0 to 0.6.0 (new option: `function`) - `goconst`: add an option to ignore strings from tests - `goconst`: from 1.8.2 to 1.10.0 (extended detection) - `gomodguard_v2`: from 1.4.1 to 2.1.0 (major version with new configuration) - `gosec`: from [`619ce21`](https://redirect.github.com/golangci/golangci-lint/commit/619ce2117e08) to 2.26.1 (new checks: `G124`, `G708`, `G709`, `G710`) - `govet`: add `inline` analyzer - `makezero`: from 2.1.0 to 2.2.1 (support slice type aliases) - `paralleltest`: expose `checkcleanup` option - `sloglint`: from 0.11.1 to 0.12.0 (new options: `allowed-keys`, `custom-funcs`) - `wsl_v5`: from 5.6.0 to 5.8.0 (new option: `cuddle-max-statements`; new checks: `after-decl`, `after-defer`, `after-expr`, `after-go`, `cuddle-group`) 3. Linters bug fixes - `forbidigo`: from 2.3.0 to 2.3.1 - `godot`: from 1.5.4 to 1.5.6 - `govet-modernize`: from 0.43.0 to 0.44.0 - `ireturn`: from 0.4.0 to 0.4.1 - `rowserrcheck`: from 1.1.1 to [`c5f79b8`](https://redirect.github.com/golangci/golangci-lint/commit/c5f79b8) 4. Misc. - Decrease cache entropy - Embed the JSON schema in the binary - Filter env vars when cloning the repository with the `custom` command </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Never, 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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/cloudnative-pg/plugin-barman-cloud). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xNTkuMiIsInVwZGF0ZWRJblZlciI6IjQzLjE1OS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWF0ZWQiLCJuby1pc3N1ZSJdfQ==--> --------- Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Signed-off-by: Leonardo Cecchi <leonardo.cecchi@gmail.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Leonardo Cecchi <leonardo.cecchi@gmail.com> |
||
|
|
7154a3caca
|
chore(deps): update all cloudnative-pg daggerverse dependencies to 3a75590 (#883)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | commitlint | digest | `f84ac0c` → `3a75590` | | controller-gen | digest | `f84ac0c` → `3a75590` | | crd-gen-refs | digest | `f84ac0c` → `3a75590` | | spellcheck | digest | `f84ac0c` → `3a75590` | | uncommitted | digest | `f84ac0c` → `3a75590` | --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Never, 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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/cloudnative-pg/plugin-barman-cloud). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xNTkuMiIsInVwZGF0ZWRJblZlciI6IjQzLjE1OS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWF0ZWQiLCJuby1pc3N1ZSJdfQ==--> Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> |
||
|
|
dd541aae44
|
chore(deps): update all sagikazarmark daggerverse dependencies to 5f2dc1b (#882)
Some checks failed
release-please / release-please (push) Failing after 4s
This PR contains the following updates: | Package | Update | Change | |---|---|---| | gh | digest | `5dcc7e4` → `5f2dc1b` | | golangci-lint | digest | `5dcc7e4` → `5f2dc1b` | | kustomize | digest | `5dcc7e4` → `5f2dc1b` | --- > [!WARNING] > Some dependencies could not be looked up. Check the [Dependency Dashboard](../issues/7) for more information. --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Never, 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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/cloudnative-pg/plugin-barman-cloud). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xNTkuMiIsInVwZGF0ZWRJblZlciI6IjQzLjE1OS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWF0ZWQiLCJuby1pc3N1ZSJdfQ==--> Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> |
||
|
|
28350ae87b
|
chore(deps): update dependency controller-runtime to v0.24.0 (#879)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [controller-runtime](https://redirect.github.com/kubernetes-sigs/controller-runtime) | minor | `0.23.3` → `0.24.0` | --- ### Release Notes <details> <summary>kubernetes-sigs/controller-runtime (controller-runtime)</summary> ### [`v0.24.0`](https://redirect.github.com/kubernetes-sigs/controller-runtime/releases/tag/v0.24.0) [Compare Source](https://redirect.github.com/kubernetes-sigs/controller-runtime/compare/v0.23.3...v0.24.0) #### ⚠️ Breaking Changes - Dependencies: Update to k8s.io/\* v1.36 ([#​3506](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3506) [#​3462](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3462) [#​3486](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3486) [#​3450](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3450)) #### 🐛 Bug Fixes - Cache: Fix IndexField blocking until informer is synced ([#​3445](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3445)) - Cache: Wait for cache sync when ReaderFailOnMissingInformer is true ([#​3425](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3425)) - Client: Update typed ApplyConfigurations with server response ([#​3475](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3475)) - Fakeclient: Fix SSA status patch resource version check ([#​3443](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3443)) - Fakeclient: Fix panic when using CRs with embedded pointer structs ([#​3431](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3431)) - Fakeclient: Fix status apply if existing object has managedFields set ([#​3430](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3430)) - Fakeclient: Retry GenerateName on AlreadyExists collisions ([#​3498](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3498)) - HTTP servers: Wire up base context into http servers ([#​3452](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3452)) #### 🌱 Others - Builder/Webhooks: Remove deprecated custom path function ([#​3465](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3465)) - Cache: Test cache reader waits for cache sync ([#​3434](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3434)) - Certwatcher: Deflake certwatcher tests ([#​3457](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3457)) - Dependencies: Use forked version of btree ([#​3449](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3449)) - Envtest: Ensure envtest stops the whole process group ([#​3447](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3447)) - Logging: Add missing space in zap-log-level flag description ([#​3492](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3492)) - Misc: Adopt new(x) over ptr.To(x) and re-enable newexpr lint ([#​3489](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3489)) - Owners: Cleanup ([#​3453](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3453)) - Recorder: Add logger into context for structured logging ([#​3454](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3454)) - Recorder: Switch to `StartLogging` for event debug logs ([#​3451](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3451)) - Scheme: Deprecate the scheme builder ([#​3461](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3461)) - Source/Kind: Improve logging for dynamic type kind source ([#​3494](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3494)) - Webhooks: Reduce memory usage of default webhooks ([#​3463](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3463) [#​3468](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3468)) #### 🌱 CI & linters - Chore: Update golangci-lint version to v2.8.0 ([#​3448](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3448)) - Chore: Update golangci-lint version to v2.10.1 ([#​3470](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3470)) - Chore: Update golangci-lint version to v2.11.3 ([#​3482](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3482)) - Migrate away from custom GitHub action approval workflow ([#​3491](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3491)) - Release: Auto-create git tags for the `tools/setup-envtest` submodule ([#​3476](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3476)) 📖 Additionally, there has been 1 contribution to our documentation. ([#​3477](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3477)) #### Dependencies ##### Added - github.com/cenkalti/backoff/v5: [v5.0.3](https://redirect.github.com/cenkalti/backoff/tree/v5.0.3) - gonum.org/v1/gonum: v0.16.0 - k8s.io/streaming: v0.36.0 ##### Changed - cel.dev/expr: v0.24.0 → v0.25.1 - cloud.google.com/go/compute/metadata: v0.6.0 → v0.9.0 - github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp: [v1.26.0 → v1.30.0](https://redirect.github.com/GoogleCloudPlatform/opentelemetry-operations-go/compare/detectors/gcp/v1.26.0...detectors/gcp/v1.30.0) - github.com/alecthomas/units: [b94a6e3 → 0f3dac3]( |
||
|
|
1e4a731e14
|
chore(deps): update all cloudnative-pg daggerverse dependencies to f84ac0c (#875)
Some checks failed
release-please / release-please (push) Failing after 10s
This PR contains the following updates: | Package | Update | Change | |---|---|---| | commitlint | digest | `eda3ea3` → `f84ac0c` | | controller-gen | digest | `eda3ea3` → `f84ac0c` | | crd-gen-refs | digest | `eda3ea3` → `f84ac0c` | | spellcheck | digest | `eda3ea3` → `f84ac0c` | | uncommitted | digest | `eda3ea3` → `f84ac0c` | --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Never, 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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/cloudnative-pg/plugin-barman-cloud). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xNDEuMyIsInVwZGF0ZWRJblZlciI6IjQzLjE0MS4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWF0ZWQiLCJuby1pc3N1ZSJdfQ==--> Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Leonardo Cecchi <leonardo.cecchi@enterprisedb.com> |
||
|
|
951c9326ea
|
chore(deps): update all cloudnative-pg daggerverse dependencies to eda3ea3 (#861)
Some checks failed
release-please / release-please (push) Failing after 3s
This PR contains the following updates: | Package | Update | Change | |---|---|---| | commitlint | digest | `83a18f9` → `eda3ea3` | | controller-gen | digest | `83a18f9` → `eda3ea3` | | crd-gen-refs | digest | `83a18f9` → `eda3ea3` | | spellcheck | digest | `83a18f9` → `eda3ea3` | | uncommitted | digest | `83a18f9` → `eda3ea3` | --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Never, 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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/cloudnative-pg/plugin-barman-cloud). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xMjMuOCIsInVwZGF0ZWRJblZlciI6IjQzLjEyMy44IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWF0ZWQiLCJuby1pc3N1ZSJdfQ==--> Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> |
||
|
|
274fab1206
|
chore(deps): update all cloudnative-pg daggerverse dependencies to 83a18f9 (#858)
Some checks failed
release-please / release-please (push) Failing after 5s
This PR contains the following updates: | Package | Update | Change | |---|---|---| | commitlint | digest | `43037cb` → `83a18f9` | | controller-gen | digest | `43037cb` → `83a18f9` | | crd-gen-refs | digest | `43037cb` → `83a18f9` | | spellcheck | digest | `43037cb` → `83a18f9` | | uncommitted | digest | `43037cb` → `83a18f9` | |