Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
strategy:
fail-fast: false
matrix:
kubernetes: [latest, v1.20]
kubernetes: [v1.24, v1.20]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
Expand Down
1 change: 1 addition & 0 deletions .golangci.next.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
linters:
disable-all: true
enable:
- contextcheck
- errchkjson
- gocritic
- godot
Expand Down
1 change: 1 addition & 0 deletions .golangci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

linters:
disable:
- contextcheck
- errchkjson
- gci
- gofumpt
Expand Down
13 changes: 3 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ Deploy PGO to watch Postgres clusters in all of your [namespaces][k8s-namespaces
[disaster-recovery]: https://access.crunchydata.com/documentation/postgres-operator/v5/tutorial/disaster-recovery/
[high-availability]: https://access.crunchydata.com/documentation/postgres-operator/v5/tutorial/high-availability/
[monitoring]: https://access.crunchydata.com/documentation/postgres-operator/v5/tutorial/monitoring/
[multiple-cluster]: https://access.crunchydata.com/documentation/postgres-operator/v5/architecture/high-availability/multi-cluster-kubernetes/
[multiple-cluster]: https://access.crunchydata.com/documentation/postgres-operator/v5/architecture/disaster-recovery/#standby-cluster-overview
[pool]: https://access.crunchydata.com/documentation/postgres-operator/v5/tutorial/connection-pooling/
[provisioning]: https://access.crunchydata.com/documentation/postgres-operator/v5/tutorial/create-cluster/
[resize-cluster]: https://access.crunchydata.com/documentation/postgres-operator/v5/tutorial/resize-cluster/
Expand Down Expand Up @@ -170,13 +170,7 @@ In addition to the above, the geospatially enhanced PostgreSQL + PostGIS contain
- [Grafana](https://github.com/grafana/grafana)
- [Alertmanager](https://github.com/prometheus/alertmanager)

Additional containers that are not directly integrated with the PostgreSQL Operator but can work alongside it include:

- [pgPool II](https://access.crunchydata.com/documentation/crunchy-postgres-containers/latest/container-specifications/crunchy-pgpool/)
- [pg_upgrade](https://access.crunchydata.com/documentation/crunchy-postgres-containers/latest/container-specifications/crunchy-upgrade/)
- [pgBench](https://access.crunchydata.com/documentation/crunchy-postgres-containers/latest/container-specifications/crunchy-pgbench/)

For more information about which versions of the PostgreSQL Operator include which components, please visit the [compatibility](https://access.crunchydata.com/documentation/postgres-operator/latest/configuration/compatibility/) section of the documentation.
For more information about which versions of the PostgreSQL Operator include which components, please visit the [compatibility](https://access.crunchydata.com/documentation/postgres-operator/v5/references/components/) section of the documentation.

## Supported Platforms

Expand Down Expand Up @@ -240,10 +234,9 @@ When a PostgreSQL Operator general availability (GA) release occurs, the contain

- [Crunchy Data Customer Portal](https://access.crunchydata.com/)
- [Crunchy Data Developer Portal](https://www.crunchydata.com/developers)
- [DockerHub](https://hub.docker.com/u/crunchydata)

The image rollout can occur over the course of several days.

To stay up-to-date on when releases are made available in the [Crunchy Data Developer Portal](https://www.crunchydata.com/developers), please sign up for the [Crunchy Data Developer Program Newsletter](https://www.crunchydata.com/developers/newsletter). You can also [join the PGO project community mailing list](https://groups.google.com/a/crunchydata.com/forum/#!forum/postgres-operator/join)
To stay up-to-date on when releases are made available in the [Crunchy Data Developer Portal](https://www.crunchydata.com/developers), please sign up for the [Crunchy Data Developer Program Newsletter](https://www.crunchydata.com/developers#email). You can also [join the PGO project community mailing list](https://groups.google.com/a/crunchydata.com/forum/#!forum/postgres-operator/join)

The PGO Postgres Operator project source code is available subject to the [Apache 2.0 license](LICENSE.md) with the PGO logo and branding assets covered by [our trademark guidelines](docs/static/logos/TRADEMARKS.md).
2 changes: 1 addition & 1 deletion installers/olm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ tests. Consult the [technical requirements][hub-contrib] when making changes.
[hub-listing]: https://operatorhub.io/operator/postgresql
[OLM]: https://github.com/operator-framework/operator-lifecycle-manager
[olm-csv]: https://github.com/operator-framework/operator-lifecycle-manager/blob/master/doc/design/building-your-csv.md
[scorecard]: https://sdk.operatorframework.io/docs/advanced-topics/scorecard/
[scorecard]: https://sdk.operatorframework.io/docs/testing-operators/scorecard/

[Red Hat Container Certification]: https://redhat-connect.gitbook.io/partner-guide-for-red-hat-openshift-and-container/
[Red Hat Operator Certification]: https://redhat-connect.gitbook.io/certified-operator-guide/
Expand Down
2 changes: 1 addition & 1 deletion internal/pgbackrest/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ During initial cluster creation, four pgBackRest use cases are involved.
These settings are configured in either the [global] or [stanza] sections of the
pgBackRest configuration based on their designation in the pgBackRest code.
For more information on the above, and other settings, please see
https://github.com/pgbackrest/pgbackrest/blob/master/src/config/parse.auto.c
https://github.com/pgbackrest/pgbackrest/blob/release/2.38/src/config/parse.auto.c

As shown, the settings with the `cfgSectionGlobal` designation are

Expand Down