Skip to content

v0.0.0

Compare
Choose a tag to compare
@app-sre-bot app-sre-bot released this 03 Nov 15:37
· 1119 commits to master since this release
3076f00

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