Skip to content

Commit fbdb4e1

Browse files
authored
Update links in readmes (CrunchyData#3378)
* update links * update linter (disable contextcheck, add contextcheck to .next) * update test: pin to 1.24 rather than latest Issue [sc-15609]
1 parent 330de87 commit fbdb4e1

File tree

6 files changed

+8
-13
lines changed

6 files changed

+8
-13
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
strategy:
5252
fail-fast: false
5353
matrix:
54-
kubernetes: [latest, v1.20]
54+
kubernetes: [v1.24, v1.20]
5555
steps:
5656
- uses: actions/checkout@v3
5757
- uses: actions/setup-go@v3

.golangci.next.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
linters:
99
disable-all: true
1010
enable:
11+
- contextcheck
1112
- errchkjson
1213
- gocritic
1314
- godot

.golangci.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
linters:
44
disable:
5+
- contextcheck
56
- errchkjson
67
- gci
78
- gofumpt

README.md

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ Deploy PGO to watch Postgres clusters in all of your [namespaces][k8s-namespaces
119119
[disaster-recovery]: https://access.crunchydata.com/documentation/postgres-operator/v5/tutorial/disaster-recovery/
120120
[high-availability]: https://access.crunchydata.com/documentation/postgres-operator/v5/tutorial/high-availability/
121121
[monitoring]: https://access.crunchydata.com/documentation/postgres-operator/v5/tutorial/monitoring/
122-
[multiple-cluster]: https://access.crunchydata.com/documentation/postgres-operator/v5/architecture/high-availability/multi-cluster-kubernetes/
122+
[multiple-cluster]: https://access.crunchydata.com/documentation/postgres-operator/v5/architecture/disaster-recovery/#standby-cluster-overview
123123
[pool]: https://access.crunchydata.com/documentation/postgres-operator/v5/tutorial/connection-pooling/
124124
[provisioning]: https://access.crunchydata.com/documentation/postgres-operator/v5/tutorial/create-cluster/
125125
[resize-cluster]: https://access.crunchydata.com/documentation/postgres-operator/v5/tutorial/resize-cluster/
@@ -170,13 +170,7 @@ In addition to the above, the geospatially enhanced PostgreSQL + PostGIS contain
170170
- [Grafana](https://github.com/grafana/grafana)
171171
- [Alertmanager](https://github.com/prometheus/alertmanager)
172172

173-
Additional containers that are not directly integrated with the PostgreSQL Operator but can work alongside it include:
174-
175-
- [pgPool II](https://access.crunchydata.com/documentation/crunchy-postgres-containers/latest/container-specifications/crunchy-pgpool/)
176-
- [pg_upgrade](https://access.crunchydata.com/documentation/crunchy-postgres-containers/latest/container-specifications/crunchy-upgrade/)
177-
- [pgBench](https://access.crunchydata.com/documentation/crunchy-postgres-containers/latest/container-specifications/crunchy-pgbench/)
178-
179-
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.
173+
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.
180174

181175
## Supported Platforms
182176

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

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

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

247-
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)
240+
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)
248241

249242
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).

installers/olm/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ tests. Consult the [technical requirements][hub-contrib] when making changes.
1212
[hub-listing]: https://operatorhub.io/operator/postgresql
1313
[OLM]: https://github.com/operator-framework/operator-lifecycle-manager
1414
[olm-csv]: https://github.com/operator-framework/operator-lifecycle-manager/blob/master/doc/design/building-your-csv.md
15-
[scorecard]: https://sdk.operatorframework.io/docs/advanced-topics/scorecard/
15+
[scorecard]: https://sdk.operatorframework.io/docs/testing-operators/scorecard/
1616

1717
[Red Hat Container Certification]: https://redhat-connect.gitbook.io/partner-guide-for-red-hat-openshift-and-container/
1818
[Red Hat Operator Certification]: https://redhat-connect.gitbook.io/certified-operator-guide/

internal/pgbackrest/config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ During initial cluster creation, four pgBackRest use cases are involved.
2525
These settings are configured in either the [global] or [stanza] sections of the
2626
pgBackRest configuration based on their designation in the pgBackRest code.
2727
For more information on the above, and other settings, please see
28-
https://github.com/pgbackrest/pgbackrest/blob/master/src/config/parse.auto.c
28+
https://github.com/pgbackrest/pgbackrest/blob/release/2.38/src/config/parse.auto.c
2929

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

0 commit comments

Comments
 (0)