Skip to content

Commit

Permalink
stashtransfer-to-laptop
Browse files Browse the repository at this point in the history
  • Loading branch information
consideRatio committed Sep 22, 2024
1 parent bf5ec3f commit b072e10
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
8 changes: 2 additions & 6 deletions docs/source/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,8 @@
#### Breaking changes

- The new config `slug_scheme` defaults to `safe` (recommended) instead of the
legacy mode `escape`.

This will change how

To opt-out you can configure `slug_scheme` to be
`"escape"`.
legacy mode `escape`. More deetails on upgrading are available at
{ref}`templates:upgrading-from-less-than-7`.

([#744](https://github.com/jupyterhub/kubespawner/pull/744))

Expand Down
2 changes: 2 additions & 0 deletions docs/source/templates.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,8 @@ c.KubeSpawner.remember_pvc_name = False
This handling isn't general for PVCs, only specifically the default `pvc_name`.
If you have defined your own volumes, you need to handle changes to these yourself.

(templates:upgrading-from-less-than-7)=

## Upgrading from kubespawner \< 7

Prior to kubespawner 7, an escaping scheme was used that ensured values were _unique_,
Expand Down

0 comments on commit b072e10

Please sign in to comment.