Skip to content

Releases: particuleio/teks

v3.6.0

19 Sep 09:28
Compare
Choose a tag to compare

3.6.0 (2019-09-19)

Chores

Feature

  • allow Flux to create PodMonitors (#6) (9439fee)

v3.5.1

17 Sep 12:35
Compare
Choose a tag to compare

3.5.1 (2019-09-17)

Bug Fixes

v3.5.0

17 Sep 12:12
Compare
Choose a tag to compare

3.5.0 (2019-09-17)

Feature

v3.4.2

12 Sep 14:59
Compare
Choose a tag to compare

3.4.2 (2019-09-12)

Bug Fixes

  • grafana password sensitive (df0a820)

v3.4.1

12 Sep 14:36
Compare
Choose a tag to compare

3.4.1 (2019-09-12)

Bug Fixes

  • remove hardcoded LoadBalancer (0289fa1)

v3.4.0

11 Sep 15:05
Compare
Choose a tag to compare

3.4.0 (2019-09-11)

Feature

Bug Fixes

v3.3.0

09 Sep 15:46
Compare
Choose a tag to compare

3.3.0 (2019-09-09)

Feature

v3.2.0

09 Sep 09:23
Compare
Choose a tag to compare

3.2.0 (2019-09-09)

Feature

  • fluentd-cloudwatch add custom log group (4c4c0d0)

Bug Fixes

  • kiam whitelist for cni metrics helper (bf93749)

v3.1.0

06 Sep 22:45
Compare
Choose a tag to compare

3.1.0 (2019-09-06)

Documentation

Feature

Bug Fixes

  • remove output from cluster_autoscaler (bdd63a1)
  • cni-metrics-helper template rendering (454e50d)

v3.0.0

06 Sep 21:03
Compare
Choose a tag to compare

3.0.0 (2019-09-06)

Breaking Changes

  • release: Refactor modules (c6d999f)
BREAKING CHANGE: Not really breaking but it is better to make a new
version. Modules are now simpler to use:

- Kiam is now mandatory if using `eks-addons` that require it. There is
  no more support for using addons that need IAM permission without Kiam. All
  addons related IAM permissions have been removed from the `eks`
  module. There are no more controller pool or policies attachements for
  specific addons in the `eks` module.
- Kiam use an IAM user, there is no controller node pool anymore or node
  pool policy attachement for Kiam. All Kiam related IAM permissions
  have been removed from `eks` module.
- Kiam resource creation is now handle directly in `eks-addons` module.
  This will help in making the `eks-addons` module a standalone module
  independent from `eks` module.
- All addons and charts have been bumped to their latest version.

Check README for a supported migration path.

Signed-off-by: ArchiFleKs <lefevre.kevin@gmail.com>