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

Create versioning startegy for DSS snap #56

Open
misohu opened this issue Mar 21, 2024 · 2 comments
Open

Create versioning startegy for DSS snap #56

misohu opened this issue Mar 21, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@misohu
Copy link
Member

misohu commented Mar 21, 2024

Why it needs to get done

By registering the snap on snapstore we have automatic snap builds from default branch into edge track for free. The question is how are we going to face different versions of snaps?

What needs to get done

Design and implement versioning strategy and CI for DSS snap.

When is the task considered done

Versioning strategy is specified and implemented.

@misohu misohu added the enhancement New feature or request label Mar 21, 2024
Copy link

Thank you for reporting us your feedback!

The internal ticket has been created: https://warthogs.atlassian.net/browse/KF-5474.

This message was autogenerated

@misohu
Copy link
Member Author

misohu commented Mar 21, 2024

After talking to @kenvandine the way how to maintain multiple tracks with different versions is following (the way how the other teams are doing it):

  1. We will create a mirror of our git repository in the launchpad which will be in sync with all the changes.
  2. In the launchpad we will setup snap builds which will be bound to branches for expected tracks in snapstore.

There is no easy way to do it directly from github.

I was also talking with @DnPlas about possible alternative where we will just keep the build from default github branch to edge and from there we will be just manually creating tracks for different versions. The downside of this is that if we want to fixes from previous versions of dss we just dont have a simple way to fix it in branch and build from that release branch (as it is always built from main).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant