Skip to content

Commit 1c46ffb

Browse files
authored
Merge pull request #405 from hhyasdf/charts/update-image-to-v0.8.7
chore: update changelog and chart to v0.6.7
2 parents c71befd + 427d740 commit 1c46ffb

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -264,3 +264,10 @@ All notable changes to this project will be documented in this file.
264264
## v0.8.6
265265
### Fixed Issues
266266
- Forbid flooing for unicast dst mac address in vxlan network. (#397)
267+
268+
## v0.8.7
269+
### Fixed Issues
270+
- Only reserve ip instance after pod terminated. (#403)
271+
272+
### Improvements
273+
- Introduce `--update-ipinstance-status` flag for daemon to enable/disable daemon's patching IPInstance CR status while creating pod. (#402)

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.6
6-
appVersion: 0.8.6
5+
version: 0.6.7
6+
appVersion: 0.8.7
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.6"
25+
- "Update image to v0.8.7"

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

0 commit comments

Comments
 (0)