Skip to content

Releases: fivestars-os/aladdin

v1.19.7.11

04 Oct 23:41
ac3f831
Compare
Choose a tag to compare

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

01 Oct 22:30
8aa2b64
Compare
Choose a tag to compare

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

31 Aug 17:52
dca2a22
Compare
Choose a tag to compare

This release adds a fix for running k3s on docker-desktop v20.10.8 (#97) - the underlying issue is an incompatibility on k3s with newer linux kernels described here and here

1.19.7.4

02 Apr 05:15
2da1d39
Compare
Choose a tag to compare
  • Add aladdin-config default values.yaml and update documentation
  • Update Poetry version to 1.1.5
  • Update istioctl to 1.9.2

1.19.7.1

15 Mar 22:28
c5901ee
Compare
Choose a tag to compare
  • Updated version in "pyproject/toml"

1.15.6.16: urllib3 bugfix

11 Nov 00:21
602b06c
Compare
Choose a tag to compare
  • 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

09 Nov 16:16
222ed9d
Compare
Choose a tag to compare
  • 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

05 Nov 03:00
7cd826e
Compare
Choose a tag to compare
  • Deprecate helm 2
  • Bug fix on cluster-init and namespace-init

1.15.6.13: Upgrade to helm3

29 Oct 03:47
22b990a
Compare
Choose a tag to compare

Updates:

  • Have aladdin commands use helm3, but leave fallback option for helm2

Bash command pass-thru

17 Sep 00:29
0d2c01d
Compare
Choose a tag to compare

Updates

  • Allow one to provide a command to aladdin bash to be directly executed in the container shell