diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..5bfd8d0 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,89 @@ +# Change Log + +## 3.0.0 + +- Add new program: plocate. +- Update Debian 12.5 to 12.8. +- Update Fedora from 40 to 41. +- Add an Arch Linux container. +- Update all tools to the latest release. +- Change CI/CD pipeline for containers images to use GitHub Actions instead of Quay.io. +- Add an Ubuntu container. +- Add a change log for the project dating back to the first release. + +## 2.0.2 + +- Add new programs: nano, rpm-ostree (Fedora only), and tmate. +- Add ShellCheck to Debian. + +## 2.0.1 + +- Change container registry to be Quay.io instead of Docker Hub. +- Add systemd support. + +## 2.0.0 + +- Add support for building containers with Podman. +- Add a distro agnostic installation script for some tools. +- Update Debian from 11.7 to 12.5. +- Add AWS CLI. +- Add a Fedora 40 container. + +## 1.2.0 + +- Update Debian from 11.6 to 11.7. +- Change Rust to be installed globally. +- Add Distrobox guest packages. +- Update JDK from 11 to 17. +- Update all tools to the latest release. + +## 1.1.1 + +- Add new programs: Rust compiler and HashiCorp Vault. + +## 1.1.0 + +- Add new program: 7z. +- Update all tools to the latest release. +- Remove Tanzu Community Edition (TCE) since it is no longer maintained. + +## 1.0.0 + +- Add new programs: Azure CLI (az), rsync, Sphinx, and yq. +- Add Toolbox support. +- Update Debian from 11.4 to 11.6. + +## 0.6.0 + +- Update all tools to the latest release. +- Update Debian from 11.3 to 11.4. + +## 0.5.0 + +- Add new programs: gh, openssh-client, and iproute2. +- Add more Kubernetes programs: kind, kpack-cli/kp, and kustomize. +- Update Debian from 11.1 to 11.3. + +## 0.4.0 + +- Add nested docker support. +- Update Debian from 11.0 to 11.1. +- Add more Kubernetes tools. +- Add new programs: netcat and less. +- Add Kubernetes programs: Knative client and Tanzu Community Edition (TCE). + +## 0.3.0 + +- Add Kubernetes programs: Carvel/k14s, kubectl, and krew. +- Add linters for Go, Python, and Shell. +- Add new programs: man-db, ping, and zsh. +- Update Debian from 11.0 beta to 11.0 stable. + +## 0.2.0 + +- Add Java Development Kit (JDK) 11. +- Add a "/mnt" volume. + +## 0.1.0 + +- Add a Debian 11.0 Bullseye beta container.