Compare commits

..

2 Commits

Author SHA1 Message Date
Peggie
764c2789fa
Merge d7033e8502 into 8329a3eda4 2026-03-10 12:48:17 +01:00
Peggie
d7033e8502 chore(main): release 0.11.1
Signed-off-by: Peggie <info@cloudnative-pg.io>
2026-03-10 12:48:15 +01:00
2 changed files with 6 additions and 6 deletions

View File

@ -1,6 +1,6 @@
# Changelog
## [0.11.1](https://github.com/cloudnative-pg/plugin-barman-cloud/compare/v0.11.0...v0.11.1) (2026-03-11)
## [0.11.1](https://github.com/cloudnative-pg/plugin-barman-cloud/compare/v0.11.0...v0.11.1) (2026-03-10)
### Bug Fixes

View File

@ -44,7 +44,7 @@ tasks:
- wordlist-ordered
env:
# renovate: datasource=git-refs depName=spellcheck lookupName=https://github.com/cloudnative-pg/daggerverse currentValue=main
DAGGER_SPELLCHECK_SHA: d6be835d9497a18226271404193cb44d32736653
DAGGER_SPELLCHECK_SHA: a63b48356801e4d38291db105c26abd0650a99c9
cmds:
- >
GITHUB_REF= dagger -s call -m github.com/cloudnative-pg/daggerverse/spellcheck@${DAGGER_SPELLCHECK_SHA}
@ -58,7 +58,7 @@ tasks:
desc: Check for conventional commits
env:
# renovate: datasource=git-refs depName=commitlint lookupName=https://github.com/cloudnative-pg/daggerverse currentValue=main
DAGGER_COMMITLINT_SHA: d6be835d9497a18226271404193cb44d32736653
DAGGER_COMMITLINT_SHA: a63b48356801e4d38291db105c26abd0650a99c9
cmds:
- >
GITHUB_REF= dagger -s call -m github.com/cloudnative-pg/daggerverse/commitlint@${DAGGER_COMMITLINT_SHA}
@ -72,7 +72,7 @@ tasks:
- wordlist-ordered
env:
# renovate: datasource=git-refs depName=uncommitted lookupName=https://github.com/cloudnative-pg/daggerverse currentValue=main
DAGGER_UNCOMMITTED_SHA: d6be835d9497a18226271404193cb44d32736653
DAGGER_UNCOMMITTED_SHA: a63b48356801e4d38291db105c26abd0650a99c9
cmds:
- GITHUB_REF= dagger -s call -m github.com/cloudnative-pg/daggerverse/uncommitted@${DAGGER_UNCOMMITTED_SHA} check-uncommitted --source . stdout
sources:
@ -84,7 +84,7 @@ tasks:
- controller-gen
env:
# renovate: datasource=git-refs depName=crd-gen-refs lookupName=https://github.com/cloudnative-pg/daggerverse currentValue=main
DAGGER_CRDGENREF_SHA: d6be835d9497a18226271404193cb44d32736653
DAGGER_CRDGENREF_SHA: a63b48356801e4d38291db105c26abd0650a99c9
# renovate: datasource=go depName=github.com/elastic/crd-ref-docs
CRDREFDOCS_VERSION: v0.3.0
cmds:
@ -386,7 +386,7 @@ tasks:
run: once
env:
# renovate: datasource=git-refs depName=controller-gen lookupName=https://github.com/cloudnative-pg/daggerverse currentValue=main
DAGGER_CONTROLLER_GEN_SHA: d6be835d9497a18226271404193cb44d32736653
DAGGER_CONTROLLER_GEN_SHA: a63b48356801e4d38291db105c26abd0650a99c9
cmds:
- >
GITHUB_REF= dagger -s call -m github.com/cloudnative-pg/daggerverse/controller-gen@${DAGGER_CONTROLLER_GEN_SHA}