Skip to content

Commit ce65474

Browse files
committed
chore(main): release 0.4.0
Signed-off-by: Peggie <info@cloudnative-pg.io>
1 parent 36d7255 commit ce65474

2 files changed

Lines changed: 23 additions & 1 deletion

File tree

.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.3.3"
2+
".": "0.4.0"
33
}

CHANGELOG.md

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

3+
## [0.4.0](https://github.com/cloudnative-pg/machinery/compare/v0.3.3...v0.4.0) (2026-04-08)
4+
5+
6+
### Features
7+
8+
* **fileutils:** remove directories matched by glob patterns in RemoveFiles ([#218](https://github.com/cloudnative-pg/machinery/issues/218)) ([478fba1](https://github.com/cloudnative-pg/machinery/commit/478fba158fe556216639b32a16360b2a72e57165))
9+
10+
11+
### Bug Fixes
12+
13+
* **deps:** update all non-major go dependencies ([#191](https://github.com/cloudnative-pg/machinery/issues/191)) ([53170e9](https://github.com/cloudnative-pg/machinery/commit/53170e90b3e376ea4414116b03dc8799a7b3f66f))
14+
* **deps:** update all non-major go dependencies ([#198](https://github.com/cloudnative-pg/machinery/issues/198)) ([e686a10](https://github.com/cloudnative-pg/machinery/commit/e686a10a29062b8b4ec0d40599a98df853bcf276))
15+
* **deps:** update module github.com/lib/pq to v1.12.0 ([#211](https://github.com/cloudnative-pg/machinery/issues/211)) ([298d054](https://github.com/cloudnative-pg/machinery/commit/298d0546862aecd3e179a7c01605b35eb64dcd8a))
16+
* **deps:** update module github.com/lib/pq to v1.12.1 ([#216](https://github.com/cloudnative-pg/machinery/issues/216)) ([73bb1e1](https://github.com/cloudnative-pg/machinery/commit/73bb1e1bb941df9b0546611c83e90546b069cf07))
17+
* **deps:** update module github.com/lib/pq to v1.12.2 ([#220](https://github.com/cloudnative-pg/machinery/issues/220)) ([7f0ff85](https://github.com/cloudnative-pg/machinery/commit/7f0ff85a67ebb3dca5d2cf04d18dbbaff6f57700))
18+
* **deps:** update module github.com/lib/pq to v1.12.3 ([#221](https://github.com/cloudnative-pg/machinery/issues/221)) ([3405913](https://github.com/cloudnative-pg/machinery/commit/3405913f33ee73e1922094d811d937413f18a221))
19+
* **deps:** update module k8s.io/apimachinery to v0.35.2 ([#203](https://github.com/cloudnative-pg/machinery/issues/203)) ([653702f](https://github.com/cloudnative-pg/machinery/commit/653702f3161188d9a7d3a1cd81875b21df9acef9))
20+
* **deps:** update module k8s.io/apimachinery to v0.35.3 ([#213](https://github.com/cloudnative-pg/machinery/issues/213)) ([a245630](https://github.com/cloudnative-pg/machinery/commit/a245630d59c9840f5554b2a75dbf45cf63504a42))
21+
* **deps:** update module k8s.io/klog/v2 to v2.140.0 ([#206](https://github.com/cloudnative-pg/machinery/issues/206)) ([0756435](https://github.com/cloudnative-pg/machinery/commit/0756435990b0d741cf9117180b640dc5cc90b8e1))
22+
* **deps:** update module sigs.k8s.io/controller-runtime to v0.23.1 ([#195](https://github.com/cloudnative-pg/machinery/issues/195)) ([2ea98ef](https://github.com/cloudnative-pg/machinery/commit/2ea98efc9f43b516c19765096a1b8b3231df791c))
23+
* **deps:** update module sigs.k8s.io/controller-runtime to v0.23.3 ([#205](https://github.com/cloudnative-pg/machinery/issues/205)) ([40d782f](https://github.com/cloudnative-pg/machinery/commit/40d782f3661e3ee90aeadff92d7deeb925068d93))
24+
325
## [0.3.3](https://github.com/cloudnative-pg/machinery/compare/v0.3.2...v0.3.3) (2025-12-29)
426

527

0 commit comments

Comments
 (0)