Skip to content

Commit 22fc7c0

Browse files
authored
jupyter env: new version with latest RavenPy (#337)
See Ouranosinc/PAVICS-e2e-workflow-tests#119 for more details.
2 parents 578ddfa + 3a70f38 commit 22fc7c0

File tree

8 files changed

+26
-16
lines changed

8 files changed

+26
-16
lines changed

.bumpversion.cfg

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.26.3
2+
current_version = 1.26.4
33
commit = True
44
tag = False
55
tag_name = {new_version}
@@ -30,11 +30,11 @@ search = {current_version}
3030
replace = {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
3434
replace = {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]
4040
search = 'version': '{current_version}'

CHANGES.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,16 @@
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

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Generic variables
22
override SHELL := bash
33
override 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
77
override clean_opt = $(shell echo "$(1)" | $(_SED) -r -e "s/[ '$'\t'']+$$//g")

README.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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)

RELEASE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.26.3 2023-06-01T20:36:33Z
1+
1.26.4 2023-06-06T18:08:27Z

birdhouse/config/canarie-api/docker_configuration.py.template

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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}',

birdhouse/config/jupyterhub/default.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export JUPYTERHUB_DOCKER=pavics/jupyterhub
88
export 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

docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,9 @@
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.

0 commit comments

Comments
 (0)