From 38657ff40dfb9625219bf20b388d453281ef6ccd Mon Sep 17 00:00:00 2001 From: Mick Pollard <261833+aussielunix@users.noreply.github.com> Date: Sun, 3 Mar 2024 19:09:05 +1100 Subject: [PATCH] updated CHANGELOG --- CHANGELOG.md | 27 ++++++++++++++++++++++++++- 1 file changed, 26 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index df8b3ce..1df624d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,30 @@ # Changelog -## 0.0.1 (2023-10-03) +## 2024-03-03 + +- Update README to reflect major changes based on Wolfi OS +- added package: go (golang) + +## 2024-02-03 + +- Fixup Homebrew bash completions + +## 2024-01-29 + +- Migrate to using a minimalist [Wolfi OS)[https://github.com/chainguard-images/images/tree/main/images/wolfi-base] base image +- Homebrew is pre-installed +- Image is kept small with all custom packages now installed at runtime with Homebrew +- Add vim and direnv to image + +## 2023-12-02 + +- add Hashicorp's Packer and Terraform +- add python3-venv package to allow creating new virtual envs for Python + +## 2023-10-28 + +- add my custom CA certificate + +## 2023-10-03 - Initial Commit