Compare commits

..

2 Commits

Author SHA1 Message Date
Peggie
8defe44e5d
Merge 8060b20600 into 21f811a3f2 2026-04-17 16:54:41 +02:00
Peggie
8060b20600 chore(main): release 0.12.1
Signed-off-by: Peggie <info@cloudnative-pg.io>
2026-04-17 16:54:36 +02:00
4 changed files with 10 additions and 10 deletions

View File

@ -48,7 +48,7 @@ jobs:
run: yarn build
- name: Upload artifact
uses: actions/upload-pages-artifact@v5
uses: actions/upload-pages-artifact@v4
with:
path: web/build

View File

@ -1,6 +1,6 @@
# Changelog
## [0.12.1](https://github.com/cloudnative-pg/plugin-barman-cloud/compare/v0.12.0...v0.12.1) (2026-04-18)
## [0.12.1](https://github.com/cloudnative-pg/plugin-barman-cloud/compare/v0.12.0...v0.12.1) (2026-04-17)
### Bug Fixes

View File

@ -46,7 +46,7 @@ tasks:
- wordlist-ordered
env:
# renovate: datasource=git-refs depName=spellcheck lookupName=https://github.com/cloudnative-pg/daggerverse currentValue=main
DAGGER_SPELLCHECK_SHA: eda3ea39e88ce2cb4be786ae74127a380adbfa38
DAGGER_SPELLCHECK_SHA: 83a18f93e5d0955042e2c120e13ae4715f8dbec1
cmds:
- >
GITHUB_REF= dagger -s call -m github.com/cloudnative-pg/daggerverse/spellcheck@${DAGGER_SPELLCHECK_SHA}
@ -60,7 +60,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: eda3ea39e88ce2cb4be786ae74127a380adbfa38
DAGGER_COMMITLINT_SHA: 83a18f93e5d0955042e2c120e13ae4715f8dbec1
cmds:
- >
GITHUB_REF= dagger -s call -m github.com/cloudnative-pg/daggerverse/commitlint@${DAGGER_COMMITLINT_SHA}
@ -74,7 +74,7 @@ tasks:
- wordlist-ordered
env:
# renovate: datasource=git-refs depName=uncommitted lookupName=https://github.com/cloudnative-pg/daggerverse currentValue=main
DAGGER_UNCOMMITTED_SHA: eda3ea39e88ce2cb4be786ae74127a380adbfa38
DAGGER_UNCOMMITTED_SHA: 83a18f93e5d0955042e2c120e13ae4715f8dbec1
cmds:
- GITHUB_REF= dagger -s call -m github.com/cloudnative-pg/daggerverse/uncommitted@${DAGGER_UNCOMMITTED_SHA} check-uncommitted --source . stdout
sources:
@ -86,7 +86,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: eda3ea39e88ce2cb4be786ae74127a380adbfa38
DAGGER_CRDGENREF_SHA: 83a18f93e5d0955042e2c120e13ae4715f8dbec1
# renovate: datasource=go depName=github.com/elastic/crd-ref-docs
CRDREFDOCS_VERSION: v0.3.0
cmds:
@ -381,7 +381,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: eda3ea39e88ce2cb4be786ae74127a380adbfa38
DAGGER_CONTROLLER_GEN_SHA: 83a18f93e5d0955042e2c120e13ae4715f8dbec1
cmds:
- >
GITHUB_REF= dagger -s call -m github.com/cloudnative-pg/daggerverse/controller-gen@${DAGGER_CONTROLLER_GEN_SHA}

View File

@ -8942,9 +8942,9 @@ typedarray-to-buffer@^3.1.5:
is-typedarray "^1.0.0"
typescript@~6.0.0:
version "6.0.3"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-6.0.3.tgz#90251dc007916e972786cb94d74d15b185577d21"
integrity sha512-y2TvuxSZPDyQakkFRPZHKFm+KKVqIisdg9/CZwm9ftvKXLP8NRWj38/ODjNbr43SsoXqNuAisEf1GdCxqWcdBw==
version "6.0.2"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-6.0.2.tgz#0b1bfb15f68c64b97032f3d78abbf98bdbba501f"
integrity sha512-bGdAIrZ0wiGDo5l8c++HWtbaNCWTS4UTv7RaTH/ThVIgjkveJt83m74bBHMJkuCbslY8ixgLBVZJIOiQlQTjfQ==
undici-types@~7.19.0:
version "7.19.2"