Skip to content

Create automation script for updating manifests #123

@kimwnasptd

Description

@kimwnasptd

Checks

Motivation

In kubeflow/kubeflow the process for releasing was the following:

  1. Update the releasing/version/VERSION file
  2. Run the update-manifests-images script, to use the defined tag (which, manually, was the same with VERSION)

Then once a PR with both changes would be raised, which once merged would publish the images with a tag defined in VERSION. And the manifests were updated to use these images already.

We'll need a similar script in order to ensure we can have a first release for the components.

Implementation

We can copy paste the script from the kubeflow/kubeflow repo and only keep the migrated components.
https://github.com/kubeflow/kubeflow/blob/643f812f3fd0d29ef5b55f8d149ab40932cf8522/releasing/update-manifests-images

We'll need to ensure that once the script is run, then all the expected manifest tags are updated.

Are you willing & able to help?

  • I am able to submit a PR!
  • I can help test the feature!

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions