Skip to content

Commit 7e72602

Browse files
chore(master): release 2.5.0 (#69)
1 parent 5c4172b commit 7e72602

File tree

5 files changed

+18
-6
lines changed

5 files changed

+18
-6
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-
".": "2.4.1"
2+
".": "2.5.0"
33
}

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [2.5.0](https://github.com/MapColonies/overseer/compare/v2.4.1...v2.5.0) (2026-01-27)
6+
7+
8+
### Features
9+
10+
* add Dependabot configuration and update workflows, bridging boilerplate & dependencies gaps (MAPCO-7216) ([#68](https://github.com/MapColonies/overseer/issues/68)) ([bd79e25](https://github.com/MapColonies/overseer/commit/bd79e256940ae3422b4ce2a6bca74d40f5c6f2ad))
11+
12+
13+
### Bug Fixes
14+
15+
* resolve duplicate volume claims in PVC handling logic ([#82](https://github.com/MapColonies/overseer/issues/82)) ([5c4172b](https://github.com/MapColonies/overseer/commit/5c4172b04845f2040ac2e0dd8143255e21153bf8))
16+
517
### [2.4.1](https://github.com/MapColonies/overseer/compare/v2.4.0...v2.4.1) (2026-01-25)
618

719
## [2.4.0](https://github.com/MapColonies/overseer/compare/v2.4.0-alpha.0...v2.4.0) (2026-01-22)

helm/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: v2
22
name: overseer
33
description: Helm chart for overseer service
44
type: application
5-
version: 2.4.1
6-
appVersion: 2.4.1
5+
version: 2.5.0
6+
appVersion: 2.5.0
77
dependencies:
88
- name: mclabels
99
version: 1.0.1

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "overseer",
3-
"version": "2.4.1",
3+
"version": "2.5.0",
44
"description": "A geospatial data management worker service that handles init, createTasks, merge, and finalization of geospatial jobs & tasks.",
55
"main": "./src/index.ts",
66
"scripts": {

0 commit comments

Comments
 (0)