From 0cd8abc4be7f896d951adfc842c696671eea271b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Enol=20Fern=C3=A1ndez?= Date: Tue, 7 Mar 2023 07:12:12 +0000 Subject: [PATCH] Add a CHANGELOG and build with tags (#81) * Add a CHANGELOG and build with tags * Fix changelog * Fix version --- .github/workflows/docker.yml | 1 + CHANGELOG.md | 24 ++++++++++++++++++++++++ 2 files changed, 25 insertions(+) create mode 100644 CHANGELOG.md diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 8a46421..ab80109 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -25,6 +25,7 @@ jobs: images: eginotebooks/hub tags: | type=sha + type=pep440,pattern={{version}} latest - name: Set up QEMU uses: docker/setup-qemu-action@v2 diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..1c308ca --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,24 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +and this project adheres to +[Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [Unreleased] + +## [0.1.0] - 2023-03-06 + +First tagged release + +### Added + +- EGICheckinAuthenticator for authentication with EGI Check-in +- EGISpawner expands Kubespawner to use Check-in information +- OnedataAuthenticator and OnedataSpawner adds onedata support on top of the + EGICheckinAuthenticator and EGISpawner +- D4ScienceOauthenticator & D4ScienceSpawner for supporting the D4Science VREs + with EGI Notebooks +- Welcome page for showing an intro page to users +- Custom templates for login and error pages