-
Notifications
You must be signed in to change notification settings - Fork 74
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
102 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,66 @@ | ||
## :tada: Features | ||
|
||
* Support for arm64 in `ext-debian` and `ext-ubuntu` images. | ||
|
||
|
||
## :bug: Fixes | ||
|
||
* Fixing SSL certificates in Alpine and Busybox images. [#62](https://github.com/klakegg/docker-hugo/issues/62) | ||
* Fixing broken bash completion. [#66](https://github.com/klakegg/docker-hugo/issues/66) | ||
|
||
|
||
## :heartbeat: Updates | ||
|
||
* Hugo: [`0.95.0`](https://github.com/klakegg/docker-hugo/releases/tag/0.95.0) => `0.96.0` | ||
* Alpine: `3.14` => `3.16` | ||
* Busybox: `1.33` => `1.35` | ||
* dart-sass-embedded: `1.0.0-beta.11` => `1.52.3` | ||
* Debian: `11.0` => `11.3` | ||
* Node: `16.13.2` => `18.4.0` | ||
* Pandoc: `2.14.2` => `2.18` | ||
* Ubuntu: `18.04` => `22.04` | ||
|
||
|
||
## Docker images | ||
|
||
<details> | ||
<summary>Click to see available images</summary> | ||
|
||
This release is available from Docker Hub as project `klakegg/hugo` with the following tags: | ||
|
||
| Alias tags | Version specific tags | | ||
| ---------------------------- | ------------------------------------------ | | ||
| `busybox`, `latest` | `0.96.0-busybox`, `0.96.0` | | ||
| `busybox-ci`, `ci` | `0.96.0-busybox-ci`, `0.96.0-ci` | | ||
| `busybox-onbuild`, `onbuild` | `0.96.0-busybox-onbuild`, `0.96.0-onbuild` | | ||
| `alpine` | `0.96.0-alpine` | | ||
| `alpine-ci` | `0.96.0-alpine-ci` | | ||
| `alpine-onbuild` | `0.96.0-alpine-onbuild` | | ||
| `asciidoctor` | `0.96.0-asciidoctor` | | ||
| `asciidoctor-ci` | `0.96.0-asciidoctor-ci` | | ||
| `asciidoctor-onbuild` | `0.96.0-asciidoctor-onbuild` | | ||
| `pandoc` | `0.96.0-pandoc` | | ||
| `pandoc-ci` | `0.96.0-pandoc-ci` | | ||
| `pandoc-onbuild` | `0.96.0-pandoc-onbuild` | | ||
| `ext-alpine` | `0.96.0-ext-alpine` | | ||
| `ext-alpine-ci` | `0.96.0-ext-alpine-ci` | | ||
| `ext-alpine-onbuild` | `0.96.0-ext-alpine-onbuild` | | ||
| `ext-asciidoctor` | `0.96.0-ext-asciidoctor` | | ||
| `ext-asciidoctor-ci` | `0.96.0-ext-asciidoctor-ci` | | ||
| `ext-asciidoctor-onbuild` | `0.96.0-ext-asciidoctor-onbuild` | | ||
| `ext-pandoc` | `0.96.0-ext-pandoc` | | ||
| `ext-pandoc-ci` | `0.96.0-ext-pandoc-ci` | | ||
| `ext-pandoc-onbuild` | `0.96.0-ext-pandoc-onbuild` | | ||
| `debian` | `0.96.0-debian` | | ||
| `debian-ci` | `0.96.0-debian-ci` | | ||
| `debian-onbuild` | `0.96.0-debian-onbuild` | | ||
| `ext-debian`, `ext`, `latest-ext` | `0.96.0-ext-debian`, `0.96.0-ext` | | ||
| `ext-debian-ci`, `ext-ci` | `0.96.0-ext-debian-ci`, `0.96.0-ext-ci` | | ||
| `ext-debian-onbuild`, `ext-onbuild` | `0.96.0-ext-debian-onbuild`, `0.96.0-ext-onbuild` | | ||
| `ubuntu` | `0.96.0-ubuntu` | | ||
| `ubuntu-ci` | `0.96.0-ubuntu-ci` | | ||
| `ubuntu-onbuild` | `0.96.0-ubuntu-onbuild` | | ||
| `ext-ubuntu` | `0.96.0-ext-ubuntu` | | ||
| `ext-ubuntu-ci` | `0.96.0-ext-ubuntu-ci` | | ||
| `ext-ubuntu-onbuild` | `0.96.0-ext-ubuntu-onbuild` | | ||
</details> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
image: klakegg/hugo | ||
version: 0.95.0 | ||
version: 0.96.0 | ||
|
||
platforms: | ||
- linux/amd64 |