Accepting request 1116454 from devel:kubic
OBS-URL: https://build.opensuse.org/request/show/1116454 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cni-plugin-flannel?expand=0&rev=2
This commit is contained in:
commit
bb6d3f4a33
14
_service
14
_service
@ -1,19 +1,19 @@
|
||||
<services>
|
||||
<service name="obs_scm" mode="disabled">
|
||||
<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.0.1</param>
|
||||
<param name="revision">v1.2.0</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
</service>
|
||||
<service mode="disabled" name="set_version" />
|
||||
<service mode="disabled" name="tar" />
|
||||
<service mode="disabled" name="recompress">
|
||||
<service mode="manual" name="set_version" />
|
||||
<service mode="manual" name="tar" />
|
||||
<service mode="manual" name="recompress">
|
||||
<param name="file">*.tar</param>
|
||||
<param name="compression">gz</param>
|
||||
</service>
|
||||
<service mode="disabled" name="go_modules">
|
||||
<param name="archive">cni-plugin-1.0.1.tar.gz</param>
|
||||
<service mode="manual" name="go_modules">
|
||||
<param name="archive">cni-plugin-1.2.0.tar.gz</param>
|
||||
</service>
|
||||
</services>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/flannel-io/cni-plugin.git</param>
|
||||
<param name="changesrevision">076c4462d6c6887614fc881b806b690b9e56ceb2</param></service></servicedata>
|
||||
<param name="changesrevision">6464faacf5c00e25321573225d74638455ef03a0</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:92e50c67130bce896e65e3fc13596abd52c1a7632c329ead6a5c4db7e1ff334f
|
||||
size 189451
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:50de3ba6b18dc4ebd023d3ab0cde179bb68ed4b28fd5d5a57fca976be4cc2285
|
||||
size 57266
|
BIN
cni-plugin-1.2.0.obscpio
(Stored with Git LFS)
Normal file
BIN
cni-plugin-1.2.0.obscpio
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
cni-plugin-1.2.0.tar.gz
(Stored with Git LFS)
Normal file
BIN
cni-plugin-1.2.0.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 08 13:01:54 UTC 2023 - egotthold@suse.com
|
||||
|
||||
- Update to version 1.2.0:
|
||||
* Fixed release artifacts path
|
||||
* FIx bug in actions/download-artifact@v3
|
||||
* Update go.mod
|
||||
* Use writeAndSyncFile instead of just write
|
||||
* Update ginkgo to v2
|
||||
* Upgrade go version to 1.20.5
|
||||
* Fix some errors thrown by lint tool
|
||||
* Updated Docker registry
|
||||
* only include the binary file for one architecture in the release archive
|
||||
* update of GH workflows
|
||||
* Make sure the CNI delete function does not fail when the json config is wrong
|
||||
* Allow multiple flannel networks and upgrade to Go 1.19.2
|
||||
* upgrade cni and plugins deps
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 5 08:56:04 UTC 2022 - Enno Gotthold <egotthold@suse.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package flannel-cni-plugin
|
||||
# spec file for package cni-plugin-flannel
|
||||
#
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -15,18 +15,19 @@
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
%define cni_dir %{_libexecdir}/cni
|
||||
|
||||
Name: cni-plugin-flannel
|
||||
Version: 1.0.1
|
||||
Version: 1.2.0
|
||||
Release: 0
|
||||
Summary: A CNI network plugin that is powered by flannel
|
||||
Summary: A CNI network plugin that is powered by flannel
|
||||
License: Apache-2.0
|
||||
URL: https://github.com/flannel-io/cni-plugin
|
||||
Source0: cni-plugin-%{version}.tar.gz
|
||||
Source1: vendor.tar.gz
|
||||
BuildRequires: golang(API) >= 1.16
|
||||
BuildRequires: golang-packaging
|
||||
BuildRequires: golang(API) >= 1.16
|
||||
Requires: flannel
|
||||
|
||||
%description
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: cni-plugin
|
||||
version: 1.0.1
|
||||
mtime: 1642614873
|
||||
commit: 076c4462d6c6887614fc881b806b690b9e56ceb2
|
||||
version: 1.2.0
|
||||
mtime: 1689951085
|
||||
commit: 6464faacf5c00e25321573225d74638455ef03a0
|
||||
|
BIN
vendor.tar.gz
(Stored with Git LFS)
BIN
vendor.tar.gz
(Stored with Git LFS)
Binary file not shown.
Loading…
Reference in New Issue
Block a user