Skip to content

Commit 50a735c

Browse files
Version tag to 1.28.0-rc2 (cloudnative-pg#9336)
Automated PR. Will trigger the 1.28.0-rc2 release when approved. Signed-off-by: Gabriele Bartolini <gabriele.bartolini@enterprisedb.com> Co-authored-by: Gabriele Bartolini <gabriele.bartolini@enterprisedb.com>
1 parent 9d98146 commit 50a735c

File tree

4 files changed

+19544
-20
lines changed

4 files changed

+19544
-20
lines changed

docs/src/installation_upgrade.md

Lines changed: 2 additions & 2 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/main/releases/cnpg-1.28.0-rc1.yaml)
17+
You can install the [latest operator manifest](https://raw.githubusercontent.com/cloudnative-pg/cloudnative-pg/main/releases/cnpg-1.28.0-rc2.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/main/releases/cnpg-1.28.0-rc1.yaml
22+
https://raw.githubusercontent.com/cloudnative-pg/cloudnative-pg/main/releases/cnpg-1.28.0-rc2.yaml
2323
```
2424

2525
You can verify that with:

docs/src/kubectl-plugin.md

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

3838
#### Debian packages
3939

40-
For example, let's install the 1.28.0-rc1 release of the plugin, for an Intel based
40+
For example, let's install the 1.28.0-rc2 release of the plugin, for an Intel based
4141
64 bit server. First, we download the right `.deb` file.
4242

4343
```sh
44-
wget https://github.com/cloudnative-pg/cloudnative-pg/releases/download/v1.28.0-rc1/kubectl-cnpg_1.28.0-rc1_linux_x86_64.deb \
44+
wget https://github.com/cloudnative-pg/cloudnative-pg/releases/download/v1.28.0-rc2/kubectl-cnpg_1.28.0-rc2_linux_x86_64.deb \
4545
--output-document kube-plugin.deb
4646
```
4747

@@ -52,17 +52,17 @@ $ sudo dpkg -i kube-plugin.deb
5252
Selecting previously unselected package cnpg.
5353
(Reading database ... 6688 files and directories currently installed.)
5454
Preparing to unpack kube-plugin.deb ...
55-
Unpacking cnpg (1.28.0-rc1) ...
56-
Setting up cnpg (1.28.0-rc1) ...
55+
Unpacking cnpg (1.28.0-rc2) ...
56+
Setting up cnpg (1.28.0-rc2) ...
5757
```
5858

5959
#### RPM packages
6060

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

6464
```sh
65-
curl -L https://github.com/cloudnative-pg/cloudnative-pg/releases/download/v1.28.0-rc1/kubectl-cnpg_1.28.0-rc1_linux_x86_64.rpm \
65+
curl -L https://github.com/cloudnative-pg/cloudnative-pg/releases/download/v1.28.0-rc2/kubectl-cnpg_1.28.0-rc2_linux_x86_64.rpm \
6666
--output kube-plugin.rpm
6767
```
6868

@@ -76,7 +76,7 @@ Dependencies resolved.
7676
Package Architecture Version Repository Size
7777
====================================================================================================
7878
Installing:
79-
cnpg x86_64 1.28.0-rc1 @commandline 20 M
79+
cnpg x86_64 1.28.0-rc2 @commandline 20 M
8080

8181
Transaction Summary
8282
====================================================================================================
@@ -300,9 +300,9 @@ sandbox-3 0/604DE38 0/604DE38 0/604DE38 0/604DE38 00:00:00 00:00:00 00
300300
Instances status
301301
Name Current LSN Replication role Status QoS Manager Version Node
302302
---- ----------- ---------------- ------ --- --------------- ----
303-
sandbox-1 0/604DE38 Primary OK BestEffort 1.28.0-rc1 k8s-eu-worker
304-
sandbox-2 0/604DE38 Standby (async) OK BestEffort 1.28.0-rc1 k8s-eu-worker2
305-
sandbox-3 0/604DE38 Standby (async) OK BestEffort 1.28.0-rc1 k8s-eu-worker
303+
sandbox-1 0/604DE38 Primary OK BestEffort 1.28.0-rc2 k8s-eu-worker
304+
sandbox-2 0/604DE38 Standby (async) OK BestEffort 1.28.0-rc2 k8s-eu-worker2
305+
sandbox-3 0/604DE38 Standby (async) OK BestEffort 1.28.0-rc2 k8s-eu-worker
306306
```
307307

308308
If you require more detailed status information, use the `--verbose` option (or
@@ -356,9 +356,9 @@ sandbox-primary primary 1 1 1
356356
Instances status
357357
Name Current LSN Replication role Status QoS Manager Version Node
358358
---- ----------- ---------------- ------ --- --------------- ----
359-
sandbox-1 0/6053720 Primary OK BestEffort 1.28.0-rc1 k8s-eu-worker
360-
sandbox-2 0/6053720 Standby (async) OK BestEffort 1.28.0-rc1 k8s-eu-worker2
361-
sandbox-3 0/6053720 Standby (async) OK BestEffort 1.28.0-rc1 k8s-eu-worker
359+
sandbox-1 0/6053720 Primary OK BestEffort 1.28.0-rc2 k8s-eu-worker
360+
sandbox-2 0/6053720 Standby (async) OK BestEffort 1.28.0-rc2 k8s-eu-worker2
361+
sandbox-3 0/6053720 Standby (async) OK BestEffort 1.28.0-rc2 k8s-eu-worker
362362
```
363363

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

625625
```output
626626
====== Beginning of Previous Log =====
627-
2023-03-28T12:56:41.251711811Z {"level":"info","ts":"2023-03-28T12:56:41Z","logger":"setup","msg":"Starting CloudNativePG Operator","version":"1.28.0-rc1","build":{"Version":"1.28.0-rc1+dev107","Commit":"cc9bab17","Date":"2023-03-28"}}
627+
2023-03-28T12:56:41.251711811Z {"level":"info","ts":"2023-03-28T12:56:41Z","logger":"setup","msg":"Starting CloudNativePG Operator","version":"1.28.0-rc2","build":{"Version":"1.28.0-rc2+dev107","Commit":"cc9bab17","Date":"2023-03-28"}}
628628
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"}
629629
<snipped …>
630630
631631
====== End of Previous Log =====
632-
2023-03-28T12:57:09.854306024Z {"level":"info","ts":"2023-03-28T12:57:09Z","logger":"setup","msg":"Starting CloudNativePG Operator","version":"1.28.0-rc1","build":{"Version":"1.28.0-rc1+dev107","Commit":"cc9bab17","Date":"2023-03-28"}}
632+
2023-03-28T12:57:09.854306024Z {"level":"info","ts":"2023-03-28T12:57:09Z","logger":"setup","msg":"Starting CloudNativePG Operator","version":"1.28.0-rc2","build":{"Version":"1.28.0-rc2+dev107","Commit":"cc9bab17","Date":"2023-03-28"}}
633633
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"}
634634
```
635635

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.0-rc1"
26+
Version = "1.28.0-rc2"
2727

2828
// DefaultImageName is the default image used by the operator to create pods
2929
DefaultImageName = "ghcr.io/cloudnative-pg/postgresql:18.1-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.0-rc1"
32+
DefaultOperatorImageName = "ghcr.io/cloudnative-pg/cloudnative-pg:1.28.0-rc2"
3333

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

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

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

0 commit comments

Comments
 (0)