File tree Expand file tree Collapse file tree 8 files changed +26
-16
lines changed
Expand file tree Collapse file tree 8 files changed +26
-16
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 1.26.3
2+ current_version = 1.26.4
33commit = True
44tag = False
55tag_name = {new_version}
@@ -30,11 +30,11 @@ search = {current_version}
3030replace = {new_version}
3131
3232[bumpversion:file:RELEASE.txt]
33- search = {current_version} 2023-06-01T20:36:33Z
33+ search = {current_version} 2023-06-06T18:08:27Z
3434replace = {new_version} {utcnow:%Y-%m-%dT%H:%M:%SZ}
3535
3636[bumpversion:part:releaseTime]
37- values = 2023-06-01T20:36:33Z
37+ values = 2023-06-06T18:08:27Z
3838
3939[bumpversion:file(version):birdhouse/config/canarie-api/docker_configuration.py.template]
4040search = ' version' : ' {current_version}'
Original file line number Diff line number Diff line change 1717
1818[ // ] : # ( list changes here, using '-' for each new entry, remove this when items are added )
1919
20+ [ 1.26.4] ( https://github.com/bird-house/birdhouse-deploy/tree/1.26.4 ) (2023-06-06)
21+ ------------------------------------------------------------------------------------------------------------------
22+
23+ ## Changes
24+ - Jupyter env: new version with latest RavenPy
25+
26+ See https://github.com/Ouranosinc/PAVICS-e2e-workflow-tests/pull/119 for more
27+ details.
28+
29+
2030[ 1.26.3] ( https://github.com/bird-house/birdhouse-deploy/tree/1.26.3 ) (2023-06-01)
2131------------------------------------------------------------------------------------------------------------------
2232
Original file line number Diff line number Diff line change 11# Generic variables
22override SHELL := bash
33override APP_NAME := birdhouse-deploy
4- override APP_VERSION := 1.26.3
4+ override APP_VERSION := 1.26.4
55
66# utility to remove comments after value of an option variable
77override clean_opt = $(shell echo "$(1 ) " | $(_SED ) -r -e "s/[ '$'\t'']+$$//g")
Original file line number Diff line number Diff line change @@ -14,13 +14,13 @@ for a full-fledged production platform.
1414 * - releases
1515 - | |latest-version | |commits-since |
1616
17- .. |commits-since | image :: https://img.shields.io/github/commits-since/bird-house/birdhouse-deploy/1.26.3 .svg
17+ .. |commits-since | image :: https://img.shields.io/github/commits-since/bird-house/birdhouse-deploy/1.26.4 .svg
1818 :alt: Commits since latest release
19- :target: https://github.com/bird-house/birdhouse-deploy/compare/1.26.3 ...master
19+ :target: https://github.com/bird-house/birdhouse-deploy/compare/1.26.4 ...master
2020
21- .. |latest-version | image :: https://img.shields.io/badge/tag-1.26.3 -blue.svg?style=flat
21+ .. |latest-version | image :: https://img.shields.io/badge/tag-1.26.4 -blue.svg?style=flat
2222 :alt: Latest Tag
23- :target: https://github.com/bird-house/birdhouse-deploy/tree/1.26.3
23+ :target: https://github.com/bird-house/birdhouse-deploy/tree/1.26.4
2424
2525.. |readthedocs | image :: https://readthedocs.org/projects/birdhouse-deploy/badge/?version=latest
2626 :alt: ReadTheDocs Build Status (latest version)
Original file line number Diff line number Diff line change 1- 1.26.3 2023-06-01T20:36:33Z
1+ 1.26.4 2023-06-06T18:08:27Z
Original file line number Diff line number Diff line change @@ -109,8 +109,8 @@ SERVICES = {
109109 # NOTE:
110110 # Below version and release time auto-managed by 'make VERSION=x.y.z bump'.
111111 # Do NOT modify it manually. See 'Tagging policy' in 'birdhouse/README.rst'.
112- 'version' : '1.26.3 ' ,
113- 'releaseTime' : '2023-06-01T20:36:33Z ' ,
112+ 'version' : '1.26.4 ' ,
113+ 'releaseTime' : '2023-06-06T18:08:27Z ' ,
114114 'institution' : 'Ouranos' ,
115115 'researchSubject' : 'Climatology' ,
116116 'supportEmail' : '${SUPPORT_EMAIL}' ,
@@ -142,8 +142,8 @@ PLATFORMS = {
142142 # NOTE:
143143 # Below version and release time auto-managed by 'make VERSION=x.y.z bump'.
144144 # Do NOT modify it manually. See 'Tagging policy' in 'birdhouse/README.rst'.
145- 'version' : '1.26.3 ' ,
146- 'releaseTime' : '2023-06-01T20:36:33Z ' ,
145+ 'version' : '1.26.4 ' ,
146+ 'releaseTime' : '2023-06-06T18:08:27Z ' ,
147147 'institution' : 'Ouranos' ,
148148 'researchSubject' : 'Climatology' ,
149149 'supportEmail' : '${SUPPORT_EMAIL}' ,
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ export JUPYTERHUB_DOCKER=pavics/jupyterhub
88export JUPYTERHUB_VERSION = 1.4.0-20210506
99
1010# Jupyter single-user server images, can be overriden in env.local to have a space separated list of multiple images
11- export DOCKER_NOTEBOOK_IMAGES = " pavics/workflow-tests:230530-1 "
11+ export DOCKER_NOTEBOOK_IMAGES = " pavics/workflow-tests:230601 "
1212
1313# Name of the image displayed on the JupyterHub image selection page
1414# Can be overriden in env.local to have a space separated list of multiple images, the name order must correspond
Original file line number Diff line number Diff line change 6969# built documents.
7070#
7171# The short X.Y version.
72- version = '1.26.3 '
72+ version = '1.26.4 '
7373# The full version, including alpha/beta/rc tags.
74- release = '1.26.3 '
74+ release = '1.26.4 '
7575
7676# The language for content autogenerated by Sphinx. Refer to documentation
7777# for a list of supported languages.
You can’t perform that action at this time.
0 commit comments