-
Notifications
You must be signed in to change notification settings - Fork 50
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
build: update charm libraries #1184
Comments
Thank you for reporting us your feedback! The internal ticket has been created: https://warthogs.atlassian.net/browse/KF-6654.
|
Here's a previous canon run for updating charm libraries https://github.com/canonical/kubeflow-ci/blob/main/cannon_runs/2022-08-16_fetch_all_libs/main.sh. We could use the same file but since charmcraft fetch-lib
OUTPUT="$(noctua charm libraries check --major)"
# return true if unset or empty
if [ -z "$OUTPUT" ];
then
# do nothing
else
# there's a new major version!
fi |
* Bump libraries using charmcraft fetch-lib. * Check for major versions using noctua charm libraries check --major. If there is one, then commit a do-not-merge-message.txt file. Ref canonical/bundle-kubeflow#1184
* Bump libraries using charmcraft fetch-lib. * Check for major versions using noctua charm libraries check --major. If there is one, then commit a do-not-merge-message.txt file. Ref canonical/bundle-kubeflow#1184
* Bump libraries using charmcraft fetch-lib. * Check for major versions using noctua charm libraries check --major. If there is one, then commit a do-not-merge-message.txt file. Ref canonical/bundle-kubeflow#1184
* Bump libraries using charmcraft fetch-lib. * Check for major versions using noctua charm libraries check --major. If there is one, then commit a do-not-merge-message.txt file. Ref canonical/bundle-kubeflow#1184
* Bump libraries using charmcraft fetch-lib. * Check for major versions using noctua charm libraries check --major. If there is one, then commit a do-not-merge-message.txt file. Ref canonical/bundle-kubeflow#1184
* Bump libraries using charmcraft fetch-lib. * Check for major versions using noctua charm libraries check --major. If there is one, then commit a do-not-merge-message.txt file. Ref canonical/bundle-kubeflow#1184
* Bump libraries using charmcraft fetch-lib. * Check for major versions using noctua charm libraries check --major. If there is one, then commit a do-not-merge-message.txt file. Ref canonical/bundle-kubeflow#1184
* Bump libraries using charmcraft fetch-lib. * Check for major versions using noctua charm libraries check --major. If there is one, then commit a do-not-merge-message.txt file. Ref canonical/bundle-kubeflow#1184
* Bump libraries using charmcraft fetch-lib. * Check for major versions using noctua charm libraries check --major. If there is one, then commit a do-not-merge-message.txt file. Ref canonical/bundle-kubeflow#1184
* Bump libraries using charmcraft fetch-lib. * Check for major versions using noctua charm libraries check --major. If there is one, then commit a do-not-merge-message.txt file. Ref canonical/bundle-kubeflow#1184
* Bump libraries using charmcraft fetch-lib. * Check for major versions using noctua charm libraries check --major. If there is one, then commit a do-not-merge-message.txt file. Ref canonical/bundle-kubeflow#1184
* Bump libraries using charmcraft fetch-lib. * Check for major versions using noctua charm libraries check --major. If there is one, then commit a do-not-merge-message.txt file. Ref canonical/bundle-kubeflow#1184
* Bump libraries using charmcraft fetch-lib. * Check for major versions using noctua charm libraries check --major. If there is one, then commit a do-not-merge-message.txt file. Ref canonical/bundle-kubeflow#1184
* Bump libraries using charmcraft fetch-lib. * Check for major versions using noctua charm libraries check --major. If there is one, then commit a do-not-merge-message.txt file. Ref canonical/bundle-kubeflow#1184
* Bump libraries using charmcraft fetch-lib. * Check for major versions using noctua charm libraries check --major. If there is one, then commit a do-not-merge-message.txt file. Ref canonical/bundle-kubeflow#1184
* Bump libraries using charmcraft fetch-lib. * Check for major versions using noctua charm libraries check --major. If there is one, then commit a do-not-merge-message.txt file. Ref canonical/bundle-kubeflow#1184
* Bump libraries using charmcraft fetch-lib. * Check for major versions using noctua charm libraries check --major. If there is one, then commit a do-not-merge-message.txt file. Ref canonical/bundle-kubeflow#1184
* Bump libraries using charmcraft fetch-lib. * Check for major versions using noctua charm libraries check --major. If there is one, then commit a do-not-merge-message.txt file. Ref canonical/bundle-kubeflow#1184
* Bump libraries using charmcraft fetch-lib. * Check for major versions using noctua charm libraries check --major. If there is one, then commit a do-not-merge-message.txt file. Ref canonical/bundle-kubeflow#1184
* Bump libraries using charmcraft fetch-lib. * Check for major versions using noctua charm libraries check --major. If there is one, then commit a do-not-merge-message.txt file. Ref canonical/bundle-kubeflow#1184
* Bump libraries using charmcraft fetch-lib. * Check for major versions using noctua charm libraries check --major. If there is one, then commit a do-not-merge-message.txt file. See #568 Ref canonical/bundle-kubeflow#1184
Context
As part of preparation for CKF 1.10 dependency upgrades, we need to update charm libraries in all of our charms.
What needs to get done
Update charm libraries in all of our charms
Definition of Done
Charms use the latest versions of libraries.
The text was updated successfully, but these errors were encountered: