Skip to content

Commit 30e7b67

Browse files
authored
Merge pull request #2862 from consideRatio/pr/backfill-changelog
docs: backfill early changelog entries based on git tags and github releases
2 parents dfeb8ea + e1aaaa5 commit 30e7b67

File tree

1 file changed

+40
-4
lines changed

1 file changed

+40
-4
lines changed

docs/source/changelog.md

Lines changed: 40 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3519,20 +3519,56 @@ the greatest pace bowler of all time and a founder of the fine art of
35193519

35203520
### 0.3.1 - 2017-05-19
35213521

3522-
KubeSpawner updates. [Release note](https://github.com/jupyterhub/zero-to-jupyterhub-k8s/releases/tag/v0.3.1)
3522+
KubeSpawner updates.
3523+
3524+
- KubeSpawner has gained several new features, thanks
3525+
to the work of Daniel Rodriguez and ktongsc! Specifically,
3526+
we have support for init containers, node selectors,
3527+
pod lifecycle hooks, etc. These can be used with the
3528+
extraConfig override for now
3529+
- Add easy ability to specify pod lifecycle hooks via the
3530+
helm chart!
35233531

35243532
### 0.3 - 2017-05-15
35253533

3526-
Deployer UX fixes. [Release note](https://github.com/jupyterhub/zero-to-jupyterhub-k8s/releases/tag/v0.3)
3534+
Deployer UX fixes.
3535+
3536+
- No need to restart hub manually after some changes - it is
3537+
automatically restarted now. You can disable an automatic
3538+
restart of hub after an upgrade with the following:
3539+
3540+
1. Finding out the current helm release's revision
3541+
2. Adding '--set revisionOverride=<current-revision>' to your
3542+
upgrade command.
3543+
3544+
Only do this if you know exactly what you are doing :)
3545+
3546+
- Base images for everything upgraded to ubuntu 17.04. We can
3547+
define the support lifecycle for the helm chart in the future,
3548+
and decide on the base images at that point.
3549+
- Add a timestamp to the job name for the pre-puller job. This
3550+
prevents having to manually delete it when an install fails and
3551+
has to be tried again. Because the Release Revision hadn't changed
3552+
when the upgrade fails, trying again will cause it to fail with a
3553+
'job already exists' error. Adding the Timestamp to job name should
3554+
hopefully fix that
35273555

35283556
## 0.2
35293557

35303558
### 0.2 - 2017-05-01
35313559

3532-
Minor cleanups and features. [Release note](https://github.com/jupyterhub/zero-to-jupyterhub-k8s/releases/tag/v0.2)
3560+
Minor cleanups and features.
3561+
3562+
- Get rid of cull pod, move it inside the hub pod as a
3563+
managed service
3564+
- Set a default 1G memory guarantee for user pods
3565+
- Allow setting a static global password for Dummy Authenticator
3566+
- Allow setting extra static environment variables for user pods
3567+
from the helm config
3568+
- Upgrade kubespawner version (no major functional changes)
35333569

35343570
## 0.1
35353571

35363572
### 0.1 - 2017-04-10
35373573

3538-
Initial Public Release. [Release note](https://github.com/jupyterhub/zero-to-jupyterhub-k8s/releases/tag/v0.1)
3574+
Initial Public Release.

0 commit comments

Comments
 (0)