Skip to content

Commit 8389dac

Browse files
authored
Merge pull request #393 from hhyasdf/charts/update-image-to-v0.8.4
chore: update changelog and chart to v0.6.4
2 parents b3bb24c + 553979e commit 8389dac

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

Diff for: CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -250,3 +250,8 @@ All notable changes to this project will be documented in this file.
250250
## v0.8.3
251251
### Fixed Issues
252252
- Add created host interface into CNI result for chained plugins like bandwidth. (#388)
253+
254+
## v0.8.4
255+
### Fixed Issues
256+
- Fix nil pointer error which might happen in daemon during initializiation. (#391)
257+
- Fix the error that ipv6 "local underlay net" ipset name is longer than 31 characters. (#391)

Diff for: charts/hybridnet/Chart.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: v2
22
name: hybridnet
33
# When the version is modified, make sure the artifacthub.io/changes list is updated
44
# Also update CHANGELOG.md
5-
version: 0.6.3
6-
appVersion: 0.8.3
5+
version: 0.6.4
6+
appVersion: 0.8.4
77
home: https://github.com/alibaba/hybridnet
88
description: A container networking solution aiming at hybrid clouds.
99
keywords:
@@ -22,4 +22,4 @@ annotations:
2222
artifacthub.io/prerelease: "false"
2323
# List of changes for the release in artifacthub.io
2424
artifacthub.io/changes: |
25-
- "Update image to v0.8.3"
25+
- "Update image to v0.8.4"

Diff for: charts/hybridnet/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
images:
22
hybridnet:
33
image: hybridnetdev/hybridnet
4-
tag: v0.8.3
4+
tag: v0.8.4
55
imagePullPolicy: IfNotPresent
66
registryURL: "docker.io"
77

0 commit comments

Comments
 (0)