Skip to content

Releases: lsst-sqre/nublado2

2.6.3

18 May 22:54
59dea2e
Compare
Choose a tag to compare

Pin greenlet and sqlalchemy to < 2. JupyterHub 3.0.0 is not compatible with greenlet/sqlalchemy > 1.x.

What's Changed

Full Changelog: 2.6.2...2.6.3

2.6.2

16 May 23:29
4e31c7c
Compare
Choose a tag to compare

Add .conda to lab form list of things moved aside when "reset user environment" is selected.

What's Changed

Full Changelog: 2.6.1...2.6.2

2.6.1

24 Oct 23:15
@rra rra
2.6.1
87402aa
Compare
Choose a tag to compare

Avoid sending groups without GIDs to moneypenny, which doesn't know how to deal with them.

What's Changed

  • [neophile] Update dependencies by @sqrbot in #172
  • [neophile] Update dependencies by @sqrbot in #173
  • [neophile] Update dependencies by @sqrbot in #174
  • [neophile] Update dependencies by @sqrbot in #176
  • [neophile] Update dependencies by @sqrbot in #177
  • DM-36624: Only pass groups with GIDs to moneypenny by @rra in #175

Full Changelog: 2.6.0...2.6.1

2.6.0

19 Sep 22:51
4753fad
Compare
Choose a tag to compare

Adopt new upstream releases of JupyterHub (3.0.0) and Zero-to-JupyterHub (2.0.0).

What's Changed

Full Changelog: 2.5.0...2.6.0

2.5.0

06 Sep 20:40
@rra rra
2.5.0
f36219e
Compare
Choose a tag to compare
  • Ignore groups without GIDs for the purposes of supplemental groups for the spawner and templating
  • Pass the primary GID into the templating when it's available, so that the templates can handle non-user-group scenarios

What's Changed

  • [neophile] Update dependencies by @sqrbot in #165
  • [neophile] Update dependencies by @sqrbot in #167
  • [DM-36093] Update GID and group handling for Gafaelfawr changes by @rra in #166

Full Changelog: 2.4.1...2.5.0

2.4.1

06 Sep 20:30
@rra rra
2.4.1
b2ed58f
Compare
Choose a tag to compare
  • Stop waiting for Secret creation from a ServiceAccount during spawn. Kubernetes 1.24 and later does not create a separate Secret.

What's Changed

  • [neophile] Update dependencies by @sqrbot in #163
  • [DM-36022] Stop waiting for ServiceAccount token creation by @rra in #164

Full Changelog: 2.4.0...2.4.1

2.4.0

16 Aug 22:56
@rra rra
2.4.0
01863dd
Compare
Choose a tag to compare
  • Add support for primary GID in Gafaelfawr data and use it to set the GID if available, falling back on the UID as before
  • Update to JupyterHub 2.3.1

What's Changed

Full Changelog: 2.3.1...2.4.0

2.3.1

19 May 19:33
4e205d1
Compare
Choose a tag to compare

Redirect to Gafaelfawr logout on Hub logout

2.3.0

12 May 19:38
5455694
Compare
Choose a tag to compare

Adopt JupyterHub 2.3.0, and skip ahead a minor version number to sync our version with the underlying JH version

2.1.0

01 Apr 19:53
9bf2e6b
Compare
Choose a tag to compare

The "clear .local" option has been renamed "reset user environment" and now relocates more stuff that can be problematic with user-installed packages (namely, .jupyter and .cache).

Additionally: we have dropped the dependency on our local kubespawner fork and are now using upstream k8s_asyncio (with a prerelease z2jh; in future we will get back on released versions of z2jh as well).