Skip to content

Commit c619578

Browse files
authored
chore(main): release 0.2.0 (#89)
Signed-off-by: Peggie <info@cloudnative-pg.io>
1 parent 0465a09 commit c619578

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.1.0"
2+
".": "0.2.0"
33
}

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## [0.2.0](https://github.com/cloudnative-pg/machinery/compare/v0.1.0...v0.2.0) (2025-03-27)
4+
5+
6+
### Features
7+
8+
* add pg_config interface ([#88](https://github.com/cloudnative-pg/machinery/issues/88)) ([0fc1fae](https://github.com/cloudnative-pg/machinery/commit/0fc1faed3332d667e2cdec42a90596e4644920a9))
9+
10+
11+
### Bug Fixes
12+
13+
* **deps:** update all non-major go dependencies ([#84](https://github.com/cloudnative-pg/machinery/issues/84)) ([fdb8e45](https://github.com/cloudnative-pg/machinery/commit/fdb8e4548fde9ca033b46b8551593d13dbbfec3d))
14+
* **deps:** update all non-major go dependencies ([#90](https://github.com/cloudnative-pg/machinery/issues/90)) ([588ff73](https://github.com/cloudnative-pg/machinery/commit/588ff73495e544c0da6f8872893de4230c3240ae))
15+
* **deps:** update module k8s.io/apimachinery to v0.32.3 ([#86](https://github.com/cloudnative-pg/machinery/issues/86)) ([ad50665](https://github.com/cloudnative-pg/machinery/commit/ad506659a61762d911c7a879fd3682df8d5514ae))
16+
* **deps:** update module sigs.k8s.io/controller-runtime to v0.20.4 ([#85](https://github.com/cloudnative-pg/machinery/issues/85)) ([0384357](https://github.com/cloudnative-pg/machinery/commit/0384357da045806d19fa3f05000f70fdb8d6ba1f))
17+
* typo ([#92](https://github.com/cloudnative-pg/machinery/issues/92)) ([c1ff6ce](https://github.com/cloudnative-pg/machinery/commit/c1ff6ce96607dd11ed08022096e67516f85181a1))
18+
319
## 0.1.0 (2025-02-26)
420

521

0 commit comments

Comments
 (0)