Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Getting ready for 0.2.0 #126

Merged
merged 3 commits into from
Oct 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
67 changes: 63 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,79 @@
<!-- markdownlint-disable MD024 -->

# 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/),
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.2.0] - 2024-10-02

### Added
- More flexible templates for the hub

- Better templates
[#101](https://github.com/EGI-Federation/egi-notebooks-hub/pull/101)
- D4Science: filter profiles depending on the server name
[#105](https://github.com/EGI-Federation/egi-notebooks-hub/pull/105)
- D4Science: Support data manager role for volumes
[#106](https://github.com/EGI-Federation/egi-notebooks-hub/pull/106)
- D4Science: set CPU guarantee depending on limit
[#107](https://github.com/EGI-Federation/egi-notebooks-hub/pull/107)
- D4Science: support Ophidia
[#115](https://github.com/EGI-Federation/egi-notebooks-hub/pull/115)
- Support for JWT authentication and proxy service
[#119](https://github.com/EGI-Federation/egi-notebooks-hub/pull/119),
[#122](https://github.com/EGI-Federation/egi-notebooks-hub/pull/122),
[#123](https://github.com/EGI-Federation/egi-notebooks-hub/pull/123),
[#127](https://github.com/EGI-Federation/egi-notebooks-hub/pull/127),
[#135](https://github.com/EGI-Federation/egi-notebooks-hub/pull/135)
- Add version to the package
[#124](https://github.com/EGI-Federation/egi-notebooks-hub/pull/124)
- EOSC Node AAI support
[#121](https://github.com/EGI-Federation/egi-notebooks-hub/pull/121)
- D4Science: support for GKE deployment
[#117](https://github.com/EGI-Federation/egi-notebooks-hub/pull/117)
- EC Templates
[#131](https://github.com/EGI-Federation/egi-notebooks-hub/pull/131),
[#132](https://github.com/EGI-Federation/egi-notebooks-hub/pull/132),
[#133](https://github.com/EGI-Federation/egi-notebooks-hub/pull/133),
[#134](https://github.com/EGI-Federation/egi-notebooks-hub/pull/134)
- Support anonymous users from AAI
[#136](https://github.com/EGI-Federation/egi-notebooks-hub/pull/136)
- Configurable leeway time for token refresh
[#137](https://github.com/EGI-Federation/egi-notebooks-hub/pull/137)

### Changed

- Update GitHub Actions dependencies
[#104](https://github.com/EGI-Federation/egi-notebooks-hub/pull/104),
[#110](https://github.com/EGI-Federation/egi-notebooks-hub/pull/110),
[#111](https://github.com/EGI-Federation/egi-notebooks-hub/pull/111),
[#112](https://github.com/EGI-Federation/egi-notebooks-hub/pull/112),
[#109](https://github.com/EGI-Federation/egi-notebooks-hub/pull/109),
[#113](https://github.com/EGI-Federation/egi-notebooks-hub/pull/113),
[#114](https://github.com/EGI-Federation/egi-notebooks-hub/pull/114),
[#120](https://github.com/EGI-Federation/egi-notebooks-hub/pull/120),
[#118](https://github.com/EGI-Federation/egi-notebooks-hub/pull/118),
[#129](https://github.com/EGI-Federation/egi-notebooks-hub/pull/129)
- Upgrade dependencies k8s-hub (3.2.1), jupyterhub (4.0.2),
oauthenticator(16.1.0), kubespawner(6.1.0)
- Add new dependencies: fastapi, pydantic-settings, pbr
- Update to Changelog 1.1.0

### Fixed
- Fixed the update of the secret with the renewed access token
- Use "Privacy Notice" instead of "Privacy Policy"

- Secret handling for tokens
[#103](https://github.com/EGI-Federation/egi-notebooks-hub/pull/103)
- D4Science: pick roles from the right token
[#108](https://github.com/EGI-Federation/egi-notebooks-hub/pull/108)
- Do not try to refresh non Check-in users
[#116](https://github.com/EGI-Federation/egi-notebooks-hub/pull/116)
- Fix profile filter
[#125](https://github.com/EGI-Federation/egi-notebooks-hub/pull/125)

## [0.1.0] - 2023-03-06

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

Jupyterhub with some adjustments to make it EGI friendly:

* EGI Check-in authenticator
* EGI Spawner
* EGI DataHub integration
- EGI Check-in authenticator
- EGI Spawner
- EGI DataHub integration