You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+57-9Lines changed: 57 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,17 +1,44 @@
1
1
# Changelog
2
2
3
-
## unreleased changes
3
+
## v1.3
4
4
5
-
Added (user)
5
+
### v1.3.0 - 2024-03-19
6
6
7
-
Added (developer)
7
+
This release requires Python >=3.6 and JupyterHub >=1.5.1.
8
8
9
-
Changed
9
+
#### New features added
10
10
11
-
Fixed
11
+
- allow for req_keepvars_extra to be configured [#295](https://github.com/jupyterhub/batchspawner/pull/295) ([@mark-tomich](https://github.com/mark-tomich), [@minrk](https://github.com/minrk))
12
+
13
+
#### Maintenance and upkeep improvements
14
+
15
+
- TST: don't assume test user is OS user [#301](https://github.com/jupyterhub/batchspawner/pull/301) ([@minrk](https://github.com/minrk))
16
+
- Add python 3.12 for tests [#299](https://github.com/jupyterhub/batchspawner/pull/299) ([@Ph0tonic](https://github.com/Ph0tonic), [@consideRatio](https://github.com/consideRatio))
- Upgrade singleuser.py to JupyterHub 4 [#267](https://github.com/jupyterhub/batchspawner/pull/267) ([@mahendrapaipuri](https://github.com/mahendrapaipuri), [@minrk](https://github.com/minrk), [@consideRatio](https://github.com/consideRatio))
19
+
- Quell async warning, and POST with body for jupyterhub 3.0 [#247](https://github.com/jupyterhub/batchspawner/pull/247) ([@ryanlovett](https://github.com/ryanlovett), [@mbmilligan](https://github.com/mbmilligan), [@rcthomas](https://github.com/rcthomas), [@minrk](https://github.com/minrk), [@jbeal-work](https://github.com/jbeal-work), [@mawigh](https://github.com/mawigh), [@cmd-ntrf](https://github.com/cmd-ntrf), [@jaescartin1](https://github.com/jaescartin1))
20
+
21
+
#### Documentation improvements
22
+
23
+
- Add temporary info about a temporary bug with JupyterHub 3+ [#290](https://github.com/jupyterhub/batchspawner/pull/290) ([@krokicki](https://github.com/krokicki), [@consideRatio](https://github.com/consideRatio))
24
+
25
+
#### Continuous integration improvements
26
+
27
+
- Modernize test matrix [#252](https://github.com/jupyterhub/batchspawner/pull/252) ([@mbmilligan](https://github.com/mbmilligan))
28
+
29
+
#### Contributors to this release
30
+
31
+
The following people contributed discussions, new ideas, code and documentation contributions, and review.
32
+
See [our definition of contributors](https://github-activity.readthedocs.io/en/latest/#how-does-this-tool-define-contributions-in-the-reports).
33
+
34
+
([GitHub contributors page for this release](https://github.com/jupyterhub/batchspawner/graphs/contributors?from=2022-10-05&to=2024-03-19&type=c))
- PR #237: Replace use of scripts with entry_points
@@ -24,6 +51,8 @@ Fixed
24
51
25
52
## v1.1
26
53
54
+
### v1.1.0 - 2021-04-07
55
+
27
56
Added (user)
28
57
29
58
- PR #170: SlurmSpawner: add `req_gres` to specify `-go-res`.
@@ -43,7 +72,20 @@ Changed
43
72
- PR #196: documentation
44
73
- PR #199: update setup.py
45
74
46
-
## v1.0 (requires minimum JupyterHub 0.9 and Python 3.5)
75
+
## v1.0
76
+
77
+
### v1.0.1 - 2020-11-04
78
+
79
+
- PR #189: batchspawner/batchspawner: Don't use `-o pipefail` in /bin/sh scripts
80
+
- PR #180: travis: Attempt to fix CI
81
+
- PR #177: Fail hard on first error in batch script
82
+
- PR #170: add 'gres' option to SlurmSpawner
83
+
- PR #165: Update batchspawner.py to use --chdir instead of --workdir
84
+
- PR #137: Grab environment variables needed for grid engine
85
+
86
+
### v1.0.0 - 2020-07-21
87
+
88
+
This release requires minimum JupyterHub 0.9 and Python 3.5.
47
89
48
90
Added (user)
49
91
@@ -80,11 +122,15 @@ Fixed
80
122
81
123
Removed
82
124
83
-
## v0.8.1 (bugfix release)
125
+
## v0.8
126
+
127
+
### v0.8.1 - 2018-05-02
84
128
85
129
- Fix regression: single-user server binding address is overwritten by previous session server address, resulting in failure to start. Issue #76
86
130
87
-
## v0.8.0 (compatible with JupyterHub 0.5.0 through 0.8.1/0.9dev)
131
+
### v0.8.0 - 2018-04-24
132
+
133
+
This release is compatible with JupyterHub 0.5.0 through 0.8.1/0.9dev.
88
134
89
135
- SlurmSpawner: Remove `--uid` for (at least) Slurm 17.11 compatibility. If you use `sudo`, this should not be necessary, but because this is security related you should check that user management is as you expect. If your configuration does not use `sudo` then you may need to add the `--uid` option in a custom `batch_script`.
90
136
- add base options `req_ngpus``req_partition``req_account` and `req_options`
@@ -101,6 +147,8 @@ Removed
101
147
- WrapSpawner and ProfilesSpawner, which provide mechanisms for runtime configuration of spawners, have been split out and moved to the [`wrapspawner`](https://github.com/jupyterhub/wrapspawner) package
102
148
- Enable CI testing via Travis-CI
103
149
104
-
## v0.3 (tag: jhub-0.3, compatible with JupyterHub 0.3.0)
150
+
## v0.3
151
+
152
+
### v0.3.0 - 2015-11-30
105
153
106
154
- initial release containing `TorqueSpawner` and `SlurmSpawner`
0 commit comments