Skip to content

Releases: mt-sre/addon-metadata-operator

v0.4.0

03 Dec 16:47
f7190c3
Compare
Choose a tag to compare

Changelog

f7fc2e0 Add a --disabled/--enabled flag to validate cmd.
f7190c3 Merge pull request #26 from sugarraysam/sblaisdo-disable-validators

v0.3.0

01 Dec 17:05
0c193ff
Compare
Choose a tag to compare

Changelog

fa60483 Fix golangci-lint timing out. Upgrade to latest version.
e9811b5 Implementing imageset for $ mtcli validation.
0c193ff Merge pull request #20 from sugarraysam/sblaisdo-imageset
cb5a9d6 Merge pull request #25 from sugarraysam/sblaisdo-golangci-lint-fix
38dc8a6 fix default mtcli version to be parsable by sretoolbox.

v0.2.0

01 Dec 08:11
43bfe67
Compare
Choose a tag to compare

Changelog

049d266 CGO_ENABLED=1, disable cross-compilation.
d204153 Exit code 1 if validation fails.
23f59fc Fix cache path conflicting with sretoolbox.
8a61b8a Fix docker image now private.
3ceeb23 Merge pull request #18 from sugarraysam/sblaisdo-fix-cgo-error
16d77ba Merge pull request #19 from sugarraysam/sblaisdo-goreleaser-container
ab8c1bb Merge pull request #21 from ashishmax31/list-bundle-subcommand
ee0aff9 Merge pull request #22 from ashishmax31/add-integration-tests
43bfe67 Merge pull request #23 from ashishmax31/fix-operator-name-fetching
72b295f Merge pull request #24 from sugarraysam/sblaisdo-fix-ci
e6a3881 Run goreleaser inside a container for gcc bindings.
5218a1b add integration tests for mtcli list-bundles cmd
868f086 add new file for list-bundles subcommand
4f20613 change how operator name is constructed from a parsed bundle
053329c expose default cachedirs and download-dirs as public constants
ef5d475 fixup integration tests
5118b80 new function to support the list-bundles subcommand
1466ae3 refactor fns as per review comments
4f85d0f refactor testcase

v0.1.0

12 Nov 15:11
df5c159
Compare
Choose a tag to compare

Changelog

79a1308 Add doc: validator tests setup guide
f7023f0 First prototype of validators test suite
effc749 Get rid of 'test-validators' make target
df5c159 Merge pull request #15 from yashvardhan-kukreja/yashvardhan/prototype-validators-test-suite
755d949 Merge pull request #17 from yashvardhan-kukreja/yashvardhan/shift-to-value-semantics-for-validators
90bc285 Reorganise: test suite's directory structure
38b86fc Shift: from pointer semantics to value semantics while passing MetaBundle objects

v0.0.0

03 Nov 15:37
3076f00
Compare
Choose a tag to compare

Changelog

b3f6598 Add Dockerfile.pr_check
95d26fe Add openshift golang image
6c62d01 Add pre-commit hooks, pre-commit, base fields for AddonTemplate, regenerate CRD
e3fbfd9 Change naming to addon-metadata-operator and CRD to AddonMetadata. Finish implementing all required fields from jsonschema.
dba6253 Fix GOBIN not in PATH.
dfe692e Fix GOBIN unset in Jenkins. Use GOPATH instead.
3aa20a0 Fix GOPATH unset use go env instead.
28c2b85 Fix Makefile docs.
af66234 Fix build_tag script.
e27ab3f Fix go install error can only use path@version syntax with 'go get'
c8c7772 Fix issue with deploy-hive and add to kind-create-all (Makefile).
944b324 Fix vendor directory in container
7c33a0b Fixes and goreleaser config.
2a1c192 Get rid of runMeta flag and move all validators under the same package and some tiny refactors
d65d990 Implement without go-playground, use colors
1849c79 Increase timeout
3b7819d Initial commit
882a16a Lots of plumbing and cleaning. Integrating with app-interface.
c2993de Made some fixes around the validate addon function and validate default channel function
f46ea42 Merge pull request #1 from sugarraysam/dev
d205967 Merge pull request #10 from sugarraysam/sblaisdo-fix-build-tag-3
36a8636 Merge pull request #11 from sugarraysam/sblaisdo-fix-build-tag-4
c530301 Merge pull request #12 from sugarraysam/sblaisdo-fix-build-tag-5
20bf49d Merge pull request #13 from sugarraysam/sblaisdo-fix-build-tag-6
fe3cc58 Merge pull request #14 from sugarraysam/sblaisdo-fix-build-tag-7
3076f00 Merge pull request #16 from sugarraysam/sblaisdo-update-readme
a6713cf Merge pull request #4 from mayankshah1607/mayank/implement-validation
33729a7 Merge pull request #5 from mayankshah1607/fix-ci
df7e6cb Merge pull request #6 from sugarraysam/sblaisdo-fix-build-tag
fb05289 Merge pull request #7 from ashishmax31/bundle-validation-boilerplate
ed18d45 Merge pull request #8 from yashvardhan-kukreja/yashvardhan/restore-vanished-commit-changes
bc4de8f Merge pull request #9 from sugarraysam/sblaisdo-fix-build-tag-2
1ad4c6b POC: Custom validation using go-playgroung/validator
100af0b Restored the changes of mayankshah1607@f45df64
f573e4c Restructure: the project structure around validators
410a298 Unset GO111MODULE because go get modifies go.mod and go.sum.
6ef3b0e Unset and reset GO111MODULE.
397a8f1 Update readme
b62c964 Update the developer documentation in README.md.
14c1c34 Update vendor dir
52294aa Update: ValidatorFunc signature to return separate success boolean and error values
2fb524e Use UBI image
270241b Use golang base image
6b70335 add an example bundle validation
a055b9b added cobra CLI structure with completion and validate commands
92d0045 added metadataValidation interface, with base test
cd1f8db adding FromYAML, tests and testdata
505dece better error handling and fix review comments
f1dc14d default implementations for bundle parser and bundle extractor
380bfbe fix missed couple name refactors, implemented some object helpers in pkg/objects
6fbced6 initial kubebuilder scaffolding
2819494 new interface types for bundle extractor and bundle parser
91ed284 refine code for log color
33d8886 remove unused code
372aa92 remove unused code