Skip to content

Commit

Permalink
Reword changelog message
Browse files Browse the repository at this point in the history
Co-authored-by: Simon Li <[email protected]>
  • Loading branch information
consideRatio and manics authored Apr 18, 2023
1 parent ac69de8 commit 1780ccd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@

### Breaking changes

- Support for use against k8s 1.20-1.22 is no longer maintained, please upgrade
to k8s 1.23+ to ensure function.
- Versions of K8s older than 1.23 are no longer supported, they may work but
this is not guaranteed.
- Now `c.KubeSpawner.environment` values supports substitution, just like other config options [#642](https://github.com/jupyterhub/kubespawner/pull/642) ([@dolfinus](https://github.com/dolfinus)).
For example, `{"MYVAR": "jupyterhub-{username}"}` will rendered as `{"MYVAR": "jupyterhub-sam"}` for a user named `sam`.
This could break backward compatibility if environment variable value contains strings like `{something}` there `something` is a substitution variable unknown for the KubeSpawner. You should escape braces by using `{{something}}` syntax.
Expand Down

0 comments on commit 1780ccd

Please sign in to comment.