Skip to content

Commit

Permalink
v0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Oct 23, 2022
1 parent 9da3beb commit 771ef6d
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## [v0.9.0](https://github.com/sci-oer/automated-builder/releases/v0.9.0) (2022-10-23)

[Full Changelog](https://github.com/sci-oer/automated-builder/compare/v0.8.2...v0.9.0)

**Implemented enhancements:**

- Use docker heath check status instead of polling the wiki to see if the container is ready [\#153](https://github.com/sci-oer/automated-builder/issues/153)
- Confirm that multi arch builds from within a docker container [\#123](https://github.com/sci-oer/automated-builder/issues/123)
- Check that buildx is avalible before starting a multi arch build. [\#122](https://github.com/sci-oer/automated-builder/issues/122)
- Multi architecture builds [\#109](https://github.com/sci-oer/automated-builder/issues/109)
- feat: if the container supports health checks wait for healthcheck [\#159](https://github.com/sci-oer/automated-builder/pull/159) ([MarshallAsch](https://github.com/MarshallAsch))

**Merged pull requests:**

- feat: check to see if buildx is enabled on startup [\#162](https://github.com/sci-oer/automated-builder/pull/162) ([MarshallAsch](https://github.com/MarshallAsch))
- fix: add missing docker cli and buildx plugin when running in docker [\#160](https://github.com/sci-oer/automated-builder/pull/160) ([MarshallAsch](https://github.com/MarshallAsch))
- feat: add type hints and pytype config file [\#157](https://github.com/sci-oer/automated-builder/pull/157) ([MarshallAsch](https://github.com/MarshallAsch))

## [v0.8.2](https://github.com/sci-oer/automated-builder/releases/v0.8.2) (2022-10-22)

[Full Changelog](https://github.com/sci-oer/automated-builder/compare/v0.8.1...v0.8.2)
Expand Down

0 comments on commit 771ef6d

Please sign in to comment.