Skip to content

Commit

Permalink
Update rancher-macvlan v0.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
STARRY-S committed Jan 8, 2025
1 parent 161b89f commit a1bf2b1
Show file tree
Hide file tree
Showing 19 changed files with 18 additions and 16 deletions.
Binary file removed assets/rancher-macvlan/rancher-macvlan-0.11.0.tgz
Binary file not shown.
Binary file added assets/rancher-macvlan/rancher-macvlan-0.11.1.tgz
Binary file not shown.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ annotations:
catalog.cattle.io/release-name: rancher-macvlan
catalog.cattle.io/type: cluster-tool
apiVersion: v2
appVersion: 0.11.0
appVersion: 0.11.1
description: The Macvlan Networking For Rancher2.x
home: https://github.com/cnrancher
keywords:
Expand All @@ -21,4 +21,4 @@ maintainers:
name: rancher-macvlan
sources:
- https://github.com/cnrancher
version: 0.11.0
version: 0.11.1
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ spec:
lifecycle:
preStop:
exec:
command: ["/bin/sh", "-c", "rm -f /host/etc/cni/net.d/00-multus.conf"]
command: ["/bin/sh", "-c", "rm -f /host/etc/cni/net.d/00-multus.con*"]
resources:
requests:
cpu: "100m"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ image:
tag: v4.1.3
networkController:
repository: cnrancher/network-controller
tag: v0.11.0
tag: v0.11.1
admission:
repository: cnrancher/network-admission-deploy
tag: v0.11.0
tag: v0.11.1
nadController:
repository: cnrancher/k8s-net-attach-def-controller
tag: v0.6.0
Expand Down
10 changes: 5 additions & 5 deletions index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1167,10 +1167,10 @@ entries:
catalog.cattle.io/release-name: rancher-macvlan
catalog.cattle.io/type: cluster-tool
apiVersion: v2
appVersion: 0.11.0
created: "2025-01-08T11:16:21.111740684+08:00"
appVersion: 0.11.1
created: "2025-01-08T17:04:24.77045325+08:00"
description: The Macvlan Networking For Rancher2.x
digest: 3f3be33e786c5da80b7c461b9fd592bcda4a9fe2ea02f1b2007bc4a9697e475a
digest: 21ad2d9afc2f69333a463173641f629298fd2b46a26818248383d787db84d044
home: https://github.com/cnrancher
keywords:
- networking
Expand All @@ -1182,8 +1182,8 @@ entries:
sources:
- https://github.com/cnrancher
urls:
- assets/rancher-macvlan/rancher-macvlan-0.11.0.tgz
version: 0.11.0
- assets/rancher-macvlan/rancher-macvlan-0.11.1.tgz
version: 0.11.1
- annotations:
catalog.cattle.io/certified: rancher
catalog.cattle.io/display-name: Rancher Macvlan
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ annotations:
catalog.cattle.io/release-name: rancher-macvlan
catalog.cattle.io/type: cluster-tool
apiVersion: v2
appVersion: 0.11.0
appVersion: 0.11.1
description: The Macvlan Networking For Rancher2.x
home: https://github.com/cnrancher
keywords:
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ spec:
lifecycle:
preStop:
exec:
command: ["/bin/sh", "-c", "rm -f /host/etc/cni/net.d/00-multus.conf"]
command: ["/bin/sh", "-c", "rm -f /host/etc/cni/net.d/00-multus.con*"]
resources:
requests:
cpu: "100m"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ image:
tag: v4.1.3
networkController:
repository: cnrancher/network-controller
tag: v0.11.0
tag: v0.11.1
admission:
repository: cnrancher/network-admission-deploy
tag: v0.11.0
tag: v0.11.1
nadController:
repository: cnrancher/k8s-net-attach-def-controller
tag: v0.6.0
Expand Down
4 changes: 2 additions & 2 deletions packages/rancher-macvlan/package.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
url: local
workingDir: "0.11.0"
version: 0.11.0
workingDir: "0.11.1"
version: 0.11.1
2 changes: 2 additions & 0 deletions release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@ rancher-flat-network:
- 105.0.0+up0.1.1-beta.3
rancher-flat-network-crd:
- 105.0.0+up0.1.1-beta.3
rancher-macvlan:
- 0.11.0

0 comments on commit a1bf2b1

Please sign in to comment.