Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release recent versions to kf prod #1803

Merged
merged 1 commit into from
Jul 29, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 9 additions & 10 deletions data.kidsfirstdrc.org/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,15 @@
"autodeploy": "yes"
},
"versions": {
"arborist": "quay.io/cdis/arborist:2.3.2",
"fence": "quay.io/cdis/fence:4.8.0",
"indexd": "quay.io/cdis/indexd:2.5.0",
"peregrine": "quay.io/cdis/peregrine:2.1.1",
"pidgin": "quay.io/cdis/pidgin:1.2.0",
"revproxy": "quay.io/cdis/nginx:1.17.6-ctds-1.0.1",
"sheepdog": "quay.io/cdis/sheepdog:2.1.2",
"portal": "quay.io/cdis/data-portal:2.22.10",
"fluentd": "fluent/fluentd-kubernetes-daemonset:v1.2-debian-cloudwatch",
"jupyterhub": "quay.io/occ_data/jupyterhub:master"
"arborist": "quay.io/cdis/arborist:2020.05",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @diw2 ,
What about 2020.07?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We are doing indexd migration and kidsfirst team is testing everything in staging before prod. That's why I kept the same version as staging. Maybe we could release to 2020.05 for now and communicate with kf for stable release after this is done? What do you think? @paulineribeyre

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we are releasing 2020.05 because that's what has been going through the QA/staging/prod release process. We're not going to release 2020.05 in QA and 2020.07 in prod lol

Copy link
Contributor

@themarcelor themarcelor Jul 10, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So just QA 2020.07 in lower tiers first and then deploy 2020.07 to prod (?) lol rofl

"fence": "quay.io/cdis/fence:2020.05",
"indexd": "quay.io/cdis/indexd:2020.05",
"peregrine": "quay.io/cdis/peregrine:2020.05",
"pidgin": "quay.io/cdis/pidgin:2020.05",
"revproxy": "quay.io/cdis/nginx:2020.05",
"sheepdog": "quay.io/cdis/sheepdog:2020.05",
"portal": "quay.io/cdis/data-portal:2020.05",
"fluentd": "fluent/fluentd-kubernetes-daemonset:v1.2-debian-cloudwatch"
},
"arborist": {
"deployment_version": "2"
Expand Down