Skip to content

Commit 1fa3e61

Browse files
authored
Merge pull request #400 from hhyasdf/charts/update-image-to-v0.8.6
chore: update changelog and chart to v0.6.6
2 parents 02d9652 + b7e90ce commit 1fa3e61

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -260,3 +260,7 @@ All notable changes to this project will be documented in this file.
260260
### Improvements
261261
- Fix nil pointer error which might happen in daemon during initializiation. (#391)
262262
- Fix the error that ipv6 "local underlay net" ipset name is longer than 31 characters. (#391)
263+
264+
## v0.8.6
265+
### Fixed Issues
266+
- Forbid flooing for unicast dst mac address in vxlan network. (#397)

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.5
6-
appVersion: 0.8.5
5+
version: 0.6.6
6+
appVersion: 0.8.6
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.5"
25+
- "Update image to v0.8.6"

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.5
4+
tag: v0.8.6
55
imagePullPolicy: IfNotPresent
66
registryURL: "docker.io"
77

0 commit comments

Comments
 (0)