Skip to content
Merged
Changes from all commits
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
4 changes: 2 additions & 2 deletions rocks/openstack-port-cni/rockcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: |
A CNI plugin that wraps ovs-cni with OpenStack Neutron port management.
Uses a thin/thick architecture where a lightweight CNI binary delegates
OpenStack operations to a daemon over a Unix domain socket.
version: "0.1.0-7b7467d-24.04"
version: "0.1.0-127cdfa-24.04"

base: bare
# renovate: base: ubuntu:24.04@sha256:b359f1067efa76f37863778f7b6d0e8d911e3ee8efa807ad01fbf5dc1ef9006b
Expand All @@ -18,7 +18,7 @@ parts:
openstack-port-cni:
plugin: go
source: https://github.com/canonical/openstack-port-cni
source-commit: 7b7467dcb5fdb72a6fa61a3a035a9a8a3633aa23
source-commit: 127cdfade20862cce9ef7f8b9568c08cbabe8356
source-type: git
source-depth: 1
build-environment:
Expand Down
Loading