Releases: sci-oer/automated-builder
Releases · sci-oer/automated-builder
v0.16.0 🌈
Changes
⬆️ Dependencies
5 changes
- chore(deps): bump requests from 2.29.0 to 2.31.0 @dependabot (#193)
- chore(deps): update pypa/gh-action-pypi-publish action to v1.8.8 @renovate (#190)
- chore(deps): update dependency docker to v6.1.3 @renovate (#192)
- chore(deps): update dependency requests to v2.31.0 [security] @renovate (#194)
- chore(deps): update dependency gitpython to v3.1.32 @renovate (#195)
v0.15.0 🌈
Changes
- feat: add a simple progress indicator @MarshallAsch (#189)
v0.14.0 🌈
Changes
⚠️ Deprecations ⚠️
- chore: add deprecation warning about the lectures-repo option @MarshallAsch (#185)
🚀 Features
- feat: be able to set the example and jupyer labs from directories @MarshallAsch (#184)
- feat: add the rest of the cli options to the interactive prompt @MarshallAsch (#183)
- fix: allow arrow keys to function during interactive input @MarshallAsch (#182)
🐛 Bug Fixes
- fix: allow more than one example repository to be specified @MarshallAsch (#186)
🧰 Maintenance
4 changes
- feat(docs): add more sections to the release notes to include breaking changes @MarshallAsch (#188)
- chore: auto label all renovate prs with the dependancy label @MarshallAsch (#187)
- chore(deps): update pypa/gh-action-pypi-publish action to v1.8.5 @renovate (#180)
- chore(deps): update dependency requests to v2.29.0 @renovate (#181)
v0.13.0 🌈
Changes
🚀 Features
- fix: re enable pushing a single image to a remote registry @MarshallAsch (#179)
- fix: print the wiki sync error message before raising the exception @MarshallAsch (#178)
- fix: add meaningful information to the error message when the wiki fails to sync @MarshallAsch (#176)
🐛 Bug Fixes
- fix: re enable pushing a single image to a remote registry @MarshallAsch (#179)
- fix: make sure that ssh key is not globally readable before using it in the wiki @MarshallAsch (#177)
v0.12.0 🌈
Changes
- chore: updated image labels @MarshallAsch (#175)
v0.11.0 🌈
v0.10.0 🌈
Changes
- chore(deps): update dependency gitpython to v3.1.31 @renovate (#147)
- chore(deps): update docker/build-push-action action to v4 @renovate (#171)
- chore(deps): bump gitpython from 3.1.27 to 3.1.30 @dependabot (#168)
- fix: linter errors @MarshallAsch (#170)
- chore(deps): update dependency requests to v2.28.2 @renovate (#169)
- chore(deps): update dependency docker to v6.0.1 @renovate (#165)
- chore(deps): update pypa/gh-action-pypi-publish action to v1.6.4 @renovate (#166)
v0.9.1 🌈
Changes
- fix: remove unsuported buildx platforms @MarshallAsch (#164)
v0.9.0 🌈
Changes
- feat: check to see if buildx is enabled on startup @MarshallAsch (#162)
- fix: add missing docker cli and buildx plugin when running in docker @MarshallAsch (#160)
- feat: add type hints and pytype config file @MarshallAsch (#157)
🚀 Features
- feat: if the container supports health checks wait for healthcheck @MarshallAsch (#159)
v0.8.2 🌈
Changes
- fix: double quoted @MarshallAsch (#156)