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.4.1"
".": "2.5.0"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

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.

## [2.5.0](https://github.com/MapColonies/overseer/compare/v2.4.1...v2.5.0) (2026-01-27)


### Features

* 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))


### Bug Fixes

* resolve duplicate volume claims in PVC handling logic ([#82](https://github.com/MapColonies/overseer/issues/82)) ([5c4172b](https://github.com/MapColonies/overseer/commit/5c4172b04845f2040ac2e0dd8143255e21153bf8))

### [2.4.1](https://github.com/MapColonies/overseer/compare/v2.4.0...v2.4.1) (2026-01-25)

## [2.4.0](https://github.com/MapColonies/overseer/compare/v2.4.0-alpha.0...v2.4.0) (2026-01-22)
Expand Down
4 changes: 2 additions & 2 deletions helm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: overseer
description: Helm chart for overseer service
type: application
version: 2.4.1
appVersion: 2.4.1
version: 2.5.0
appVersion: 2.5.0
dependencies:
- name: mclabels
version: 1.0.1
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "overseer",
"version": "2.4.1",
"version": "2.5.0",
"description": "A geospatial data management worker service that handles init, createTasks, merge, and finalization of geospatial jobs & tasks.",
"main": "./src/index.ts",
"scripts": {
Expand Down