Merge "debian-pkg: Uprev cni plugins"

This commit is contained in:
Zuul
2025-05-30 16:11:10 +00:00
committed by Gerrit Code Review
8 changed files with 29 additions and 14 deletions

View File

@@ -1,3 +1,11 @@
bond-cni (1.0-3f7fb0552cb825411030266d2246e943443d4d84) unstable; urgency=medium
* Updated using latest commit
* Updated golang to 1.24
-- Mohammad Issa <mohammad.issa@windriver.com> Tue, 20 May 2025 12:48:13 -0400
bond-cni (1.0-91b412e3eb8c5dfc315d8c73fb386d005e44d5f3) unstable; urgency=medium
* Updated golang to 1.21

View File

@@ -6,7 +6,7 @@ Standards-Version: 4.6.0
Homepage: https://www.starlingx.io
Build-Depends: debhelper-compat (= 13),
dh-golang,
golang-1.21,
golang-1.24,
golang-github-appc-cni-dev,
golang-github-containernetworking-plugins-dev,
golang-github-vishvananda-netlink-dev,

View File

@@ -1,6 +1,6 @@
#!/usr/bin/make -f
export PATH := /usr/lib/go-1.21/bin:$(PATH)
export PATH := /usr/lib/go-1.24/bin:$(PATH)
export DH_VERBOSE = 1
export DH_GOLANG_GO_GENERATE := 1
export INSTALL_DIR := $(CURDIR)/debian/bond-cni/

View File

@@ -1,11 +1,11 @@
---
debname: bond-cni
debver: 1.0-91b412e3eb8c5dfc315d8c73fb386d005e44d5f3
debver: 1.0-3f7fb0552cb825411030266d2246e943443d4d84
dl_path:
name: bond-cni-1.0-91b412e3eb8c5dfc315d8c73fb386d005e44d5f3.tar.gz
url: https://api.github.com/repos/k8snetworkplumbingwg/bond-cni/tarball/91b412e3eb8c5dfc315d8c73fb386d005e44d5f3
md5sum: 990b4c2c5deb11923e41913ecb97d285
sha256sum: f0e183334de20ad3089a0ae96de8c3d94a5d87cf037a86db65e9268004f4f266
name: bond-cni-1.0-3f7fb0552cb825411030266d2246e943443d4d84.tar.gz
url: https://api.github.com/repos/k8snetworkplumbingwg/bond-cni/tarball/3f7fb0552cb825411030266d2246e943443d4d84
md5sum: e97c5ac4ba8fbc7f328265ab940a40b5
sha256sum: e1fe1eea1d5655f3d0708a504b536ccdb6cc45f428410b9c78d90b7feb6db8b9
revision:
dist: $STX_DIST
PKG_GITREVCOUNT: true

View File

@@ -1,3 +1,10 @@
golang-github-containernetworking-plugins (1.7.1) unstable; urgency=medium
* Updated for stx debian packaging
* Updated golang to 1.24
-- Mohammad Issa <mohammad.issa@windriver.com> Tue, 20 May 2025 12:47:40 -0400
golang-github-containernetworking-plugins (1.5.0) unstable; urgency=medium
* Updated golang to 1.21

View File

@@ -5,7 +5,7 @@ Standards-Version: 4.6.1
Maintainer: StarlingX Developers <starlingx-discuss@lists.starlingx.io>
Build-Depends: debhelper-compat (= 13),
dh-golang,
golang-1.21,
golang-1.24,
golang-dbus-dev (>= 5.0.2~),
golang-github-alexflint-go-filemutex-dev,
golang-github-appc-cni-dev (>= 1.0.1~),

View File

@@ -1,6 +1,6 @@
#!/usr/bin/make -f
export PATH := /usr/lib/go-1.21/bin:$(PATH)
export PATH := /usr/lib/go-1.24/bin:$(PATH)
export DH_VERBOSE := 1
export DH_GOLANG_GO_GENERATE := 1
export INSTALL_DIR := $(CURDIR)/debian/plugins

View File

@@ -1,11 +1,11 @@
---
debname: golang-github-containernetworking-plugins
debver: 1.5.0
debver: 1.7.1
dl_path:
name: v1.5.0.tar.gz
url: https://github.com/containernetworking/plugins/archive/refs/tags/v1.5.0.tar.gz
md5sum: 67d45515bb82cb32148a90589db6b47f
sha256sum: 16754edd9d795aef56962b13db991addbb7669dab0a85adc5c7cbbf9c174e2e4
name: v1.7.1.tar.gz
url: https://github.com/containernetworking/plugins/archive/refs/tags/v1.7.1.tar.gz
md5sum: 50323a0c6e542cb608a281469057e3c8
sha256sum: 95b639f8ccbb714da98e331ef8813f790d447fce5417f2f8a575f3c62bfb1474
revision:
dist: $STX_DIST
PKG_GITREVCOUNT: true