Skip to content

Commit

Permalink
Update pgVersions for dbgate; Add disableSSLSessionResumption (#1542
Browse files Browse the repository at this point in the history
)

Signed-off-by: souravbiswassanto <[email protected]>
  • Loading branch information
souravbiswassanto authored and ArnobKumarSaha committed Feb 5, 2025
1 parent 3b557d6 commit c026c5c
Show file tree
Hide file tree
Showing 38 changed files with 351 additions and 174 deletions.
4 changes: 2 additions & 2 deletions catalog/VersionMatrix.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,13 +156,13 @@
| 13.13 |||||||||||||||||||||||||||||||||||||||||||
| 13.13-bookworm |||||||||||||||||||||||||||||||||||||||||||
| 13-bullseye-postgis |||||||||||||||||||||||||||||||||||||||||||
| timescaledb-2.14.2-pg13 ||||||||||||| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| timescaledb-2.14.2-pg13 ||||||||||||| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| 13.18 |||||||||||||||||||||||||||||||||||||||||||
| 13.18-bookworm |||||||||||||||||||||||||||||||||||||||||||
| 14.10 |||||||||||||||||||||||||||||||||||||||||||
| 14.10-bookworm |||||||||||||||||||||||||||||||||||||||||||
| 14-bullseye-postgis |||||||||||||||||||||||||||||||||||||||||||
| timescaledb-2.14.2-pg14 ||||||||||||||||||| | | | | | | | | | | | | | | | | | | | | | | | |
| timescaledb-2.14.2-pg14 ||||||||||||||||||| | | | | | | | | | | | | | | | | | | | | | | | |
| 14.13 |||||||||||||||||||||||||||||||||||||||||||
| 14.13-bookworm |||||||||||||||||||||||||||||||||||||||||||
| 14.15 |||||||||||||||||||||||||||||||||||||||||||
Expand Down
3 changes: 3 additions & 0 deletions catalog/kubedb/raw/postgres/postgres-13.14-timescaledb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,7 @@ spec:
version: v2024.4.27
- name: dbgate
version: v2024.4.27
updateConstraints:
allowlist:
- '>= 13.14'
version: "13.14"
3 changes: 3 additions & 0 deletions catalog/kubedb/raw/postgres/postgres-14.11-timescaledb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,7 @@ spec:
version: v2024.4.27
- name: dbgate
version: v2024.4.27
updateConstraints:
allowlist:
- '>= 14.11'
version: "14.11"
4 changes: 4 additions & 0 deletions catalog/kubedb/raw/postgres/postgres-14.13-official.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ spec:
name: postgres-backup-14.0
restoreTask:
name: postgres-restore-14.0
tls:
disableSSLSessionResumption: true
ui:
- name: pgadmin
version: v2024.4.27
Expand Down Expand Up @@ -93,6 +95,8 @@ spec:
name: postgres-backup-14.0
restoreTask:
name: postgres-restore-14.0
tls:
disableSSLSessionResumption: true
ui:
- name: pgadmin
version: v2024.4.27
Expand Down
4 changes: 4 additions & 0 deletions catalog/kubedb/raw/postgres/postgres-15.8-official.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ spec:
name: postgres-backup-15.1
restoreTask:
name: postgres-restore-15.1
tls:
disableSSLSessionResumption: true
ui:
- name: pgadmin
version: v2024.4.27
Expand Down Expand Up @@ -93,6 +95,8 @@ spec:
name: postgres-backup-15.1
restoreTask:
name: postgres-restore-15.1
tls:
disableSSLSessionResumption: true
ui:
- name: pgadmin
version: v2024.4.27
Expand Down
2 changes: 2 additions & 0 deletions catalog/kubedb/raw/postgres/postgres-16.1-official.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ spec:
ui:
- name: pgadmin
version: v2024.4.27
- name: dbgate
version: v2024.4.27
updateConstraints:
allowlist:
- '>= 16.1'
Expand Down
6 changes: 6 additions & 0 deletions catalog/kubedb/raw/postgres/postgres-16.4-official.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,13 @@ spec:
name: postgres-backup-16.1
restoreTask:
name: postgres-restore-16.1
tls:
disableSSLSessionResumption: true
ui:
- name: pgadmin
version: v2024.4.27
- name: dbgate
version: v2024.4.27
updateConstraints:
allowlist:
- '>= 16.4'
Expand Down Expand Up @@ -91,6 +95,8 @@ spec:
name: postgres-backup-16.1
restoreTask:
name: postgres-restore-16.1
tls:
disableSSLSessionResumption: true
ui:
- name: pgadmin
version: v2024.4.27
Expand Down
2 changes: 2 additions & 0 deletions catalog/kubedb/raw/postgres/postgres-16.6-official.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ spec:
ui:
- name: pgadmin
version: v2024.4.27
- name: dbgate
version: v2024.4.27
updateConstraints:
allowlist:
- '>= 16.6'
Expand Down
2 changes: 2 additions & 0 deletions catalog/kubedb/raw/postgres/postgres-17.2-official.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ spec:
ui:
- name: pgadmin
version: v2024.4.27
- name: dbgate
version: v2024.4.27
updateConstraints:
allowlist:
- '>= 17.2'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,8 @@ spec:
version: v2024.4.27
- name: dbgate
version: v2024.4.27
updateConstraints:
allowlist:
- '>= 13.14'
version: "13.14"
{{ end }}
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,8 @@ spec:
version: v2024.4.27
- name: dbgate
version: v2024.4.27
updateConstraints:
allowlist:
- '>= 14.11'
version: "14.11"
{{ end }}
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ spec:
name: postgres-backup-14.0
restoreTask:
name: postgres-restore-14.0
tls:
disableSSLSessionResumption: true
ui:
- name: pgadmin
version: v2024.4.27
Expand Down Expand Up @@ -105,6 +107,8 @@ spec:
name: postgres-backup-14.0
restoreTask:
name: postgres-restore-14.0
tls:
disableSSLSessionResumption: true
ui:
- name: pgadmin
version: v2024.4.27
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ spec:
name: postgres-backup-15.1
restoreTask:
name: postgres-restore-15.1
tls:
disableSSLSessionResumption: true
ui:
- name: pgadmin
version: v2024.4.27
Expand Down Expand Up @@ -105,6 +107,8 @@ spec:
name: postgres-backup-15.1
restoreTask:
name: postgres-restore-15.1
tls:
disableSSLSessionResumption: true
ui:
- name: pgadmin
version: v2024.4.27
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ spec:
ui:
- name: pgadmin
version: v2024.4.27
- name: dbgate
version: v2024.4.27
updateConstraints:
allowlist:
- '>= 16.1'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,13 @@ spec:
name: postgres-backup-16.1
restoreTask:
name: postgres-restore-16.1
tls:
disableSSLSessionResumption: true
ui:
- name: pgadmin
version: v2024.4.27
- name: dbgate
version: v2024.4.27
updateConstraints:
allowlist:
- '>= 16.4'
Expand Down Expand Up @@ -103,6 +107,8 @@ spec:
name: postgres-backup-16.1
restoreTask:
name: postgres-restore-16.1
tls:
disableSSLSessionResumption: true
ui:
- name: pgadmin
version: v2024.4.27
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ spec:
ui:
- name: pgadmin
version: v2024.4.27
- name: dbgate
version: v2024.4.27
updateConstraints:
allowlist:
- '>= 16.6'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ spec:
ui:
- name: pgadmin
version: v2024.4.27
- name: dbgate
version: v2024.4.27
updateConstraints:
allowlist:
- '>= 17.2'
Expand Down
16 changes: 9 additions & 7 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ require (
github.com/yudai/gojsondiff v1.0.0
gomodules.xyz/go-sh v0.1.0
gomodules.xyz/semvers v0.0.2
k8s.io/api v0.30.2
k8s.io/apimachinery v0.30.2
k8s.io/api v0.30.3
k8s.io/apimachinery v0.30.3
kmodules.xyz/client-go v0.30.44
kmodules.xyz/go-containerregistry v0.0.12
kmodules.xyz/image-packer v0.0.0-20241213044824-5b4eb7f75cf4
kmodules.xyz/resource-metadata v0.24.2
kmodules.xyz/resource-metadata v0.24.3
kmodules.xyz/schema-checker v0.4.1
sigs.k8s.io/yaml v1.4.0
stash.appscode.dev/installer v0.12.2-0.20250108183814-50ebd27eef9c
Expand Down Expand Up @@ -56,9 +56,10 @@ require (
github.com/imdario/mergo v0.3.16 // indirect
github.com/josharian/intern v1.0.0 // indirect
github.com/json-iterator/go v1.1.12 // indirect
github.com/klauspost/compress v1.17.4 // indirect
github.com/klauspost/compress v1.17.9 // indirect
github.com/klauspost/cpuid/v2 v2.0.9 // indirect
github.com/mailru/easyjson v0.7.7 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/mattn/go-runewidth v0.0.13 // indirect
github.com/mitchellh/copystructure v1.2.0 // indirect
github.com/mitchellh/go-homedir v1.1.0 // indirect
Expand All @@ -67,6 +68,7 @@ require (
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.2 // indirect
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
github.com/onsi/gomega v1.34.0 // indirect
github.com/opencontainers/go-digest v1.0.0 // indirect
github.com/opencontainers/image-spec v1.1.0-rc6 // indirect
github.com/pkg/errors v0.9.1 // indirect
Expand All @@ -90,7 +92,7 @@ require (
golang.org/x/sys v0.28.0 // indirect
golang.org/x/term v0.27.0 // indirect
golang.org/x/text v0.21.0 // indirect
golang.org/x/time v0.5.0 // indirect
golang.org/x/time v0.6.0 // indirect
gomodules.xyz/encoding v0.0.8 // indirect
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
gomodules.xyz/jsonpath v0.0.2 // indirect
Expand All @@ -100,9 +102,9 @@ require (
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
k8s.io/apiextensions-apiserver v0.30.2 // indirect
k8s.io/client-go v0.30.2 // indirect
k8s.io/client-go v0.30.3 // indirect
k8s.io/klog/v2 v2.130.1 // indirect
k8s.io/kube-openapi v0.0.0-20240703190633-0aa61b46e8c2 // indirect
k8s.io/kube-openapi v0.0.0-20240726031636-6f6746feab9c // indirect
k8s.io/utils v0.0.0-20240711033017-18e509b52bc8 // indirect
kubeops.dev/scanner v0.0.19 // indirect
sigs.k8s.io/controller-runtime v0.18.4 // indirect
Expand Down
Loading

0 comments on commit c026c5c

Please sign in to comment.