Skip to content

v0.2.48

Compare
Choose a tag to compare
@staccbot staccbot released this 09 Sep 08:24
· 13 commits to main since this release

Changelog

2f492d1 Add note about generic environment API interface
001f77a Created a customer k8s client for interacting with environments
9fb787d Merge pull request #6 from stacc/fix/ignore
d57eaa3 Merge pull request #7 from stacc/improvement/module-changes
f6337d4 Merge pull request #8 from stacc/feature/environment-client
add1e1a Undo unnecessary context.TODO
8774f99 actions: publish controller helm chart
9edff1e cli/cmd/environment Removed unnecessary TypeMeta
d86edea cli/cmd/module: fix ignore in publish
3670ba0 cli/cmd/module: use ignore.WalkDir
dfb9518 cli/cmd/module: use map lookup for ignore in publish
fe92c6f cli/pkg/ignore: add ignore-map generator
544e3f9 cli/pkg/ignore: add note about dir arg
0350e77 cli/pkg/ignore: add tests
addc70a cli/pkg/ignore: create WalkDir function
4e9f39c cli/pkg/ignore: split function
0de1e8a go.mod: tidy
b0f7107 go.mod: tidy
a2a31a0 pkg/environments changed scheme import path
3ac1eff pkg/module: add build test
678a985 pkg/module: add descriptive comments
3a00205 pkg/module: add full example to testdata
0235f43 pkg/module: add item field to frontend and backend structs
14bc8c4 pkg/module: add lint function
3085929 pkg/module: add more testdata
d17a0bf pkg/module: add parameter count test
a4e2e5a pkg/module: add struct tags to maintainer
7e5788f pkg/module: add test with frontend at root
202cee8 pkg/module: add testdata
352a055 pkg/module: check if backend path is empty
035acee pkg/module: create frontend item struct
2be94a1 pkg/module: create load test
cd5dae5 pkg/module: empty build if dist folder not exist
5b0dd8a pkg/module: extract file load from LoadDir
8ff49e0 pkg/module: extract yaml unmarshal from loadFile
d0bfa90 pkg/module: fix bad log.Fatal
37a521e pkg/module: fix full module testdata
64c33b7 pkg/module: fix panic message
996b08f pkg/module: improve build frontend
543fdce pkg/module: load frontends properly
916361a pkg/module: move backend functions
f93af5f pkg/module: move createReferenceSpec to its own file
886736b pkg/module: rename app and service types
e4257e8 pkg/module: rename var
a00f400 pkg/module: test more things
fa2f2fe pkg/module: use correct yaml lib
05c0794 pkg/module: use file name constant in LoadDir
3a94ba6 pkg/renderer: rename backend file in testdata