From dedc73d46d68b37099993df9d0a5fd25972a34ea Mon Sep 17 00:00:00 2001 From: REVSYS CI Date: Thu, 29 Feb 2024 21:01:30 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.5.126-r11=20=E2=86=92=200.5?= =?UTF-8?q?.126-r12?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- Dockerfile | 4 ++-- chart/Chart.yaml | 4 ++-- docker-compose.ci.yml | 4 ++-- docker-compose.solr-build.yml | 2 +- justfile | 2 +- 6 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index bef5af91..1156dbd9 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.5.126-r11 +current_version = 0.5.126-r12 tag = True commit = True allow_dirty = False diff --git a/Dockerfile b/Dockerfile index 3f239a59..ca557fa5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -101,7 +101,7 @@ ENV PYTHONDONTWRITEBYTECODE=true ENV PYTHONUNBUFFERED 1 ENV DJANGO_SETTINGS_MODULE nuremberg.settings ENV BASE_DIR=/code -ENV IMAGE_VERSION v0.5.126-r11 +ENV IMAGE_VERSION v0.5.126-r12 #RUN ln -s /node/node_modules/less/bin/lessc /bin/lessc @@ -170,7 +170,7 @@ ENV SOLR_CORE nuremberg_dev COPY solr_conf /opt/solr-9.2.0/solr_conf -ENV IMAGE_VERSION v0.5.126-r11-solr +ENV IMAGE_VERSION v0.5.126-r12-solr RUN --mount=type=bind,source=./dist/var-solr.tgz,target=/mnt/var-solr.tgz \ diff --git a/chart/Chart.yaml b/chart/Chart.yaml index 060c2800..e6906914 100644 --- a/chart/Chart.yaml +++ b/chart/Chart.yaml @@ -15,12 +15,12 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.5.126-r11 +version: 0.5.126-r12 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: v0.5.126-r11 +appVersion: v0.5.126-r12 diff --git a/docker-compose.ci.yml b/docker-compose.ci.yml index 62522748..317913c6 100644 --- a/docker-compose.ci.yml +++ b/docker-compose.ci.yml @@ -2,11 +2,11 @@ version: '2' services: solr: - image: registry.revsys.com/nuremberg:v0.5.126-r11-solr + image: registry.revsys.com/nuremberg:v0.5.126-r12-solr volumes: [] web: - image: registry.revsys.com/nuremberg:v0.5.126-r11-tester + image: registry.revsys.com/nuremberg:v0.5.126-r12-tester entrypoint: /bin/bash command: "" diff --git a/docker-compose.solr-build.yml b/docker-compose.solr-build.yml index a5b2a082..faea8b8a 100644 --- a/docker-compose.solr-build.yml +++ b/docker-compose.solr-build.yml @@ -13,7 +13,7 @@ services: - SOLR_JAVA_MEM=-Xms1536m -Xmx1536m solr-loader: - image: registry.revsys.com/nuremberg:v0.5.126-r11 + image: registry.revsys.com/nuremberg:v0.5.126-r12 build: context: ./web diff --git a/justfile b/justfile index 49288002..fcf3d8d2 100644 --- a/justfile +++ b/justfile @@ -6,7 +6,7 @@ IMAGE_REGISTRY := 'registry.revsys.com/nuremberg' CACHE_REGISTRY := env_var_or_default('CACHE_REGISTRY', 'registry.revsys.com/cache/nuremberg') -VERSION := 'v0.5.126-r11' +VERSION := 'v0.5.126-r12' GITHUB_STEP_SUMMARY := env_var_or_default('GITHUB_STEP_SUMMARY', '')