From 58d1afe0e8af663413641a08878784f758169f4a Mon Sep 17 00:00:00 2001 From: Ashley Felton Date: Tue, 10 Sep 2024 09:57:26 +0800 Subject: [PATCH] Bump project minor version. --- kustomize/overlays/prod/kustomization.yaml | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kustomize/overlays/prod/kustomization.yaml b/kustomize/overlays/prod/kustomization.yaml index 4fdfd378..9d92fc59 100644 --- a/kustomize/overlays/prod/kustomization.yaml +++ b/kustomize/overlays/prod/kustomization.yaml @@ -35,4 +35,4 @@ patches: - path: postgres_fdw_service_patch.yaml images: - name: ghcr.io/dbca-wa/it-assets - newTag: 2.4.28 + newTag: 2.4.29 diff --git a/pyproject.toml b/pyproject.toml index 4cc9959a..582ff22c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "itassets" -version = "2.4.28" +version = "2.4.29" description = "DBCA IT assets (both physical and knowledge-based) management system" authors = ["DBCA OIM "] license = "Apache-2.0"