Skip to content

Commit 4ca95ed

Browse files
author
REVSYS CI
committed
Bump version: 0.5.130-r7 → 0.5.131
1 parent 446dc7c commit 4ca95ed

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.5.130-r7
2+
current_version = 0.5.131
33
tag = True
44
commit = True
55
allow_dirty = False

Dockerfile

Lines changed: 2 additions & 2 deletions
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.130-r7
68+
ENV IMAGE_VERSION v0.5.131
6969

7070

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

136136

137-
ENV IMAGE_VERSION v0.5.130-r7-solr
137+
ENV IMAGE_VERSION v0.5.131-solr
138138

139139

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

chart/Chart.yaml

Lines changed: 2 additions & 2 deletions
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.130-r7
18+
version: 0.5.131
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.130-r7
25+
appVersion: v0.5.131
2626

docker-compose.ci.yml

Lines changed: 2 additions & 2 deletions
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.130-r7-solr
5+
image: registry.revsys.com/nuremberg:v0.5.131-solr
66
volumes: []
77

88
web:
9-
image: registry.revsys.com/nuremberg:v0.5.130-r7-tester
9+
image: registry.revsys.com/nuremberg:v0.5.131-tester
1010

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

docker-compose.solr-build.yml

Lines changed: 1 addition & 1 deletion
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.130-r7
16+
image: registry.revsys.com/nuremberg:v0.5.131
1717

1818
build:
1919
context: ./web

justfile

Lines changed: 1 addition & 1 deletion
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.130-r7'
9+
VERSION := 'v0.5.131'
1010

1111

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

0 commit comments

Comments
 (0)