Skip to content

Commit dc6e19e

Browse files
github-actions[bot]l3abak
authored andcommitted
chore(main): release 1.6.8
1 parent 1126c2f commit dc6e19e

4 files changed

Lines changed: 13 additions & 3 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-
".": "1.6.7"
2+
".": "1.6.8"
33
}

CHANGELOG.md

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

3+
## [1.6.8](https://github.com/equinor/dm-job/compare/v1.6.7...v1.6.8) (2026-04-21)
4+
5+
6+
### Bug Fixes
7+
8+
* adding dm_job_url to env variables of azure CI ([9f7e1b5](https://github.com/equinor/dm-job/commit/9f7e1b5da6ff21988a866e2157720d3988a11c34))
9+
* adding global addresses for dmss and dm_job so Azure CI can reach the services ([f9c0820](https://github.com/equinor/dm-job/commit/f9c0820eca41ebd242b4ebba1edcc2a825d5a976))
10+
* checking env variables before importing them. allow for direct definition of envs inside the runner ([b6f663b](https://github.com/equinor/dm-job/commit/b6f663b1df44add7ec44e5dff283f40f90782dd9))
11+
* pre-commit ([4b891ad](https://github.com/equinor/dm-job/commit/4b891ad71c81e345ad3cdebc5a2d598e035b9a36))
12+
313
## [1.6.7](https://github.com/equinor/dm-job/compare/v1.6.6...v1.6.7) (2026-04-20)
414

515

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "dm-job"
3-
version = "1.6.7" # x-release-please-version
3+
version = "1.6.8" # x-release-please-version
44
description = "REST API running jobs in development framework"
55
authors = [ {name = "Equinor", email = "fg_team_hermes@equinor.com"}]
66
license = { text = "MIT" }

src/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def create_app():
3232
app = FastAPI(
3333
title="Data Modelling Job API",
3434
responses=responses,
35-
version="1.6.7", # x-release-please-version
35+
version="1.6.8", # x-release-please-version
3636
description="REST API used with the Data Modelling framework to schedule jobs",
3737
exception_handlers={RequestValidationError: validation_exception_handler},
3838
middleware=[Middleware(StoreHeadersMiddleware)],

0 commit comments

Comments
 (0)