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

Add 24.03 metadata for the OVN charms #51

Merged
merged 2 commits into from
May 7, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion charmed_openstack_info/data/lp-builder-config/ovn.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,21 @@ defaults:
stable/23.09:
build-channels:
# Needs to be candidate at the moment to pick up 2.5.0
charmcraft: "2.x/candidate"
charmcraft: "2.x/stable"
channels:
- 23.09/stable
bases:
- "22.04"
- "23.10"
stable/24.03:
build-channels:
# Needs to be candidate at the moment to pick up 2.5.0
charmcraft: "2.x/stable"
channels:
- 24.03/stable
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the channel should be 24.03/candidate

bases:
- "22.04"
- "23.10"

projects:
- name: OVN Central
Expand Down
Loading