Skip to content

Commit 8af38a5

Browse files
authored
chore(main): release 4.3.0 (#83)
🤖 I have created a release *beep* *boop* --- ## [4.3.0](v4.2.0...v4.3.0) (2025-08-22) ### Features * add kubectl-cnpg plugin support for CloudNativePG management ([#82](#82)) ([f38878a](f38878a)) ### Bug Fixes * docker build for goreleaser ([#85](#85)) ([0c19bae](0c19bae)) * split docker builds into separate amd64/arm64 manifests with multi-arch support ([#84](#84)) ([4dda766](4dda766)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
1 parent df2d6c8 commit 8af38a5

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"4.2.0"}
1+
{".":"4.3.0"}

CHANGELOG.md

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

3+
## [4.3.0](https://github.com/fentas/b/compare/v4.2.0...v4.3.0) (2025-08-22)
4+
5+
6+
### Features
7+
8+
* add kubectl-cnpg plugin support for CloudNativePG management ([#82](https://github.com/fentas/b/issues/82)) ([f38878a](https://github.com/fentas/b/commit/f38878a79769cb6ba63133cc38cd7884b7e207fa))
9+
10+
11+
### Bug Fixes
12+
13+
* docker build for goreleaser ([#85](https://github.com/fentas/b/issues/85)) ([0c19bae](https://github.com/fentas/b/commit/0c19bae39b41a9d5fea401390ce12c72d30b21fe))
14+
* split docker builds into separate amd64/arm64 manifests with multi-arch support ([#84](https://github.com/fentas/b/issues/84)) ([4dda766](https://github.com/fentas/b/commit/4dda766e83fd40fb5f8c3af3331188320bce46fe))
15+
316
## [4.2.0](https://github.com/fentas/b/compare/v4.1.0...v4.2.0) (2025-08-22)
417

518

cmd/b/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ import (
3838

3939
// Magic variables set by goreleaser
4040
var (
41-
version = "v4.2.0" // x-release-please-version
41+
version = "v4.3.0" // x-release-please-version
4242
versionPreRelease = ""
4343
)
4444

0 commit comments

Comments
 (0)