Skip to content

Commit

Permalink
Publish 0.2.0
Browse files Browse the repository at this point in the history
SHA256 hashes:

gateway_provisioners-0.2.0-py3-none-any.whl: 76add8813afc4fdff14cab6a1e8044c7366bfa8a20f23faa3922babcc6b729ed

gateway_provisioners-0.2.0.tar.gz: f8496ef64fd30b91b3a07840b832c63ecb449bc7b0cbf9a15d4c5010bada2e17
  • Loading branch information
kevin-bates committed Apr 20, 2023
1 parent 5dc7e2c commit e2ba0f4
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 3 deletions.
55 changes: 53 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,59 @@

<!-- <START NEW CHANGELOG ENTRY> -->

## 0.1
## Gateway Provisioners 0.2.0

Initial release
([Full Changelog](https://github.com/jupyter-server/gateway_provisioners/compare/v0.1.0...5dc7e2c85f98328bd4f1a960555fad81894eb78b))

### Enhancements made

- Port Custom Resource and Spark Operator provisioners from EG [#80](https://github.com/jupyter-server/gateway_provisioners/pull/80) ([@kevin-bates](https://github.com/kevin-bates))
- Add application support information for deploying JKG and Lab [#66](https://github.com/jupyter-server/gateway_provisioners/pull/66) ([@kevin-bates](https://github.com/kevin-bates))
- Add replace option to prevent accidental overwrite [#60](https://github.com/jupyter-server/gateway_provisioners/pull/60) ([@kevin-bates](https://github.com/kevin-bates))

### Bugs fixed

- Fix typos in App Support README [#71](https://github.com/jupyter-server/gateway_provisioners/pull/71) ([@kiersten-stokes](https://github.com/kiersten-stokes))
- Fix minor errors in Users subsection of documentation [#67](https://github.com/jupyter-server/gateway_provisioners/pull/67) ([@kiersten-stokes](https://github.com/kiersten-stokes))
- Fix default tooling [#49](https://github.com/jupyter-server/gateway_provisioners/pull/49) ([@kevin-bates](https://github.com/kevin-bates))

### Maintenance and upkeep improvements

- Bump ruff from 0.0.260 to 0.0.261 [#79](https://github.com/jupyter-server/gateway_provisioners/pull/79) ([@dependabot](https://github.com/dependabot))
- Bump ruff from 0.0.259 to 0.0.260 [#77](https://github.com/jupyter-server/gateway_provisioners/pull/77) ([@dependabot](https://github.com/dependabot))
- Bump black\[jupyter\] from 23.1.0 to 23.3.0 [#76](https://github.com/jupyter-server/gateway_provisioners/pull/76) ([@dependabot](https://github.com/dependabot))
- Bump ruff from 0.0.257 to 0.0.259 [#75](https://github.com/jupyter-server/gateway_provisioners/pull/75) ([@dependabot](https://github.com/dependabot))
- Bump ruff from 0.0.254 to 0.0.257 [#73](https://github.com/jupyter-server/gateway_provisioners/pull/73) ([@dependabot](https://github.com/dependabot))
- Bump ruff from 0.0.252 to 0.0.254 [#69](https://github.com/jupyter-server/gateway_provisioners/pull/69) ([@dependabot](https://github.com/dependabot))
- Fix relative link formatting in documentation to be consistent [#68](https://github.com/jupyter-server/gateway_provisioners/pull/68) ([@kiersten-stokes](https://github.com/kiersten-stokes))
- Bump ruff from 0.0.249 to 0.0.252 [#65](https://github.com/jupyter-server/gateway_provisioners/pull/65) ([@dependabot](https://github.com/dependabot))
- Use releaser workflows [#64](https://github.com/jupyter-server/gateway_provisioners/pull/64) ([@blink1073](https://github.com/blink1073))
- Create hatch build env with make-related scripts [#63](https://github.com/jupyter-server/gateway_provisioners/pull/63) ([@kevin-bates](https://github.com/kevin-bates))
- Update mistune requirement from \<1.0.0 to \<3.0.0 [#61](https://github.com/jupyter-server/gateway_provisioners/pull/61) ([@dependabot](https://github.com/dependabot))
- Clean up lint and add check release [#48](https://github.com/jupyter-server/gateway_provisioners/pull/48) ([@blink1073](https://github.com/blink1073))

### Documentation improvements

- Add link to SparkOperatorProvisioner class definition [#81](https://github.com/jupyter-server/gateway_provisioners/pull/81) ([@kevin-bates](https://github.com/kevin-bates))
- Fix minor issues in Developer and Contributor docs [#74](https://github.com/jupyter-server/gateway_provisioners/pull/74) ([@kiersten-stokes](https://github.com/kiersten-stokes))
- Fix grammar NITs in Operator's Guide of docs [#72](https://github.com/jupyter-server/gateway_provisioners/pull/72) ([@kiersten-stokes](https://github.com/kiersten-stokes))
- Fix relative link formatting in documentation to be consistent [#68](https://github.com/jupyter-server/gateway_provisioners/pull/68) ([@kiersten-stokes](https://github.com/kiersten-stokes))
- Fix minor errors in Users subsection of documentation [#67](https://github.com/jupyter-server/gateway_provisioners/pull/67) ([@kiersten-stokes](https://github.com/kiersten-stokes))
- Add application support information for deploying JKG and Lab [#66](https://github.com/jupyter-server/gateway_provisioners/pull/66) ([@kevin-bates](https://github.com/kevin-bates))
- Replace references to gateway-experiments with jupyter-server [#62](https://github.com/jupyter-server/gateway_provisioners/pull/62) ([@kevin-bates](https://github.com/kevin-bates))
- Cleanup Contributors Guide, remove Other section [#59](https://github.com/jupyter-server/gateway_provisioners/pull/59) ([@kevin-bates](https://github.com/kevin-bates))
- Cleanup Developers Guide [#58](https://github.com/jupyter-server/gateway_provisioners/pull/58) ([@kevin-bates](https://github.com/kevin-bates))
- Cleanup operators guide [#57](https://github.com/jupyter-server/gateway_provisioners/pull/57) ([@kevin-bates](https://github.com/kevin-bates))
- Cleanup users guide [#55](https://github.com/jupyter-server/gateway_provisioners/pull/55) ([@kevin-bates](https://github.com/kevin-bates))

### Contributors to this release

([GitHub contributors page for this release](https://github.com/jupyter-server/gateway_provisioners/graphs/contributors?from=2023-01-27&to=2023-04-20&type=c))

[@blink1073](https://github.com/search?q=repo%3Ajupyter-server%2Fgateway_provisioners+involves%3Ablink1073+updated%3A2023-01-27..2023-04-20&type=Issues) | [@dependabot](https://github.com/search?q=repo%3Ajupyter-server%2Fgateway_provisioners+involves%3Adependabot+updated%3A2023-01-27..2023-04-20&type=Issues) | [@echarles](https://github.com/search?q=repo%3Ajupyter-server%2Fgateway_provisioners+involves%3Aecharles+updated%3A2023-01-27..2023-04-20&type=Issues) | [@kevin-bates](https://github.com/search?q=repo%3Ajupyter-server%2Fgateway_provisioners+involves%3Akevin-bates+updated%3A2023-01-27..2023-04-20&type=Issues) | [@kiersten-stokes](https://github.com/search?q=repo%3Ajupyter-server%2Fgateway_provisioners+involves%3Akiersten-stokes+updated%3A2023-01-27..2023-04-20&type=Issues) | [@pre-commit-ci](https://github.com/search?q=repo%3Ajupyter-server%2Fgateway_provisioners+involves%3Apre-commit-ci+updated%3A2023-01-27..2023-04-20&type=Issues) | [@welcome](https://github.com/search?q=repo%3Ajupyter-server%2Fgateway_provisioners+involves%3Awelcome+updated%3A2023-01-27..2023-04-20&type=Issues)

<!-- <END NEW CHANGELOG ENTRY> -->

## 0.1

Initial release
2 changes: 1 addition & 1 deletion gateway_provisioners/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from typing import List

# Version string must appear intact for automatic versioning
__version__ = "0.2.0.dev0"
__version__ = "0.2.0"

# Build up version_info tuple for backwards compatibility
pattern = r"(?P<major>\d+).(?P<minor>\d+).(?P<patch>\d+)(?P<rest>.*)"
Expand Down

0 comments on commit e2ba0f4

Please sign in to comment.