Accepting request 1141570 from home:SchoolGuy:branches:devel:kubic

- Update to version 1.4.0:
  * fix doc
  * fix wrong doc
  * Update to plugins v1.4.0
  * upload release artifact on the release page
  * set CGO_ENABLED=1 when GOARCH=amd64
  *  simplify the packaging and releasing of flannel-cni
  * Fix typo in flannel_linux_test.go
  * update Githb actions to stay up to date
  * Add support for riscv64
  * Set as latest the released image

OBS-URL: https://build.opensuse.org/request/show/1141570
OBS-URL: https://build.opensuse.org/package/show/devel:kubic/cni-plugin-flannel?expand=0&rev=6
This commit is contained in:
Enno Gotthold 2024-01-29 20:56:58 +00:00 committed by Git OBS Bridge
parent e9eeb572ed
commit 56e4871948
10 changed files with 32 additions and 17 deletions

View File

@ -2,10 +2,10 @@
<service name="obs_scm" mode="manual">
<param name="url">https://github.com/flannel-io/cni-plugin.git</param>
<param name="scm">git</param>
<param name="revision">v1.2.0</param>
<param name="revision">v1.4.0-flannel1</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="changesgenerate">enable</param>
<param name="versionrewrite-pattern">v(.*)</param>
<param name="versionrewrite-pattern">v(.*)-flannel1</param>
</service>
<service mode="manual" name="set_version" />
<service mode="manual" name="tar" />
@ -14,6 +14,6 @@
<param name="compression">gz</param>
</service>
<service mode="manual" name="go_modules">
<param name="archive">cni-plugin-1.2.0.tar.gz</param>
<param name="archive">cni-plugin-1.4.0.tar.gz</param>
</service>
</services>

View File

@ -1,4 +1,4 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/flannel-io/cni-plugin.git</param>
<param name="changesrevision">6464faacf5c00e25321573225d74638455ef03a0</param></service></servicedata>
<param name="changesrevision">28a4dca643b328ced681a5f9b587f2591b7bb4ce</param></service></servicedata>

BIN
cni-plugin-1.2.0.obscpio (Stored with Git LFS)

Binary file not shown.

BIN
cni-plugin-1.2.0.tar.gz (Stored with Git LFS)

Binary file not shown.

3
cni-plugin-1.4.0.obscpio Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:14fc21aa4a33321fa79e32695cf22d5a3c8c5aee15f9faf70b4b77142c16b197
size 106507

3
cni-plugin-1.4.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:01be29c6bb4c78c67ddf92845aa53c26c2910b6c6d69f88202ab19eb653a8f3a
size 29965

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Thu Jan 25 21:00:14 UTC 2024 - egotthold@suse.com
- Update to version 1.4.0:
* fix doc
* fix wrong doc
* Update to plugins v1.4.0
* upload release artifact on the release page
* set CGO_ENABLED=1 when GOARCH=amd64
* simplify the packaging and releasing of flannel-cni
* Fix typo in flannel_linux_test.go
* update Githb actions to stay up to date
* Add support for riscv64
* Set as latest the released image
-------------------------------------------------------------------
Sun Oct 08 13:01:54 UTC 2023 - egotthold@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package cni-plugin-flannel
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -19,7 +19,7 @@
%define cni_dir %{_libexecdir}/cni
Name: cni-plugin-flannel
Version: 1.2.0
Version: 1.4.0
Release: 0
Summary: A CNI network plugin that is powered by flannel
License: Apache-2.0

View File

@ -1,4 +1,4 @@
name: cni-plugin
version: 1.2.0
mtime: 1689951085
commit: 6464faacf5c00e25321573225d74638455ef03a0
version: 1.4.0
mtime: 1705597809
commit: 28a4dca643b328ced681a5f9b587f2591b7bb4ce

BIN
vendor.tar.gz (Stored with Git LFS)

Binary file not shown.