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

Pin version of CDN in integrations #1705

Open
marclave opened this issue May 12, 2024 · 0 comments
Open

Pin version of CDN in integrations #1705

marclave opened this issue May 12, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@marclave
Copy link
Member

marclave commented May 12, 2024

What happens?

Currently some of our integrations use the CDN, which is great :) BUT we should allow an optional specifier to pin versions so people can have versions hard linked and can update when they want

What did you expect to happen?

We need to add a configuration parameter in the integration to optionally grab the latest CDN version. If that flag is false then the integration should only use the version of the CDN from its release version

Change Needed:

We need to inject the package.json version into the integrations (likely using Vite) and then use that value to fetch the appropriate CDN version. If the flag is set to grab latest then we grab latest instead.

@marclave marclave added the bug Something isn't working label May 12, 2024
@linear linear bot changed the title add optional version pin for all integrations Pin version of CDN in integrations May 27, 2024
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

1 participant