Releases: chronicc/docker-cloudbox
Releases · chronicc/docker-cloudbox
v1.0.1
General
- The image has been rebuild with current application versions.
Documentation
- The development section describes how to use the repository with mise instead of Make.
Development
- The buildsystem Make has been replaced with mise.
- Poetry has been removed in favor of easier python dependency management through
requirements*.txt
andrequirements.lock
.
v1.0.0
Breaking Changes
- tfenv has been removed so
.terraform-version
files are not supported anymore. However you can add tfenv via theASDF_PLUGINS
variable if you rely on it. - awscli, docker, kubectl and terraform have been removed as a hard dependency. They can be installed as additional packages if needed.
- The environment variable
KUBECTL_VERSION
is not supported anymore.
Features
- The environment variable
APK_PACKAGES
has been added for installing additional apk packages. - The environment variable
ASDF_PLUGINS
has been added for installing additional asdf plugins.
Development
- The pants buildsystem has been replaced with plain make due to the simplicity of this repository.
- asdf is used to manage repository dependencies.