Skip to content

Commit

Permalink
Update version to v1.3.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
andylassiter committed Oct 21, 2024
1 parent b12c569 commit 6857872
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
All notable changes to the JupyterHub deployment will be documented here. Any changes to the plugin itself will be
documented in the [xnat-jupyter-plugin](https://bitbucket.org/xnatx/xnat-jupyterhub-plugin) repository.

## [Unreleased]
## [1.3.0-rc] - 2024-10-21

### Added

Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ networks:

services:
jupyterhub:
image: xnat/jupyterhub:develop
image: xnat/jupyterhub:1.3.0-rc.1
hostname: jupyterhub
build:
context: dockerfiles/jupyterhub
Expand Down
2 changes: 1 addition & 1 deletion docker-stack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ networks:

services:
jupyterhub:
image: xnat/jupyterhub:develop
image: xnat/jupyterhub:1.3.0-rc.1
hostname: jupyterhub
volumes:
- "/var/run/docker.sock:/var/run/docker.sock:rw"
Expand Down
2 changes: 1 addition & 1 deletion xnat-jupyterhub-chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: jupyterhub-xnat
description: Helm xnat-jupyterhub-chart for deploying JupyterHub (and PostgreSQL) for an XNAT instance
type: application
version: 0.1.2
appVersion: "1.2.0"
appVersion: "1.3.0-rc.1"

dependencies:
- name: postgresql
Expand Down

0 comments on commit 6857872

Please sign in to comment.