Skip to content

v0.2.42

Compare
Choose a tag to compare
@staccbot staccbot released this 27 Aug 07:56
· 19 commits to main since this release

Changelog

44a41a2 Add .kubeconfig to .gitignore
42a72f0 Add EnvVar type with parameterRef
2dbcde7 Add Option and logger to renderer
1c3c02f Add WriteJSON to ImportMap
0dc8070 Add debug configuration for CLI
faeb45a Add files field in service
9fb07bf Add fixme note to project add
8841852 Add fixme note to project render
5c39822 Add local environment TODO
a52ee51 Add note about Docker aux struct
0689813 Add note in param.go
922bfc2 Add on start description to module init
861aac7 Add project render command
608826d Add sketch of renderer
2708b2c Add survey for module init
174290c Added TODO's to stacc project
0eb3d82 Added missing defer close
b40f413 Added missing parameters value to Manifest
e715422 Added omitempty to json structure
5f18b9a Added project.yaml hack file
c91a9ad Change yaml library for loading service
1b56667 Clean up renderer
82b8131 Clean up service item
7d98b86 Create project package
b9f7f28 Created very basic project implementations
8ce697a Delete CLI bitbucket-pipelines.yml
604fdd9 Extract project manifest load logic
2e3614b Fatal exit on npm install error
ba7a6f4 Fix bug with no apps folder
1318414 Fix ignore bug with non-absolute basedir
a014add Fix tests
1a75cb8 Fixed broken if statement
b109b83 Fixed pointer issues when setting services for Manifest
5be47f6 Implement project blueprint rendering
3a9062c Implemented new command stacc project add
b064f21 Improve LoadServiceManifest function errors
e5a70d4 Improve kubectl command
50979c3 Improve service building logic
2ff3e0f Merge pull request #1 from stacc/feature/module-rendering
e2ff50b Merge pull request #2 from stacc/th-get-digest
9ccf968 Move Parameter type to its own file
f059bed Move RenderBlueprint function
fb6b721 Move emptyenv to its own file
4df6110 Propagate rendering inputs to deployment constructor
41942e9 Publish CLI Docker image
115b359 Refactor service definition
395a1ab Remove Credential
67568a2 Remove Credential type
2c5785c Remove ReadServicesDir function
71bcb01 Remove TODO line
26b581a Remove print function
412b063 Remove redundant code in renderer
de7b76a Remove unnecessary whitespace
135abd0 Remove unused imports
0c0af69 Removed bad import for Blueprint
78f43e7 Removed debug log statement
89397a8 Removed deprecated TODO
975dd55 Rename RenderBlueprint function
0a6d99d Rename RenderModule function
b7c8ca8 Rename Service to ServiceItem
23dc12a Rename blueprint.yaml to project.yaml
7ad1e6f Rename service.go
9a13eb7 Rename service_second.go
87d063e RenderBlueprint now returns error instead of panicking
868aef3 Reorganize project type
0e31cc7 Return digest when building image
e60e116 Return on unmarshal error in digest extraction
2adbe2a Run go build on all branches
18cb455 Simplify digest extract function
3c48c1c Simplify project add
10e9909 Uncommented blueprint test
b3d85d0 Update ServiceManifest struct
bddfbf3 Update deployment object meta
3e42323 Update deps
f3cc6ee Update deps
b480a57 Update example module
655afe7 Update go.mod
77ddbc6 Update missing parameters error
0876294 Update module param doc
020ed8d Update renderer sketch
e218dd0 Update renderer testdata
b0c4ef5 Update service constructor
549f6f1 Updated hack module.yaml
1b3623b Updated the behaviour of stacc project init
32e2ed1 Use Manifest function instead of creating new struct
e8e7e7d Use digest from push
569d867 Use existing context in project render
fe280cf Use tempdir in chart export test
0d60ef5 Use yaml.v3
85f4561 Wrap filepath.Abs error
0828ce5 fix output from docker build
e8eb05e fix output to stdout
0a66748 remove unecessary print
abc4797 stacc delete: Improved user feedback
da4ffe0 stacc delete: Improved user feedback
a107dc4 stacc module init: Now creates a new directory if args are given
76bb71f stacc module publish: Added error on max file limit reached
fdd6423 stacc module push: Added support for .staccignore
5fe6ab1 stacc module push: Commented out Unknown mediatype log
2cffc65 stacc project add: Added example text
11c9152 stacc project add: Now supports updating previously added modules
5280821 stacc project init: Changed MkdirAll perm 0755 -> 0744
b9b3520 stacc project init: Cleaned up if-statement
445f7a2 stacc project init: Improved user feedback and error handling
17e06ea stacc project init: Made project name field required
aace79b stacc project init: Moved os.Create to after survey question
0466346 stacc project init: Removed unused survey question
07cae03 stacc project init: now creates a populated project yaml file
0acb4b5 stacc project push: Corrected bad use field value