Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "2.5.0"
".": "2.6.0"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [2.6.0](https://github.com/OneLiteFeatherNET/Vulpes-Backend/compare/v2.5.0...v2.6.0) (2026-08-24)


### Features

* **helm:** publish a chart alongside the image ([#179](https://github.com/OneLiteFeatherNET/Vulpes-Backend/issues/179)) ([f41ee56](https://github.com/OneLiteFeatherNET/Vulpes-Backend/commit/f41ee56587ed7ca3984066e3ed0bd9acf01800e4))

## [2.5.0](https://github.com/OneLiteFeatherNET/Vulpes-Backend/compare/v2.4.1...v2.5.0) (2026-08-24)


Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
alias(libs.plugins.cyclonedx)
}

version = "2.5.0" // x-release-please-version
version = "2.6.0" // x-release-please-version

java {
toolchain {
Expand Down
4 changes: 2 additions & 2 deletions charts/vulpes-backend/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ type: application
# number to reason about with nothing extra to say. The cluster repository's
# OCIRepository pins the chart, and image.tag is left empty so it falls back to
# this appVersion -- pinning the chart therefore pins the image.
version: 2.5.0 # x-release-please-version
appVersion: "2.5.0" # x-release-please-version
version: 2.6.0 # x-release-please-version
appVersion: "2.6.0" # x-release-please-version

home: https://github.com/OneLiteFeatherNET/Vulpes-Backend
sources:
Expand Down