Skip to content

Releases: jupyterhub/action-k3s-helm

v4.0.1 - 2024-04-28

28 Apr 16:08
6389a7f
Compare
Choose a tag to compare

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

12 Jan 14:34
c640de5
Compare
Choose a tag to compare

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.1.0 - 2022-12-27

27 Dec 02:21
1f80ca2
Compare
Choose a tag to compare

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

15 Nov 19:14
8dd1000
Compare
Choose a tag to compare

Maintenance and upkeep improvements

Documentation improvements

v3.0.5 - 2022-08-21

21 Aug 13:43
v3.0.5
d3c165a
Compare
Choose a tag to compare

Bugs fixed

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

v3.0.4 - 2022-08-18

18 Aug 11:55
8f7a8d7
Compare
Choose a tag to compare

Bugs fixed

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

v3.0.3 - 2022-08-13

12 Aug 23:52
72a374f
Compare
Choose a tag to compare

Bugs fixed

v3.0.2 - 2022-08-13

12 Aug 23:27
6b763d8
Compare
Choose a tag to compare

Bugs fixed

v3.0.1 - 2022-08-12

12 Aug 21:49
5590e9e
Compare
Choose a tag to compare

Bugs fixed

Maintenance and upkeep improvements

Documentation improvements

v3.0.0

13 Jun 21:54
1ce721f
Compare
Choose a tag to compare

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

Contributors to this release

(GitHub contributors page for this release)

@consideRatio | @manics