Skip to content

Releases: kosli-dev/cli

v0.5.0

04 Nov 20:57
Compare
Choose a tag to compare

Changelog

3263bf4 Start adding defaults for teamcity
3fb0c80 print missing flag names instead of var names for required global flags
616d070 Revert to produce markdown docs
bc649eb Add report deployment command
e24fbb0 Add default values for flags from CI env vars to docs
2ee81bd fix test-reporter step in ci
f774fc6 Make it possible to require global flags
453d4cc Refactor digest calculation in commands
af794ed Validate sha256 digests when directly provided
79e18b6 Allow passing the sha256 fingerprint directly as a flag
1b348cd Add report/log artifact command
9efd162 Add a script for fixing k8s modules versions
02b1fee Add fingerprint command
105b366 Add create pipeline command

v0.4.6

29 Oct 09:56
Compare
Choose a tag to compare

Changelog

bfecd4f rename binary and package to merkely-reporter
00d0954 Update docs

v0.4.5

29 Oct 09:29
Compare
Choose a tag to compare

Changelog

5fb022e fix goreleaser archive config
5e8dae9 release windows packages in zip format
6a62ea9 Save test coverage report in html format

v0.4.4

27 Oct 10:18
Compare
Choose a tag to compare

Changelog

cbe8d83 Close temp files after writing to them
9a7a9eb Update docs
79fb01a Add a comment about replicated test case in change

v0.4.3

27 Oct 09:21
Compare
Choose a tag to compare

Changelog

f710a01 Add verbose flag for server env report command
eb98d88 Delete dead code
5318182 Update docs

v0.4.2

22 Oct 12:42
Compare
Choose a tag to compare

Changelog

ce97e11 Fix dir fingerprint to not use root dir name
806d584 Trim aws ecs digests sha256: prefixes if it exists
645477b Add make target for generating licenses info
00d74ed Generate doc files

v0.4.1

13 Oct 09:51
Compare
Choose a tag to compare

Changelog

1bb5721 Send absolute paths for server artifacts
a1faf36 Update docs

v0.4.0

13 Oct 09:12
Compare
Choose a tag to compare

Changelog

f958798 Add tests for server reporter
8c161a4 Create command line for server reporter
db07119 Remove unnecessary use of fmt.Sprintf
2637e13 Add tests for dir sha256
a215f8f clean up comments
4c14849 Add digest module for files and directories
cb49328 Rename images to digests in the report payload
ce98be3 Rename data to artifacts in the json payload
1570f88 Add infrastructure id and type to the reported data
b20d9f5 Docs: replace default column with required
20fdc41 Add missing function error return check
070c68c Update docs
fff0b18 Docs: Restore hardwired md table
ab8ada5 Docs: generate rst files
168ac8f Generate command docs to rst file.
79e7a8a Start converting md docs to rst docs.
0fe26a0 Update docs

v0.3.0

19 Aug 09:09
Compare
Choose a tag to compare

Changelog

4c2c318 increase golangci-lint timeout
e61944c Tag released images as latest
bf260d8 standardise the reported timestamps to unix timestamps
f9c3315 capture image digest from image name if it is not available from aws response
3e28e6a Update printed text when payload is sent to API
9bd045e Continue creation of ECS data for reporter, remove family flag from command
70fc233 Begin creating ECS data for reporter
cb33aa4 Fix initialization of input variable
b2a1669 Add filters to ECS command
8bf782f Catch error for ListEcsServices
4f59a2b print out image digest and image name for ECS tasks
9cbbe16 add scaffolding for ecs env report subcommand
91b5657 release reporter chart v0.2.1
ede7609 allow passing env variables to the cronjob
e76f495 Update reporter use to specify environment type
31ce962 Report CI failures to slack
5abc283 Delete dead file
28980bb Don't set namespaces parameter when targeting an entire cluster
eebe5c5 update chart repo
72a238e publish the helm chart
65bd6e1 Update helm chart docs
1a27753 Add memory limits and quote namespace regex
d803f1f Exit with non-zero code when there is an error
dc748ae Pass merkely-api-token using an env-var
1d092f7 Update reporter helm chart
211fc01 Set the default namespaces to all
788845e Add helm chart documentation
65b4fb9 Fix chart url in index.yaml
a03bef0 Add charts repo index.html
891490c Add helm charts directory under docs
c706962 Updated helm yaml files
989b900 YWIP Start helm chart
7d00eff Update docs

v0.2.0

18 May 15:57
Compare
Choose a tag to compare

Changelog

d12a215 add k8s env subcommand
1f70223 clean comments
4d289be rename cli from watcher to reporter
092893d add initial unit tests
4c94b81 Update docs