Commit Graph

15 Commits

Author SHA1 Message Date
James Liu 4abc4fd187
fix(manifests): Upgrade kpt to 1.0.0-beta.6. Fix #5368 (#6595)
* manifests: Upgrade kpt to 1.0.0-beta.6

* readme

* add krmignore
2021-10-24 23:15:07 -07:00
Yuan (Bob) Gong b5dc28200a
feat(deployment): provide platform-agnostic-emissary and platform-agnostic-multi-user-emissary as options (#6248)
* feat(deployment): provide platform-agnostic-emissary and platform-agnostic-multi-user-emissary as options

* add tests
2021-08-05 22:06:42 -07:00
Yuan Gong efe22ca0a4 test(manifests): temporarily disable tests that use kpt because of v1 breaking changes 2021-07-21 12:37:29 +00:00
Yuan (Bob) Gong 3973407310
feat: upgrade argo-workflows to v3.1.0. Part of #5718 (#5922) 2021-06-28 04:37:14 -07:00
Yuan (Bob) Gong adc1951518
feat(deployment): configurable v2 compatible mode default pipeline root. Part of #5680. Fixes #5704 (#5750)
* feat(deployment): configurable v2 compatible mode default pipeline root

* clarify documentation
2021-06-02 08:52:02 -07:00
Alexey Volkov cc83e1089b
Assigned copyright to the project authors (#5587) 2021-05-05 13:53:22 +08:00
Yuan (Bob) Gong 29da88b2be
chore(release): fix metadata release script and add presubmit (#5410)
* chore: fix metadata release script

* add presubmit test to verify release script

* fix

* show release script diff
2021-04-01 11:04:37 +08:00
Yuan (Bob) Gong 1b13be77a7
fix(manifests): fix error when kpt pkg get manifests. Part of #5368 (#5390)
* fix(manifests): fix error when kpt pkg get manifests

* fix another case

* add a test to check the problem automatically

* add script to prepare for presubmit test

* fix permission
2021-03-30 23:42:18 -07:00
Yuan (Bob) Gong f474f934f6
chore(release): fix release script (#5352) 2021-03-22 21:19:54 +08:00
Yuan (Bob) Gong 8079ccaf8d
feat(deployment): move k8s application manifests to third-party and hide log by default (#5336)
* feat(deployment): move k8s application to third-party

* fixed multi-user manifest, add a quick test script

* hide application controller log by default
2021-03-19 01:01:16 -07:00
Yuan (Bob) Gong c80a8a212c
refactor(deployment): separate metadata-writer and metadata-grpc folders (4071)
* refactor(deployment): separate metadata-writer and metadata-grpc folders

* fix release script
2020-06-28 01:14:14 -07:00
Yuan (Bob) Gong 9101ded02e
refactor(deployment): move kustomization.yaml images to the lowest level package (4072)
* refactor(deployment): separate metadata-writer and metadata-grpc folders

* refactor(deployment): move kustomization.yaml images to the lowest level package

* format
2020-06-27 21:18:14 -07:00
Yuan (Bob) Gong 3cf36cdef3
[Format] Format yaml files that will be automated (#3958)
* [Format] Format yaml files that will be automated

* Fix formatting

* Add a top level script

* Fix formatting
2020-06-10 20:28:58 -07:00
Yuan (Bob) Gong b12023ef3b
[Release] Various fixes to release script (#3918)
* Update kustomize/base/params.env

* fix

* kfp sdk requirement updated to kfp_api_server<2.0.0

* Fix major minor parsing

* Also fix cloudbuild.yaml
2020-06-05 13:32:21 +08:00
Yuan (Bob) Gong c517fc579d
[Release] Automate release script for all the changes (#3777)
* Refactor components/release.sh to provide a new components/release-branch.sh that updates release branch directly

* Release components as version tag instead of commit SHA

* Publish component images in release.cloudbuild.yaml

* Include script that updates version tag for component sdk

* [Manifest] Use kustomize native image transformer to override image

* Revert unintended changes

* Fix kustomization.yaml location

* Fix inverse proxy image

* Add release script for kustomize manifest

* Add release scripts for marketplace manifest and sdk

* Add global release.sh

* Fix sdk release script

* Clean up release scripts

* Fix release script

* Fix release scripts

* fix

* fix

* Fix cannot use uppercase vars in cloudbuild.yaml

* Add old components release script back

* Add a RELEASE.md doc
2020-06-03 08:44:18 -07:00