From 563236d979ac498661e89b710cf299a69b1bbae7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 21 Sep 2023 19:10:14 +1000 Subject: [PATCH] chore: changelog bump (#74) Co-authored-by: roleyfoley --- CHANGELOG.md | 29 +++++++++++++++++++++++++++-- 1 file changed, 27 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9bba579..cf82cdf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,37 @@ # Changelog -## Unreleased (2022-03-25) +## Unreleased (2023-09-21) + +#### New Features + +* add jenv support and jdk8/11 installs +* migrate to java11 for jenkins agents +#### Fixes + +* update github action steps +* JENV in the az agent +* jenkins agent entrypoint +* docker hub tokens +* libcurl update for azpipeline +* cd updates for new stage names +#### Refactorings + +* migrate to ghcr for hosting ([#77](https://github.com/hamlet-io/docker-hamlet/issues/77)) +* general updates to the hamlet image +* remove tools that are required for base + +Full set of changes: [`8.5.2, 8.7.0...b34468d`](https://github.com/hamlet-io/docker-hamlet/compare/8.5.2, 8.7.0...b34468d) + +## 8.5.2, 8.7.0 (2022-03-25) #### Fixes * shim setup env config +#### Others + +* changelog bump ([#69](https://github.com/hamlet-io/docker-hamlet/issues/69)) -Full set of changes: [`8.5.1...b6597ff`](https://github.com/hamlet-io/docker-hamlet/compare/8.5.1...b6597ff) +Full set of changes: [`8.5.1...8.5.2, 8.7.0`](https://github.com/hamlet-io/docker-hamlet/compare/8.5.1...8.5.2, 8.7.0) ## 8.5.1 (2022-03-25)