Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
3fffef18
Commit
3fffef18
authored
Jan 24, 2022
by
Manuel Buil
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update versions:
* K3S_ROOT * FLANNEL * CNI_PLUGINS Signed-off-by:
Manuel Buil
<
mbuil@suse.com
>
parent
444a7cb0
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
+6
-6
go.mod
go.mod
+4
-4
go.sum
go.sum
+0
-0
version.sh
scripts/version.sh
+2
-2
No files found.
go.mod
View file @
3fffef18
...
...
@@ -63,7 +63,7 @@ replace (
)
require (
github.com/Microsoft/hcsshim v0.
8.23
github.com/Microsoft/hcsshim v0.
9.2
github.com/containerd/cgroups v1.0.1
github.com/containerd/containerd v1.6.0-beta.2.0.20211117185425-a776a27af54a
github.com/containerd/fuse-overlayfs-snapshotter v1.0.4
...
...
@@ -72,7 +72,7 @@ require (
github.com/coreos/go-systemd v0.0.0-20190719114852-fd7a80b32e1f
github.com/docker/docker v20.10.10+incompatible
github.com/erikdubbelboer/gspt v0.0.0-20190125194910-e68493906b83
github.com/flannel-io/flannel v0.1
5.1
github.com/flannel-io/flannel v0.1
6.3
github.com/go-bindata/go-bindata v3.1.2+incompatible
github.com/go-sql-driver/mysql v1.6.0
github.com/golangplus/testing v1.0.0 // indirect
...
...
@@ -111,9 +111,9 @@ require (
go.etcd.io/etcd/client/v3 v3.5.1
go.etcd.io/etcd/etcdutl/v3 v3.5.1
go.etcd.io/etcd/server/v3 v3.5.1
golang.org/x/crypto v0.0.0-2021
0817164053-32db794688a5
golang.org/x/crypto v0.0.0-2021
1202192323-5770296d904e
golang.org/x/net v0.0.0-20211209124913-491a49abca63
golang.org/x/sys v0.0.0-20211
025201205-69cdffdb9359
golang.org/x/sys v0.0.0-20211
216021012-1d35b9e2eb4e
google.golang.org/grpc v1.42.0
gopkg.in/yaml.v2 v2.4.0
inet.af/tcpproxy v0.0.0-20200125044825-b6bb9b5b8252
...
...
go.sum
View file @
3fffef18
This diff is collapsed.
Click to expand it.
scripts/version.sh
View file @
3fffef18
...
...
@@ -42,9 +42,9 @@ if [ -z "$VERSION_RUNC" ]; then
VERSION_RUNC
=
"v0.0.0"
fi
VERSION_CNIPLUGINS
=
"v
0.9
.1-k3s1"
VERSION_CNIPLUGINS
=
"v
1.0
.1-k3s1"
VERSION_ROOT
=
"v0.
9.1
"
VERSION_ROOT
=
"v0.
11.0
"
if
[[
-n
"
$GIT_TAG
"
]]
;
then
if
[[
!
"
$GIT_TAG
"
=
~ ^
"
$VERSION_K8S
"
[
+-]
]]
;
then
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment