Skip to content

Commit 5b98138

Browse files
author
REVSYS CI
committed
Bump version: 0.5.133-r11 → 0.5.133-r12
1 parent c00cccf commit 5b98138

6 files changed

+9
-9
lines changed

Diff for: .bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.5.133-r11
2+
current_version = 0.5.133-r12
33
tag = True
44
commit = True
55
allow_dirty = False

Diff for: Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ ENV PYTHONDONTWRITEBYTECODE=true
6565
ENV PYTHONUNBUFFERED 1
6666
ENV DJANGO_SETTINGS_MODULE nuremberg.settings
6767
ENV BASE_DIR=/code
68-
ENV IMAGE_VERSION v0.5.133-r11
68+
ENV IMAGE_VERSION v0.5.133-r12
6969

7070

7171
#RUN ln -s /node/node_modules/less/bin/lessc /bin/lessc
@@ -135,7 +135,7 @@ ENV SOLR_CORE nuremberg_dev
135135
COPY solr_conf /opt/solr-9.2.0/solr_conf
136136

137137

138-
ENV IMAGE_VERSION v0.5.133-r11-solr
138+
ENV IMAGE_VERSION v0.5.133-r12-solr
139139

140140

141141
RUN --mount=type=bind,source=./dist/var-solr.tgz,target=/mnt/var-solr.tgz \

Diff for: chart/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 0.5.133-r11
18+
version: 0.5.133-r12
1919

2020

2121
# This is the version number of the application being deployed. This version number should be
2222
# incremented each time you make changes to the application. Versions are not expected to
2323
# follow Semantic Versioning. They should reflect the version the application is using.
2424
# It is recommended to use it with quotes.
25-
appVersion: v0.5.133-r11
25+
appVersion: v0.5.133-r12
2626

Diff for: docker-compose.ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ version: '2'
22
services:
33

44
solr:
5-
image: registry.revsys.com/nuremberg:v0.5.133-r11-solr
5+
image: registry.revsys.com/nuremberg:v0.5.133-r12-solr
66
volumes: []
77

88
web:
9-
image: registry.revsys.com/nuremberg:v0.5.133-r11-tester
9+
image: registry.revsys.com/nuremberg:v0.5.133-r12-tester
1010

1111
entrypoint: /bin/bash
1212
command: ""

Diff for: docker-compose.solr-build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ services:
1313
- SOLR_JAVA_MEM=-Xms1536m -Xmx1536m
1414

1515
solr-loader:
16-
image: registry.revsys.com/nuremberg:v0.5.133-r11
16+
image: registry.revsys.com/nuremberg:v0.5.133-r12
1717

1818
build:
1919
context: ./web

Diff for: justfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ IMAGE_REGISTRY := 'registry.revsys.com/nuremberg'
66
CACHE_REGISTRY := env_var_or_default('CACHE_REGISTRY', 'registry.revsys.com/cache/nuremberg')
77

88

9-
VERSION := 'v0.5.133-r11'
9+
VERSION := 'v0.5.133-r12'
1010

1111

1212
GITHUB_STEP_SUMMARY := env_var_or_default('GITHUB_STEP_SUMMARY', '')

0 commit comments

Comments
 (0)