Skip to content

Commit

Permalink
charts: release version 0.3.0 (#480)
Browse files Browse the repository at this point in the history
  • Loading branch information
rokroskar authored Nov 30, 2018
1 parent 6cb8e68 commit 0479a2e
Show file tree
Hide file tree
Showing 11 changed files with 26 additions and 23 deletions.
2 changes: 1 addition & 1 deletion charts/gitlab/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ apiVersion: v1
appVersion: '1.0'
description: A Helm chart for the Renku Gitlab server
name: gitlab
version: 0.2.1
version: 0.3.0
2 changes: 1 addition & 1 deletion charts/renku/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ apiVersion: v1
appVersion: '1.0'
description: A Helm chart for the Renku platform
name: renku
version: 0.2.1
version: 0.3.0
12 changes: 6 additions & 6 deletions charts/renku/requirements.lock
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
dependencies:
- name: renku-ui
repository: https://swissdatasciencecenter.github.io/helm-charts/
version: 0.2.1-9fc6260
version: 0.3.0
- name: renku-notebooks
repository: https://swissdatasciencecenter.github.io/helm-charts/
version: 0.2.1-e566201
version: 0.3.0
- name: renku-gateway
repository: https://swissdatasciencecenter.github.io/helm-charts/
version: 0.2.1-ba2eb09
version: 0.3.0
- name: gitlab
repository: https://swissdatasciencecenter.github.io/helm-charts/
version: 0.2.1-0f59466
version: 0.3.0
- name: postgresql
repository: https://kubernetes-charts.storage.googleapis.com
version: 0.14.4
Expand All @@ -20,5 +20,5 @@ dependencies:
- name: minio
repository: https://kubernetes-charts.storage.googleapis.com
version: 1.6.0
digest: sha256:5467e99e61549daf0a3f9f812b1e171c3f55fc152ea0ef9b943dcb36f58e69f7
generated: 2018-11-27T18:01:24.322113441+01:00
digest: sha256:4a9c049ea192c5727b002bcd97723c192d7aca27c9337f473569269caca3aae7
generated: 2018-11-29T16:58:33.309491+01:00
8 changes: 4 additions & 4 deletions charts/renku/requirements.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@ dependencies:
- name: renku-ui
alias: ui
repository: "https://swissdatasciencecenter.github.io/helm-charts/"
version: "0.2.1-9fc6260"
version: "0.3.0"
- name: renku-notebooks
alias: notebooks
repository: "https://swissdatasciencecenter.github.io/helm-charts/"
version: "0.2.1-e566201"
version: "0.3.0"
- name: renku-gateway
alias: gateway
repository: "https://swissdatasciencecenter.github.io/helm-charts/"
version: "0.2.1-ba2eb09"
version: "0.3.0"
- name: gitlab
repository: "https://swissdatasciencecenter.github.io/helm-charts/"
version: "0.2.1-0f59466"
version: "0.3.0"
condition: gitlab.enabled
- name: postgresql
version: 0.14.4
Expand Down
2 changes: 1 addition & 1 deletion charts/renku/templates/tests/test-renku.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
spec:
initContainers:
- name: renku-demo
image: renku/renku-demo:latest
image: renku/renku-demo:0.3.0
env:
- name: GITLAB_SUDO_TOKEN
valueFrom:
Expand Down
6 changes: 3 additions & 3 deletions charts/renku/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ global:
## Renku version to be used (currently for project creation in
## the UI) If not set explicitly the version will be picked up
## from the respective renku (sub)chart.
## version: '0.0.0'
version: 0.3.0
## Set to true if using https
useHTTPS: false

Expand Down Expand Up @@ -533,12 +533,12 @@ ui:
apispec:
image:
repository: renku/apispec
tag: '0.2.1'
tag: '0.3.0'

tests:
image:
repository: renku/tests
tag: '0.2.1'
tag: '0.3.0'
## User accounts for running `helm test`
## Replace passwords with random strings in a production setup
#users_json:
Expand Down
6 changes: 3 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,9 @@
# built documents.
#
# The short X.Y version.
version = '0.2'
version = '0.3'
# The full version, including alpha/beta/rc tags.
release = '0.2.0'
release = '0.3.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down Expand Up @@ -171,7 +171,7 @@
latex_documents = [
(
master_doc, 'RENKU.tex', 'RENKU Documentation',
'Eric Bouillet, Julien Eberle, Jiri Kuncar, Izabela Moise, Rok Roskar, Sofiane Sarni, Sandra Savchenko De Jong, Johann-Michael Thiebaut, Fotis Georgatos, Olivier Verscheure',
'Eric Bouillet, Julien Eberle, Fotis Georgatos, Jiri Kuncar, Izabela Moise, Rok Roskar, Sofiane Sarni, Sandra Savchenko De Jong, Johann-Michael Thiebaut, Olivier Verscheure',
'manual'
),
]
Expand Down
4 changes: 2 additions & 2 deletions docs/user/cli-installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -101,11 +101,11 @@ Specific version
To install a specific version of renku the procedure is nearly identical
the above, but instead of installing from source you install a version with ``pip``.
For example, after creating the ``conda`` environment as described in the previous
section, you can install `renku v0.2.0` with
section, you can install `renku v0.3.0` with

.. code-block:: console
$(conda env list | grep renku | awk '{print $2}')/bin/pip install renku==0.2.0
$(conda env list | grep renku | awk '{print $2}')/bin/pip install renku==0.3.0
.. note::
Expand Down
2 changes: 1 addition & 1 deletion scripts/minikube_deploy.py
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ def deploy_runner():
'gitlab-runner', 'register',
'-n', '-u', 'http://{mip}/gitlab/'.format(mip=minikube_ip()),
'--name', 'docker-minikube',
'-r', '8dbf016f5b73d5608390183bbea9ce5fbed83a9dadefa719245ab93eb255cc29', # From values.yaml
'-r', '755434ddc0d6344c025dff6af796f2232bbb29c055c668bde9f2aaebd1d37266', # From minikube-values.yaml
'--executor', 'docker',
'--locked=false',
'--run-untagged=true',
Expand Down
3 changes: 3 additions & 0 deletions scripts/travis-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,12 @@ helm upgrade $RENKU_DEPLOY charts/renku \
--set "ui.gatewayUrl=http://$MAXIKUBE_HOST:32080/api" \
--set "gateway.keycloakUrl=http://$MAXIKUBE_HOST:32080" \
--set "gateway.gitlabUrl=http://$MAXIKUBE_HOST:32080/gitlab" \
--set "global.jupyterhub.postgresPassword=jupyterhub" \
--set "notebooks.jupyterhub.hub.db.url=postgres+psycopg2://jupyterhub:jupyterhub@$RENKU_DEPLOY-postgresql:5432/jupyterhub" \
--set "notebooks.jupyterhub.hub.extraEnv.GITLAB_URL=http://$MAXIKUBE_HOST:32080/gitlab" \
--set "notebooks.jupyterhub.hub.extraEnv.IMAGE_REGISTRY=10.100.123.45:8105" \
--set "notebooks.jupyterhub.hub.services.gateway.oauth_redirect_uri=http://$MAXIKUBE_HOST:32080/api/auth/jupyterhub/token" \
--set "notebooks.gitlab.registry.host=10.100.123.45:8105" \
--set "gitlab.registry.externalUrl=http://10.100.123.45:8105/" \
--set "gitlab.sshPort=30022" \
--set "gitlab.enableSSHNodePortService=true" \
Expand Down
2 changes: 1 addition & 1 deletion tests/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
docker>=2.4.2
python-dotenv>=0.8.2
pytest>=3.2.1
pytest<4.0.0
pytest-splinter>=1.8.5
requests>=2.18.2
pytest-rerunfailures>=4.1

0 comments on commit 0479a2e

Please sign in to comment.