Commit Graph

15 Commits

Author SHA1 Message Date
Chen Sun 931a68096e
chore: upgrade to Argo v3.3.10 (#9336)
* pull argo v3.3.10 upstream

* upgrade to Argo v3.3.10

* fix validateworkflow

* upgrade golang

* update golang

* fix go dep

* update go licenses file

* fix build

* fix go dep

* downgrade k8s.io/client-go to v0.24.3

* update licenses

* fix go dep

* update licenses
2023-05-08 08:38:55 +00:00
deepk2u 87deff06d3
fix(backend): fix CVEs in persistenceagent, scheduledworkflow and cache-server. Fixes #8943 (#8944)
* fix(backend): fix CVEs in scheduledworkflow and cache-server

* updated alpine images to 3.17
2023-03-24 18:30:23 +00:00
Chen Sun fe70363ec7
chore(backend): Check for forbidden license during image build and in presubmit (#7210)
* Check for forbidden license during image build

* Add forbidden license check in backend presubmit

* update backend presubmit to use golang image
2022-01-26 00:30:43 +00:00
Chen Sun 1b107eb4bb
chore(backend): Merge v2 code into backend/src/ (#7173)
* merge v2 code

* update go-licenses tool and base licenses files

* clean up unused files

* fix dockerfiles

* fix path to sdk folder

* fix path
2022-01-25 01:21:24 -08:00
Yuan (Bob) Gong c9d72e2f12
chore: check and comply with go mod licenses when building images. Fixes #4715 (#5908)
* chore: add licenses for persistence agent

* chore: update licenses for cache server, swf, viewer

* update

* check licenses when building images

* fix

* fix

* fix more

* add build image commands to makefile

* wip

* update argo license workflow to use the new go-licenses tool

* clean up

* clean up

* upgrade tool

* update
2021-06-25 05:48:53 -07:00
Windfarer f61048b5d2
fix(scheduledworkflow): Set location to make CRON timezone work, Fixes #2653 (#5800)
* set location

* update log

* fix log

* install tzdata
2021-06-07 05:19:51 -07:00
Niklas Hansson d7793aff1b
fix(backend): updated the argo version too 2.7.7. Fixes #4392 (#4498)
* updated the version

* updated the serializer

* fixed test

* fixed some more  changes

* tested to update versions of k8 packages

* reverted package update

* change in API

* fixed dependencies, need to fix broken tests now

* updated fake client and fixed test due to updates in timestam.timestamp

* missed  to update fake client pod

* fixed issue in controller

* tested to update

* updated

* updated controller viewer

* updates to fix go mod vendor

* Updated the client

* updated the golang versions

* missed one docker file update, from 1.11 -> 1.13

* testing to fixe persistinace agent issues

* Updated after feedback

Co-authored-by: Niklas hansson <niklashansson@Niklass-MacBook-Pro.local>
2020-10-22 17:09:36 -07:00
IronPan 84a1706d5c
skip storing log to files (#1788) 2019-08-10 11:20:26 -07:00
Alexey Volkov 6f2decf2b1 Revert "Backend - Starting the api-server container build from scratch (#1699)" (#1742)
This reverts commit 24347fbaed.
2019-08-07 03:33:19 -07:00
Alexey Volkov 24347fbaed Backend - Starting the api-server container build from scratch (#1699)
* Backend - Starting the container build from scratch
This reduces the image size, reduces the attack surface and avoids security vulnerabilities.
Fixes https://github.com/kubeflow/pipelines/issues/1545

* Starting building other controller images from scratch
2019-08-02 11:27:53 -07:00
IronPan 22be84b13c expose namespace config for scheduled workflow (#1309)
this config allow specifying what namespace the persistent agent listen to
2019-05-10 14:08:12 -07:00
IronPan e7af13263a switch from go dep to go module (#581)
* add vendor to gitignore

* switch to go module

* switch to go module

* switch to go module

* prune go mod

* prune go mod

* turn on go mod for test

* enable go module in docker image

* enable go module in docker image

* fix images

* debug

* debug

* debug

* update image
2018-12-21 16:28:21 -08:00
Chen Zhiwei d798135435 update dockerfile and build steps (#562) 2018-12-18 11:42:34 -08:00
Pascal Vicaire d18f37785d Updating references to the project repository to kubeflow/pipelines. 2018-11-02 15:06:54 -07:00
Pascal Vicaire 633e2ddcc8 Initial commit of the kubeflow/pipeline project. 2018-11-02 14:02:31 -07:00