Skip to content

Releases: nicklasfrahm/k3se

v1.0.2

07 Aug 08:07
Compare
Choose a tag to compare

1.0.2 (2022-08-07)

Bug Fixes

  • ci: prevent manual merges by passing target as action input (d01bfce)

v1.0.1

22 Jun 21:29
5f3ad75
Compare
Choose a tag to compare

1.0.1 (2022-06-22)

Bug Fixes

  • engine: fix cluster CIDR to be an array (5f3ad75)

v1.0.0

21 Jun 17:03
3508bc8
Compare
Choose a tag to compare

1.0.0 (2022-06-21)

Bug Fixes

  • engine: fix merging and add missing flannel options (3508bc8)

Features

  • engine: separate agent and server config (ace6996)

BREAKING CHANGES

  • engine: The shared config for agent and server nodes has
    been separated into an agent and a server config, both at node and
    at cluster level.
  • engine: External and internal Node IPs are now provided as
    an array of strings rather than a single string.

Please refer to the examples/ folder to identify required changes
to your previous configuration.

v0.4.6

16 Jun 18:41
9ff6730
Compare
Choose a tag to compare

0.4.6 (2022-06-16)

Bug Fixes

  • ci: push container only if new release would be published (9ff6730)

v0.4.5

16 Jun 18:31
c50b17f
Compare
Choose a tag to compare

0.4.5 (2022-06-16)

Bug Fixes

  • engine: remove disable setting from agent config (c50b17f)

v0.4.4

31 May 21:27
d8e4019
Compare
Choose a tag to compare

0.4.4 (2022-05-31)

Bug Fixes

  • docs: fix GitHub actions version reference (d8e4019)

v0.4.3

31 May 21:20
d36b09e
Compare
Choose a tag to compare

0.4.3 (2022-05-31)

Bug Fixes

  • docs: fix GitHub Actions snippet (d36b09e)

v0.4.2

07 May 12:34
155a103
Compare
Choose a tag to compare

0.4.2 (2022-05-07)

Bug Fixes

  • engine: ensure correct server URL config download (155a103)

v0.4.1

07 May 12:03
b287691
Compare
Choose a tag to compare

0.4.1 (2022-05-07)

Bug Fixes

  • ci: use official docker metadata action (b287691)

v0.4.0

07 May 11:57
28210fb
Compare
Choose a tag to compare

0.4.0 (2022-05-07)

Bug Fixes

  • build: enable static linking (79368f2)
  • build: remove container support for M1 silicon (5f37aa8)
  • build: remove container support for macOS entirely (d19e3a5)
  • build: use alpine for better cross-platform compatibility (1737a6b)
  • ci: fix variable reference (28210fb)
  • ci: stop creation of faulty tags (1bd4739)

Features

  • action: change delivery model of GitHub action (d5a53ad)

Performance Improvements

  • ci: improve CI performance by remove armhf support for containers (6fac4c1)