Skip to content

Latest commit

 

History

History
194 lines (110 loc) · 11.1 KB

CHANGELOG.md

File metadata and controls

194 lines (110 loc) · 11.1 KB

v4

v4.0.1 - 2024-04-28

Bugs fixed

  • Workaround calcio not declaring DirectoryOrCreate on hostPath volumes #113 (@consideRatio)

Maintenance and upkeep improvements

Other merged PRs

See full changelog for dependabot and pre-commit.ci updates.

v4.0.0 - 2024-01-12

Version 4.0.0 drops support for installing k3s version 1.20 - 1.23, to keep testing against those versions don't yet upgrade to v4 of this action.

Breaking Changes

Maintenance and upkeep improvements

Documentation improvements

Continuous integration improvements

Other merged PRs

See full changelog for dependabot and pre-commit.ci updates.

Contributors to this release

The following people contributed discussions, new ideas, code and documentation contributions, and review. See our definition of contributors.

(GitHub contributors page for this release)

@consideRatio (activity) | @manics (activity) | @minrk (activity)

v3

v3.1.0 - 2022-12-27

(full changelog)

Enhancements made

  • Update cri-dockerd from 0.2.6 to 0.3.0 (only for k3s 1.24+) - now k3s 1.26 is supported #86 (@consideRatio)

Continuous integration improvements

  • build(deps): bump Actions-R-Us/actions-tagger from 2.0.2 to 2.0.3 #83 (@dependabot)

v3.0.6 - 2022-11-15

Maintenance and upkeep improvements

Documentation improvements

v3.0.5 - 2022-08-21

Bugs fixed

  • Calico 3.24.0 (3.23 manifest URL is broken) #73 (@manics)

v3.0.4 - 2022-08-18

Bugs fixed

  • fix: fail after 10 minutes (previously 5) as image pulling can take time #71 (@consideRatio)

v3.0.3 - 2022-08-13

Bugs fixed

v3.0.2 - 2022-08-13

Bugs fixed

v3.0.1 - 2022-08-12

Bugs fixed

Maintenance and upkeep improvements

Documentation improvements

v3.0.0 - 2022-06-13

Breaking changes

  • The action drops support for use with k8s 1.19 and lower.
  • Calico bumped from 3.20 to 3.21 for when k3s 1.20 is used.
  • Calico bumped from 3.20 to 3.23 for when k3s 1.21+ is used.
  • The docker-enabled input now provides cri-dockerd and configures k3s for use against it, and like this we retain support for it with k3s version 1.24+.

Bugs fixed

Maintenance and upkeep improvements

  • Install and use cri-dockerd as a dockershim for k8s 1.24+ support #51 (@consideRatio)
  • ci: keep v1/v2/v3... tags updated instead of branches #45 (@consideRatio)
  • Drop support for k3s 1.19 or lower, bump calico to 3.21 for k3s 1.20, and calico 3.23 for k3s 1.21+ #43 (@consideRatio)

Documentation improvements

Continuous integration improvements

Contributors to this release

(GitHub contributors page for this release)

@consideRatio | @manics

v2

v2.0.0 - 2021-10-04

With this version we drop support for k8s version 1.16 by bumping the installed calico resources to version 3.20 that require k8s 1.17+. We also fix a critical bug for anyone using this action and not explicitly disabling traefik to be installed as an ingress controller via traefik-enabled: false.

Enhancements made

Bugs fixed

Maintenance and upkeep improvements

Documentation improvements

Continuous integration improvements

  • ci: ensure actions-tagger has the permissions to update branches/tags #28 (@consideRatio)
  • ci: emit a namespace report of kube-system on failure #27 (@consideRatio)

Contributors to this release

(GitHub contributors page for this release)

@consideRatio | @manics