Skip to content

Commit

Permalink
Increment project minor version.
Browse files Browse the repository at this point in the history
  • Loading branch information
ropable committed Nov 12, 2024
1 parent da1e99f commit 11226c2
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 3 additions & 1 deletion kustomize/overlays/prod/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ secretGenerator:
type: Opaque
envs:
- .env
generatorOptions:
disableNameSuffixHash: true
labels:
- includeSelectors: true
pairs:
Expand All @@ -35,4 +37,4 @@ patches:
- path: postgres_fdw_service_patch.yaml
images:
- name: ghcr.io/dbca-wa/it-assets
newTag: 2.4.31
newTag: 2.4.32
2 changes: 2 additions & 0 deletions kustomize/overlays/uat/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ secretGenerator:
type: Opaque
envs:
- .env
generatorOptions:
disableNameSuffixHash: true
labels:
- includeSelectors: true
pairs:
Expand Down
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "itassets"
version = "2.4.31"
version = "2.4.32"
description = "DBCA IT assets (both physical and knowledge-based) management system"
authors = ["DBCA OIM <[email protected]>"]
license = "Apache-2.0"
Expand All @@ -20,12 +20,12 @@ python-dateutil = "2.8.2"
webtemplate-dbca = "1.7.1"
mixer = "7.2.2"
msal = "1.31.0"
whitenoise = {version = "6.8.2", extras = ["brotli"]}
whitenoise = { version = "6.8.2", extras = ["brotli"] }
pysftp = "0.2.9"
azure-storage-blob = "12.23.1"
django-storages = { version = "1.14.4", extras = ["azure"] }
xlsxwriter = "3.2.0"
sentry-sdk = {version = "2.18.0", extras = ["django"]}
sentry-sdk = { version = "2.18.0", extras = ["django"] }
redis = "5.2.0"

[tool.poetry.group.dev.dependencies]
Expand Down

0 comments on commit 11226c2

Please sign in to comment.