Skip to content

Releases: mykso/myks

v3.2.0

07 Jan 12:39
0bb0d18
Compare
Choose a tag to compare

3.2.0 (2024-01-07)

Bug Fixes

  • deps: update github.com/cppforlife/go-cli-ui digest to 9954948 (#201) (9836249)
  • deps: update golang.org/x/exp digest to be819d1 (#204) (9928ad1)
  • deps: update module golang.org/x/sync to v0.6.0 (#205) (d3b8ea0)
  • deps: update module golang.org/x/term to v0.16.0 (#206) (002cfe0)
  • sync: allow local paths in vendir config (#191) (73233eb)

Features

v3.1.0

29 Dec 23:36
01d992d
Compare
Choose a tag to compare

3.1.0 (2023-12-29)

Bug Fixes

Features

v3.0.4

26 Dec 00:16
2ba9506
Compare
Choose a tag to compare

3.0.4 (2023-12-26)

Bug Fixes

  • deps: update module github.com/alecthomas/chroma to v2 (#185) (dd2d579)

v3.0.3

25 Dec 15:04
f0c0671
Compare
Choose a tag to compare

3.0.3 (2023-12-25)

Bug Fixes

  • deps: update module github.com/alecthomas/chroma to v2 (#184) (6e6eede)
  • sync on integration tests (#177) (5d2e636)
  • sync: create vendor directory if not exists (#159) (fd8e878)

v3.0.2

24 Dec 14:02
6ac9734
Compare
Choose a tag to compare

3.0.2 (2023-12-24)

Bug Fixes

  • sync: cover more cases of weird paths in vendir.yml configs (#158) (722ce01)
  • sync: trim path separator from vendir directories (#156) (7299eae), closes #155

v3.0.1

22 Dec 19:36
3e2bc38
Compare
Choose a tag to compare

3.0.1 (2023-12-22)

Bug Fixes

v3.0.0

22 Dec 15:36
d6a9478
Compare
Choose a tag to compare

3.0.0 (2023-12-22)

Bug Fixes

  • consistent error logging with stderr and offending cmd (#143) (d9ed5ad)
  • smart mode: detect changes in untracked files (#144) (524a3c5)

Features

BREAKING CHANGES

  • sync: users have to remove the sync section from their configurations.

v2.2.0

11 Dec 23:21
1a72095
Compare
Choose a tag to compare

2.2.0 (2023-12-11)

Features

  • implement prototype overwrites in the envs tree (#110) (c3e550d), closes #109
  • include namespace in output file name (#141) (42fa566)
  • new plugin for copying static files (#132) (0f7c9dc)

v2.1.1

21 Nov 14:18
8b44de6
Compare
Choose a tag to compare

2.1.1 (2023-11-21)

Bug Fixes

  • clean-up: Call env cleanup method when executing render and sync (#125) (c7cf621), closes #100

v2.1.0

31 Oct 21:08
b5f37ce
Compare
Choose a tag to compare

2.1.0 (2023-10-31)

Bug Fixes

  • init: ignore top level .myks folder (#116) (b39eb8d)
  • render: fix panic if metadata.name is not set (#123) (cdf3266)
  • smart-mode: correct detection of changes in "_env/argocd" (#111) (ec5dd1d)
  • smart-mode: filter out deleted envs and apps (93fa2e3), closes #114

Features

  • add metadata to ytt steps (#119) (6443a20)
  • global-ytt: log ytt output on error (#120) (a22f7aa)
  • ui: add smart-mode.only-print flag for debugging (0a6349a)