Skip to content

Commit feded5b

Browse files
chore(main): release 2.6.1
1 parent 05c3430 commit feded5b

4 files changed

Lines changed: 11 additions & 4 deletions

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-
".": "2.6.0"
2+
".": "2.6.1"
33
}

CHANGELOG.md

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

3+
## [2.6.1](https://github.com/OneLiteFeatherNET/Vulpes-Backend/compare/v2.6.0...v2.6.1) (2026-08-27)
4+
5+
6+
### Bug Fixes
7+
8+
* **ci:** publish the Helm chart only after the image ([#181](https://github.com/OneLiteFeatherNET/Vulpes-Backend/issues/181)) ([05c3430](https://github.com/OneLiteFeatherNET/Vulpes-Backend/commit/05c3430641d81b9eda429ba25439ed75f2f4ee7a))
9+
310
## [2.6.0](https://github.com/OneLiteFeatherNET/Vulpes-Backend/compare/v2.5.0...v2.6.0) (2026-08-24)
411

512

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins {
77
alias(libs.plugins.cyclonedx)
88
}
99

10-
version = "2.6.0" // x-release-please-version
10+
version = "2.6.1" // x-release-please-version
1111

1212
java {
1313
toolchain {

charts/vulpes-backend/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ type: application
99
# number to reason about with nothing extra to say. The cluster repository's
1010
# OCIRepository pins the chart, and image.tag is left empty so it falls back to
1111
# this appVersion -- pinning the chart therefore pins the image.
12-
version: 2.6.0 # x-release-please-version
13-
appVersion: "2.6.0" # x-release-please-version
12+
version: 2.6.1 # x-release-please-version
13+
appVersion: "2.6.1" # x-release-please-version
1414

1515
home: https://github.com/OneLiteFeatherNET/Vulpes-Backend
1616
sources:

0 commit comments

Comments
 (0)