Skip to content

Commit

Permalink
Merge branch 'main' into k8s-cloud-versions-update
Browse files Browse the repository at this point in the history
  • Loading branch information
NiccoloFei authored May 14, 2024
2 parents 34c056b + 63e0b4c commit b57b738
Show file tree
Hide file tree
Showing 16 changed files with 18 additions and 17 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ contact_links:
url: https://github.com/cloudnative-pg/cloudnative-pg/discussions
about: Please ask and answer questions here.
- name: Slack chat
url: https://join.slack.com/t/cloudnativepg/shared_invite/zt-237bhehx3-htDW2kz2hKJxEhn1W4VTnw
url: https://join.slack.com/t/cloudnativepg/shared_invite/zt-2ij5hagfo-B04EQ9DUlGFzD6GEHDqE0g
about: Please join the slack channel and interact with our community
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ For development contributions, please refer to the separate section called
## Ask for Help

The best way to reach us with a question when contributing is to drop a line in
our [Slack channel](https://join.slack.com/t/cloudnativepg/shared_invite/zt-237bhehx3-htDW2kz2hKJxEhn1W4VTnw), or
our [Slack channel](https://join.slack.com/t/cloudnativepg/shared_invite/zt-2ij5hagfo-B04EQ9DUlGFzD6GEHDqE0g), or
start a new Github discussion.

## Raising Issues
Expand Down
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ LOCALBIN ?= $(shell pwd)/bin
BUILD_IMAGE ?= true
POSTGRES_IMAGE_NAME ?= $(shell grep 'DefaultImageName.*=' "pkg/versions/versions.go" | cut -f 2 -d \")
KUSTOMIZE_VERSION ?= v5.4.1
CONTROLLER_TOOLS_VERSION ?= v0.14.0
CONTROLLER_TOOLS_VERSION ?= v0.15.0
GORELEASER_VERSION ?= v1.25.1
SPELLCHECK_VERSION ?= 0.36.0
WOKE_VERSION ?= 0.19.0
Expand Down Expand Up @@ -234,10 +234,10 @@ shellcheck: ## Shellcheck for the hack directory.
}

spellcheck: ## Runs the spellcheck on the project.
docker run --rm -v $(PWD):/tmp jonasbn/github-action-spellcheck:$(SPELLCHECK_VERSION)
docker run --rm -v $(PWD):/tmp:Z jonasbn/github-action-spellcheck:$(SPELLCHECK_VERSION)

woke: ## Runs the woke checks on project.
docker run --rm -v $(PWD):/src -w /src getwoke/woke:$(WOKE_VERSION) woke -c .woke.yaml
docker run --rm -v $(PWD):/src:Z -w /src getwoke/woke:$(WOKE_VERSION) woke -c .woke.yaml

wordlist-ordered: ## Order the wordlist using sort
LANG=C LC_ALL=C sort .wordlist-en-custom.txt > .wordlist-en-custom.txt.new && \
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ MariaDB cluster).

## Communications

- [Slack Channel](https://join.slack.com/t/cloudnativepg/shared_invite/zt-237bhehx3-htDW2kz2hKJxEhn1W4VTnw)
- [Slack Channel](https://join.slack.com/t/cloudnativepg/shared_invite/zt-2ij5hagfo-B04EQ9DUlGFzD6GEHDqE0g)
- [Github Discussions](https://github.com/cloudnative-pg/cloudnative-pg/discussions)
- [Twitter](https://twitter.com/CloudNativePg)

Expand Down
2 changes: 1 addition & 1 deletion config/crd/bases/postgresql.cnpg.io_backups.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.14.0
controller-gen.kubebuilder.io/version: v0.15.0
name: backups.postgresql.cnpg.io
spec:
group: postgresql.cnpg.io
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.14.0
controller-gen.kubebuilder.io/version: v0.15.0
name: clusterimagecatalogs.postgresql.cnpg.io
spec:
group: postgresql.cnpg.io
Expand Down
2 changes: 1 addition & 1 deletion config/crd/bases/postgresql.cnpg.io_clusters.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.14.0
controller-gen.kubebuilder.io/version: v0.15.0
name: clusters.postgresql.cnpg.io
spec:
group: postgresql.cnpg.io
Expand Down
2 changes: 1 addition & 1 deletion config/crd/bases/postgresql.cnpg.io_imagecatalogs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.14.0
controller-gen.kubebuilder.io/version: v0.15.0
name: imagecatalogs.postgresql.cnpg.io
spec:
group: postgresql.cnpg.io
Expand Down
2 changes: 1 addition & 1 deletion config/crd/bases/postgresql.cnpg.io_poolers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.14.0
controller-gen.kubebuilder.io/version: v0.15.0
name: poolers.postgresql.cnpg.io
spec:
group: postgresql.cnpg.io
Expand Down
2 changes: 1 addition & 1 deletion config/crd/bases/postgresql.cnpg.io_scheduledbackups.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.14.0
controller-gen.kubebuilder.io/version: v0.15.0
name: scheduledbackups.postgresql.cnpg.io
spec:
group: postgresql.cnpg.io
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
parameters:
log_checkpoints: "on"
log_lock_waits: "on"
log_min_duration_statement: '0'
log_min_duration_statement: '1000'
log_temp_files: '1024'
log_autovacuum_min_duration: '1s'
log_replication_commands: 'on'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ spec:
parameters:
log_checkpoints: "on"
log_lock_waits: "on"
log_min_duration_statement: '0'
log_min_duration_statement: '1000'
log_temp_files: '1024'
log_autovacuum_min_duration: '1s'
log_replication_commands: 'on'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ spec:
log_temp_files: '1024'
log_autovacuum_min_duration: '1s'
log_replication_commands: 'on'
wal_retrieve_retry_interval: '2s'
bootstrap:
initdb:
database: app
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:
parameters:
log_checkpoints: "on"
log_lock_waits: "on"
log_min_duration_statement: '0'
log_min_duration_statement: '1000'
log_temp_files: '1024'
log_autovacuum_min_duration: '1s'
log_replication_commands: 'on'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
parameters:
log_checkpoints: "on"
log_lock_waits: "on"
log_min_duration_statement: '0'
log_min_duration_statement: '1000'
log_temp_files: '1024'
log_autovacuum_min_duration: '1s'
log_replication_commands: 'on'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
parameters:
log_checkpoints: "on"
log_lock_waits: "on"
log_min_duration_statement: '0'
log_min_duration_statement: '1000'
log_temp_files: '1024'
log_autovacuum_min_duration: '1s'
log_replication_commands: 'on'
Expand Down

0 comments on commit b57b738

Please sign in to comment.