Skip to content

Commit 5a84957

Browse files
authored
Merge pull request #396 from hhyasdf/charts/update-image-to-v0.8.5
chore: update changelog and chart to v0.6.5
2 parents b6e40f1 + dca2953 commit 5a84957

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -255,3 +255,8 @@ All notable changes to this project will be documented in this file.
255255
### Fixed Issues
256256
- Fix nil pointer error which might happen in daemon during initializiation. (#391)
257257
- Fix the error that ipv6 "local underlay net" ipset name is longer than 31 characters. (#391)
258+
259+
## v0.8.5
260+
### Improvements
261+
- Fix nil pointer error which might happen in daemon during initializiation. (#391)
262+
- Fix the error that ipv6 "local underlay net" ipset name is longer than 31 characters. (#391)

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.4
6-
appVersion: 0.8.4
5+
version: 0.6.5
6+
appVersion: 0.8.5
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.4"
25+
- "Update image to v0.8.5"

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

0 commit comments

Comments
 (0)