Skip to content

Commit d9a0472

Browse files
Version tag to 1.29.0-rc1 (cloudnative-pg#10289)
Signed-off-by: Marco Nenciarini <marco.nenciarini@enterprisedb.com> Co-authored-by: Marco Nenciarini <marco.nenciarini@enterprisedb.com>
1 parent 3f18c3f commit d9a0472

File tree

4 files changed

+19997
-21
lines changed

4 files changed

+19997
-21
lines changed

docs/src/installation_upgrade.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ title: Installation and upgrades
1414
The operator can be installed like any other resource in Kubernetes,
1515
through a YAML manifest applied via `kubectl`.
1616

17-
You can install the [latest operator manifest](https://raw.githubusercontent.com/cloudnative-pg/cloudnative-pg/release-1.28/releases/cnpg-1.28.1.yaml)
17+
You can install the [latest operator manifest](https://raw.githubusercontent.com/cloudnative-pg/cloudnative-pg/main/releases/cnpg-1.29.0-rc1.yaml)
1818
for this minor release as follows:
1919

2020
```sh
2121
kubectl apply --server-side -f \
22-
https://raw.githubusercontent.com/cloudnative-pg/cloudnative-pg/release-1.28/releases/cnpg-1.28.1.yaml
22+
https://raw.githubusercontent.com/cloudnative-pg/cloudnative-pg/main/releases/cnpg-1.29.0-rc1.yaml
2323
```
2424

2525
You can verify that with:
@@ -81,7 +81,7 @@ specific minor release, you can just run:
8181

8282
```sh
8383
curl -sSfL \
84-
https://raw.githubusercontent.com/cloudnative-pg/artifacts/release-1.28/manifests/operator-manifest.yaml | \
84+
https://raw.githubusercontent.com/cloudnative-pg/artifacts/release-1.29/manifests/operator-manifest.yaml | \
8585
kubectl apply --server-side -f -
8686
```
8787

docs/src/kubectl-plugin.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@ them in your systems.
3838

3939
#### Debian packages
4040

41-
For example, let's install the 1.28.1 release of the plugin, for an Intel based
41+
For example, let's install the 1.29.0-rc1 release of the plugin, for an Intel based
4242
64 bit server. First, we download the right `.deb` file.
4343

4444
```sh
45-
wget https://github.com/cloudnative-pg/cloudnative-pg/releases/download/v1.28.1/kubectl-cnpg_1.28.1_linux_x86_64.deb \
45+
wget https://github.com/cloudnative-pg/cloudnative-pg/releases/download/v1.29.0-rc1/kubectl-cnpg_1.29.0-rc1_linux_x86_64.deb \
4646
--output-document kube-plugin.deb
4747
```
4848

@@ -53,17 +53,17 @@ $ sudo dpkg -i kube-plugin.deb
5353
Selecting previously unselected package cnpg.
5454
(Reading database ... 6688 files and directories currently installed.)
5555
Preparing to unpack kube-plugin.deb ...
56-
Unpacking cnpg (1.28.1) ...
57-
Setting up cnpg (1.28.1) ...
56+
Unpacking cnpg (1.29.0-rc1) ...
57+
Setting up cnpg (1.29.0-rc1) ...
5858
```
5959

6060
#### RPM packages
6161

62-
As in the example for `.rpm` packages, let's install the 1.28.1 release for an
62+
As in the example for `.rpm` packages, let's install the 1.29.0-rc1 release for an
6363
Intel 64 bit machine. Note the `--output` flag to provide a file name.
6464

6565
```sh
66-
curl -L https://github.com/cloudnative-pg/cloudnative-pg/releases/download/v1.28.1/kubectl-cnpg_1.28.1_linux_x86_64.rpm \
66+
curl -L https://github.com/cloudnative-pg/cloudnative-pg/releases/download/v1.29.0-rc1/kubectl-cnpg_1.29.0-rc1_linux_x86_64.rpm \
6767
--output kube-plugin.rpm
6868
```
6969

@@ -77,7 +77,7 @@ Dependencies resolved.
7777
Package Architecture Version Repository Size
7878
====================================================================================================
7979
Installing:
80-
cnpg x86_64 1.28.1-1 @commandline 20 M
80+
cnpg x86_64 1.29.0-rc1-1 @commandline 20 M
8181

8282
Transaction Summary
8383
====================================================================================================
@@ -306,9 +306,9 @@ sandbox-3 0/604DE38 0/604DE38 0/604DE38 0/604DE38 00:00:00 00:00:00 00
306306
Instances status
307307
Name Current LSN Replication role Status QoS Manager Version Node
308308
---- ----------- ---------------- ------ --- --------------- ----
309-
sandbox-1 0/604DE38 Primary OK BestEffort 1.28.1 k8s-eu-worker
310-
sandbox-2 0/604DE38 Standby (async) OK BestEffort 1.28.1 k8s-eu-worker2
311-
sandbox-3 0/604DE38 Standby (async) OK BestEffort 1.28.1 k8s-eu-worker
309+
sandbox-1 0/604DE38 Primary OK BestEffort 1.29.0-rc1 k8s-eu-worker
310+
sandbox-2 0/604DE38 Standby (async) OK BestEffort 1.29.0-rc1 k8s-eu-worker2
311+
sandbox-3 0/604DE38 Standby (async) OK BestEffort 1.29.0-rc1 k8s-eu-worker
312312
```
313313

314314
If you require more detailed status information, use the `--verbose` option (or
@@ -362,9 +362,9 @@ sandbox-primary primary 1 1 1
362362
Instances status
363363
Name Current LSN Replication role Status QoS Manager Version Node
364364
---- ----------- ---------------- ------ --- --------------- ----
365-
sandbox-1 0/6053720 Primary OK BestEffort 1.28.1 k8s-eu-worker
366-
sandbox-2 0/6053720 Standby (async) OK BestEffort 1.28.1 k8s-eu-worker2
367-
sandbox-3 0/6053720 Standby (async) OK BestEffort 1.28.1 k8s-eu-worker
365+
sandbox-1 0/6053720 Primary OK BestEffort 1.29.0-rc1 k8s-eu-worker
366+
sandbox-2 0/6053720 Standby (async) OK BestEffort 1.29.0-rc1 k8s-eu-worker2
367+
sandbox-3 0/6053720 Standby (async) OK BestEffort 1.29.0-rc1 k8s-eu-worker
368368
```
369369

370370
With an additional `-v` (e.g. `kubectl cnpg status sandbox -v -v`), you can
@@ -640,12 +640,12 @@ Archive: report_operator_<TIMESTAMP>.zip
640640

641641
```output
642642
====== Beginning of Previous Log =====
643-
2023-03-28T12:56:41.251711811Z {"level":"info","ts":"2023-03-28T12:56:41Z","logger":"setup","msg":"Starting CloudNativePG Operator","version":"1.28.1","build":{"Version":"1.28.1+dev107","Commit":"cc9bab17","Date":"2023-03-28"}}
643+
2023-03-28T12:56:41.251711811Z {"level":"info","ts":"2023-03-28T12:56:41Z","logger":"setup","msg":"Starting CloudNativePG Operator","version":"1.29.0-rc1","build":{"Version":"1.29.0-rc1+dev107","Commit":"cc9bab17","Date":"2023-03-28"}}
644644
2023-03-28T12:56:41.251851909Z {"level":"info","ts":"2023-03-28T12:56:41Z","logger":"setup","msg":"Starting pprof HTTP server","addr":"0.0.0.0:6060"}
645645
<snipped …>
646646
647647
====== End of Previous Log =====
648-
2023-03-28T12:57:09.854306024Z {"level":"info","ts":"2023-03-28T12:57:09Z","logger":"setup","msg":"Starting CloudNativePG Operator","version":"1.28.1","build":{"Version":"1.28.1+dev107","Commit":"cc9bab17","Date":"2023-03-28"}}
648+
2023-03-28T12:57:09.854306024Z {"level":"info","ts":"2023-03-28T12:57:09Z","logger":"setup","msg":"Starting CloudNativePG Operator","version":"1.29.0-rc1","build":{"Version":"1.29.0-rc1+dev107","Commit":"cc9bab17","Date":"2023-03-28"}}
649649
2023-03-28T12:57:09.854363943Z {"level":"info","ts":"2023-03-28T12:57:09Z","logger":"setup","msg":"Starting pprof HTTP server","addr":"0.0.0.0:6060"}
650650
```
651651

pkg/versions/versions.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ package versions
2323

2424
const (
2525
// Version is the version of the operator
26-
Version = "1.28.1"
26+
Version = "1.29.0-rc1"
2727

2828
// DefaultImageName is the default image used by the operator to create pods
2929
DefaultImageName = "ghcr.io/cloudnative-pg/postgresql:18.3-system-trixie"
3030

3131
// DefaultOperatorImageName is the default operator image used by the controller in the pods running PostgreSQL
32-
DefaultOperatorImageName = "ghcr.io/cloudnative-pg/cloudnative-pg:1.28.1"
32+
DefaultOperatorImageName = "ghcr.io/cloudnative-pg/cloudnative-pg:1.29.0-rc1"
3333

3434
// DefaultPgbouncerImage is the name of the pgbouncer image used by default
3535
DefaultPgbouncerImage = "ghcr.io/cloudnative-pg/pgbouncer:1.25.1"
@@ -42,7 +42,7 @@ type BuildInfo struct {
4242

4343
var (
4444
// buildVersion injected during the build
45-
buildVersion = "1.28.1"
45+
buildVersion = "1.29.0-rc1"
4646

4747
// buildCommit injected during the build
4848
buildCommit = "none"

0 commit comments

Comments
 (0)