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

Update data-platform-workflows used in this repository to avoid Node16 warnings #178

Open
shayancanonical opened this issue Jun 17, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@shayancanonical
Copy link

Steps to reproduce

The following test run has a bunch of warnings for deprecation of Node 16 due to usage of actions/checkout@v3 which originates from data-platform-workflows@v2

Expected behavior

No warnings

Actual behavior

A lot of warnings because we are using a very old version of data-platform-workflows

Versions

n/a

Log output

n/a

Additional context

n/a

@shayancanonical shayancanonical added the bug Something isn't working label Jun 17, 2024
Copy link

@carlcsaposs-canonical
Copy link
Contributor

per request from @shayancanonical, migration instructions (may be other details I missed, went through this quickly)
here are all the breaking changes that are relevant from v2 to the latest version:
https://github.com/canonical/data-platform-workflows/releases/tag/v3.0.0
https://github.com/canonical/data-platform-workflows/releases/tag/v5.0.0
https://github.com/canonical/data-platform-workflows/releases/tag/v9.0.0
https://github.com/canonical/data-platform-workflows/releases/tag/v10.0.0

from a quick glance, follow migration instructions in v10, add charm to charmcraftcache (check that you're using supported build wrapper or no build wrapper), and cleanup old integration test code that looks at CI_PACKED_CHARMS

migration instructions to v9: https://chat.canonical.com/canonical/pl/83744yqxut8mxk4dsxb9q3nfie

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants