Skip to content

Commit 38544e7

Browse files
authored
Merge branch 'main' into dev/pprof
2 parents 789e04a + 77aa6e0 commit 38544e7

File tree

5 files changed

+661
-16
lines changed

5 files changed

+661
-16
lines changed

.wordlist.txt

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
AccessDenied
12
AdditionalContainerArgs
23
Akamai
34
Azurite
@@ -21,9 +22,12 @@ IRSA
2122
IfNotPresent
2223
InstanceSidecarConfiguration
2324
JSON
25+
Kustomize
2426
Lifecycle
2527
Linode
2628
MinIO
29+
Misconfiguration
30+
NoSuchBucket
2731
ObjectMeta
2832
ObjectStore
2933
ObjectStoreSpec
@@ -42,6 +46,7 @@ SAS
4246
SFO
4347
SPDX
4448
SPDX
49+
SSL
4550
ServerRecoveryWindow
4651
Slonik
4752
TLS
@@ -54,18 +59,21 @@ amz
5459
api
5560
apiVersion
5661
apiextensions
62+
archiver
5763
args
5864
auth
5965
autocert
6066
aws
6167
backend
6268
backends
6369
barmanObjectName
70+
barmanObjectStore
6471
barmancloud
6572
boto
6673
bzip
6774
cd
6875
cloudnative
76+
cloudnativepg
6977
clusterrole
7078
clusterrolebinding
7179
cmctl
@@ -76,7 +84,9 @@ cpu
7684
creds
7785
csi
7886
customresourcedefinition
87+
declaratively
7988
deps
89+
desc
8090
devel
8191
env
8292
externalClusters
@@ -88,11 +98,19 @@ hostpath
8898
http
8999
https
90100
imagePullPolicy
101+
instanceID
102+
instanceName
103+
instanceRole
104+
involvedObject
91105
io
92106
isWALArchiver
107+
jq
108+
jsonpath
93109
kb
110+
krew
94111
kubectl
95112
kubernetes
113+
lastTimestamp
96114
lifecycle
97115
localhost
98116
md
@@ -102,6 +120,8 @@ namespaces
102120
objectstore
103121
objectstores
104122
pluginConfiguration
123+
podName
124+
postgres
105125
postgresql
106126
pprof
107127
primaryUpdateStrategy
@@ -113,6 +133,7 @@ retentionCheckInterval
113133
retentionPolicy
114134
rolebinding
115135
rollout
136+
rpc
116137
sc
117138
secretKeyRef
118139
selfsigned

Taskfile.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ tasks:
1919
desc: Run golangci-lint
2020
env:
2121
# renovate: datasource=git-refs depName=golangci-lint lookupName=https://github.com/sagikazarmark/daggerverse currentValue=main
22-
DAGGER_GOLANGCI_LINT_SHA: 88056b48085a170fbf7638e106efbecd26c6573d
22+
DAGGER_GOLANGCI_LINT_SHA: 6133ad18e131b891d4723b8e25d69f5de077b472
2323
# renovate: datasource=docker depName=golangci/golangci-lint versioning=semver
2424
GOLANGCI_LINT_VERSION: v2.5.0
2525
cmds:
@@ -44,7 +44,7 @@ tasks:
4444
- wordlist-ordered
4545
env:
4646
# renovate: datasource=git-refs depName=spellcheck lookupName=https://github.com/cloudnative-pg/daggerverse currentValue=main
47-
DAGGER_SPELLCHECK_SHA: 838ccbbd35b0e5e9a7d4af600fa8fa1a4259b1d0
47+
DAGGER_SPELLCHECK_SHA: 3923866bb6d43e7cf64047b6e910dc90687add2f
4848
cmds:
4949
- >
5050
GITHUB_REF= dagger -s call -m github.com/cloudnative-pg/daggerverse/spellcheck@${DAGGER_SPELLCHECK_SHA}
@@ -58,7 +58,7 @@ tasks:
5858
desc: Check for conventional commits
5959
env:
6060
# renovate: datasource=git-refs depName=commitlint lookupName=https://github.com/cloudnative-pg/daggerverse currentValue=main
61-
DAGGER_COMMITLINT_SHA: 838ccbbd35b0e5e9a7d4af600fa8fa1a4259b1d0
61+
DAGGER_COMMITLINT_SHA: 3923866bb6d43e7cf64047b6e910dc90687add2f
6262
cmds:
6363
- >
6464
GITHUB_REF= dagger -s call -m github.com/cloudnative-pg/daggerverse/commitlint@${DAGGER_COMMITLINT_SHA}
@@ -72,7 +72,7 @@ tasks:
7272
- wordlist-ordered
7373
env:
7474
# renovate: datasource=git-refs depName=uncommitted lookupName=https://github.com/cloudnative-pg/daggerverse currentValue=main
75-
DAGGER_UNCOMMITTED_SHA: 838ccbbd35b0e5e9a7d4af600fa8fa1a4259b1d0
75+
DAGGER_UNCOMMITTED_SHA: 3923866bb6d43e7cf64047b6e910dc90687add2f
7676
cmds:
7777
- GITHUB_REF= dagger -s call -m github.com/cloudnative-pg/daggerverse/uncommitted@${DAGGER_UNCOMMITTED_SHA} check-uncommitted --source . stdout
7878
sources:
@@ -84,7 +84,7 @@ tasks:
8484
- controller-gen
8585
env:
8686
# renovate: datasource=git-refs depName=crd-gen-refs lookupName=https://github.com/cloudnative-pg/daggerverse currentValue=main
87-
DAGGER_CRDGENREF_SHA: 838ccbbd35b0e5e9a7d4af600fa8fa1a4259b1d0
87+
DAGGER_CRDGENREF_SHA: 3923866bb6d43e7cf64047b6e910dc90687add2f
8888
cmds:
8989
- >
9090
GITHUB_REF= dagger -s call -m github.com/cloudnative-pg/daggerverse/crd-ref-docs@${DAGGER_CRDGENREF_SHA} generate
@@ -410,7 +410,7 @@ tasks:
410410
run: once
411411
env:
412412
# renovate: datasource=git-refs depName=controller-gen lookupName=https://github.com/cloudnative-pg/daggerverse currentValue=main
413-
DAGGER_CONTROLLER_GEN_SHA: 838ccbbd35b0e5e9a7d4af600fa8fa1a4259b1d0
413+
DAGGER_CONTROLLER_GEN_SHA: 3923866bb6d43e7cf64047b6e910dc90687add2f
414414
cmds:
415415
- >
416416
GITHUB_REF= dagger -s call -m github.com/cloudnative-pg/daggerverse/controller-gen@${DAGGER_CONTROLLER_GEN_SHA}
@@ -482,7 +482,7 @@ tasks:
482482
IMAGE_VERSION: '{{regexReplaceAll "(\\d+)/merge" .GITHUB_REF_NAME "pr-${1}"}}'
483483
env:
484484
# renovate: datasource=git-refs depName=kustomize lookupName=https://github.com/sagikazarmark/daggerverse currentValue=main
485-
DAGGER_KUSTOMIZE_SHA: 88056b48085a170fbf7638e106efbecd26c6573d
485+
DAGGER_KUSTOMIZE_SHA: 6133ad18e131b891d4723b8e25d69f5de077b472
486486
cmds:
487487
- >
488488
dagger -s call -m https://github.com/sagikazarmark/daggerverse/kustomize@${DAGGER_KUSTOMIZE_SHA}
@@ -512,7 +512,7 @@ tasks:
512512
- GITHUB_TOKEN
513513
env:
514514
# renovate: datasource=git-refs depName=gh lookupName=https://github.com/sagikazarmark/daggerverse
515-
DAGGER_GH_SHA: 88056b48085a170fbf7638e106efbecd26c6573d
515+
DAGGER_GH_SHA: 6133ad18e131b891d4723b8e25d69f5de077b472
516516
preconditions:
517517
- sh: "[[ {{.GITHUB_REF}} =~ 'refs/tags/v.*' ]]"
518518
msg: not a tag, failing

web/docs/intro.md

Lines changed: 23 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,30 @@ for detailed instructions.
2121

2222
## Requirements
2323

24-
To use the Barman Cloud Plugin, you need:
24+
Before using the Barman Cloud Plugin, ensure that the following components are
25+
installed and properly configured:
2526

26-
- [CloudNativePG](https://cloudnative-pg.io) version **1.26** <!-- ADD WHEN 1.27 IS OUT "or later" -->
27-
- [cert-manager](https://cert-manager.io/) to enable TLS communication between
28-
the plugin and the operator
27+
- [CloudNativePG](https://cloudnative-pg.io) version 1.26 or later
28+
29+
- We strongly recommend version 1.27.0 or later, which includes improved
30+
error handling and status reporting for the plugin.
31+
- If you are running an earlier release, refer to the
32+
[upgrade guide](https://cloudnative-pg.io/documentation/current/installation_upgrade).
33+
34+
- [cert-manager](https://cert-manager.io/)
35+
36+
- The recommended way to enable secure TLS communication between the plugin
37+
and the operator.
38+
- Alternatively, you can provide your own certificate bundles. See the
39+
[CloudNativePG documentation on TLS configuration](https://cloudnative-pg.io/documentation/current/cnpg_i/#configuring-tls-certificates).
40+
41+
- [`kubectl-cnpg`](https://cloudnative-pg.io/documentation/current/kubectl-plugin/)
42+
plugin (optional but recommended)
43+
44+
- Simplifies debugging and monitoring with additional status and inspection
45+
commands.
46+
- Multiple installation options are available in the
47+
[installation guide](https://cloudnative-pg.io/documentation/current/kubectl-plugin/#install).
2948

3049
## Key Features
3150

0 commit comments

Comments
 (0)