mirror of
https://github.com/cloudnative-pg/plugin-barman-cloud.git
synced 2026-03-09 12:12:21 +01:00
Compare commits
1 Commits
ab06d49fe5
...
c8f77fd315
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c8f77fd315 |
6
.github/workflows/release-please.yml
vendored
6
.github/workflows/release-please.yml
vendored
@ -51,12 +51,10 @@ jobs:
|
|||||||
# We use a GitHub token with write permissions to create the release,
|
# We use a GitHub token with write permissions to create the release,
|
||||||
# otherwise we won't be able to trigger a new run when pushing on main.
|
# otherwise we won't be able to trigger a new run when pushing on main.
|
||||||
- name: Run release-please
|
- name: Run release-please
|
||||||
env:
|
|
||||||
REPO_URL: ${{ github.repository }}
|
|
||||||
run: |
|
run: |
|
||||||
npx release-please release-pr \
|
npx release-please release-pr \
|
||||||
--token="${{ secrets.REPO_PAT }}" \
|
--token="${{ secrets.REPO_PAT }}" \
|
||||||
--repo-url="${REPO_URL}"
|
--repo-url="${{ github.repository }}"
|
||||||
npx release-please github-release \
|
npx release-please github-release \
|
||||||
--token="${{ secrets.REPO_PAT }}" \
|
--token="${{ secrets.REPO_PAT }}" \
|
||||||
--repo-url="${REPO_URL}"
|
--repo-url="${{ github.repository }}"
|
||||||
|
|||||||
@ -1,10 +0,0 @@
|
|||||||
# Contributing to CloudNativePG
|
|
||||||
|
|
||||||
Thank you for your interest in contributing! 💖
|
|
||||||
|
|
||||||
To ensure consistency across the project, all CloudNativePG repositories follow
|
|
||||||
a common set of guidelines regarding code of conduct, AI usage, and
|
|
||||||
contribution workflows.
|
|
||||||
|
|
||||||
Please review the [CloudNativePG Project contributing guidelines](https://github.com/cloudnative-pg/governance/blob/main/CONTRIBUTING.md)
|
|
||||||
before searching for issues, reporting bugs, or submitting a pull request.
|
|
||||||
4
go.mod
4
go.mod
@ -2,10 +2,10 @@ module github.com/cloudnative-pg/plugin-barman-cloud
|
|||||||
|
|
||||||
go 1.25.0
|
go 1.25.0
|
||||||
|
|
||||||
toolchain go1.26.1
|
toolchain go1.25.7
|
||||||
|
|
||||||
require (
|
require (
|
||||||
github.com/cert-manager/cert-manager v1.19.3
|
github.com/cert-manager/cert-manager v1.19.2
|
||||||
github.com/cloudnative-pg/api v1.28.0
|
github.com/cloudnative-pg/api v1.28.0
|
||||||
github.com/cloudnative-pg/barman-cloud v0.4.1-0.20260108104508-ced266c145f5
|
github.com/cloudnative-pg/barman-cloud v0.4.1-0.20260108104508-ced266c145f5
|
||||||
github.com/cloudnative-pg/cloudnative-pg v1.28.0
|
github.com/cloudnative-pg/cloudnative-pg v1.28.0
|
||||||
|
|||||||
4
go.sum
4
go.sum
@ -12,8 +12,8 @@ github.com/blang/semver/v4 v4.0.0 h1:1PFHFE6yCCTv8C1TeyNNarDzntLi7wMI5i/pzqYIsAM
|
|||||||
github.com/blang/semver/v4 v4.0.0/go.mod h1:IbckMUScFkM3pff0VJDNKRiT6TG/YpiHIM2yvyW5YoQ=
|
github.com/blang/semver/v4 v4.0.0/go.mod h1:IbckMUScFkM3pff0VJDNKRiT6TG/YpiHIM2yvyW5YoQ=
|
||||||
github.com/cenkalti/backoff/v5 v5.0.3 h1:ZN+IMa753KfX5hd8vVaMixjnqRZ3y8CuJKRKj1xcsSM=
|
github.com/cenkalti/backoff/v5 v5.0.3 h1:ZN+IMa753KfX5hd8vVaMixjnqRZ3y8CuJKRKj1xcsSM=
|
||||||
github.com/cenkalti/backoff/v5 v5.0.3/go.mod h1:rkhZdG3JZukswDf7f0cwqPNk4K0sa+F97BxZthm/crw=
|
github.com/cenkalti/backoff/v5 v5.0.3/go.mod h1:rkhZdG3JZukswDf7f0cwqPNk4K0sa+F97BxZthm/crw=
|
||||||
github.com/cert-manager/cert-manager v1.19.3 h1:3d0Nk/HO3BOmAdBJNaBh+6YgaO3Ciey3xCpOjiX5Obs=
|
github.com/cert-manager/cert-manager v1.19.2 h1:jSprN1h5pgNDSl7HClAmIzXuTxic/5FXJ32kbQHqjlM=
|
||||||
github.com/cert-manager/cert-manager v1.19.3/go.mod h1:e9NzLtOKxTw7y99qLyWGmPo6mrC1Nh0EKKcMkRfK+GE=
|
github.com/cert-manager/cert-manager v1.19.2/go.mod h1:e9NzLtOKxTw7y99qLyWGmPo6mrC1Nh0EKKcMkRfK+GE=
|
||||||
github.com/cespare/xxhash/v2 v2.3.0 h1:UL815xU9SqsFlibzuggzjXhog7bL6oX9BbNZnL2UFvs=
|
github.com/cespare/xxhash/v2 v2.3.0 h1:UL815xU9SqsFlibzuggzjXhog7bL6oX9BbNZnL2UFvs=
|
||||||
github.com/cespare/xxhash/v2 v2.3.0/go.mod h1:VGX0DQ3Q6kWi7AoAeZDth3/j3BFtOZR5XLFGgcrjCOs=
|
github.com/cespare/xxhash/v2 v2.3.0/go.mod h1:VGX0DQ3Q6kWi7AoAeZDth3/j3BFtOZR5XLFGgcrjCOs=
|
||||||
github.com/cloudnative-pg/api v1.28.0 h1:xElzHliO0eKkVQafkfMhDJo0aIRCmB1ItEt+SGh6B58=
|
github.com/cloudnative-pg/api v1.28.0 h1:xElzHliO0eKkVQafkfMhDJo0aIRCmB1ItEt+SGh6B58=
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user