Releases: fivestars-os/aladdin
Releases · fivestars-os/aladdin
v1.19.7.11
This release fixes a small bug in the helm lib find_values()
function. The path in aladdin-config should be constructed using the CLUSTER_CODE
env value which is guaranteed to be correct. (#103)
v1.19.7.10
This release adds support for running aladdin on arm64 (specifically on M1 Silicon) (#99).
This release also has the following changes:
- fixes ssh agent forwarding on Mac OS for docker-desktop (#100)
- updates Poetry to its latest version - v1.1.10 (#101)
Additionally this release added Github Action workflows for:
- Pushes to master and pushes to git tags
- Pull requests to master
1.19.7.9
1.19.7.4
1.19.7.1
- Updated version in "pyproject/toml"
1.15.6.16: urllib3 bugfix
- Added urllib3 v1.25.11 as a dependency on pyproject.toml to solve version resolution on install
- Updated boto3 and awscli dependencies to updated versions
1.15.6.15: Native python cli command
- Add python cli entrypoint to replace the bash entrypoint
- Add installation script using pipx
- Add support for an aladdin-config cluster values.yaml file
1.15.6.14: Deprecate helm2
- Deprecate helm 2
- Bug fix on cluster-init and namespace-init
1.15.6.13: Upgrade to helm3
Updates:
- Have aladdin commands use helm3, but leave fallback option for helm2
Bash command pass-thru
Updates
- Allow one to provide a command to
aladdin bash
to be directly executed in the container shell