Skip to content

Commit

Permalink
chore: update changelog and chart to v0.6.8
Browse files Browse the repository at this point in the history
hhyasdf committed Oct 10, 2023
1 parent 5be6969 commit c4ff91b
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -271,3 +271,7 @@ All notable changes to this project will be documented in this file.

### Improvements
- Introduce `--update-ipinstance-status` flag for daemon to enable/disable daemon's patching IPInstance CR status while creating pod. (#402)

## v0.8.8
### Fixed Issues
- Avoid waiting containers block stateful pods' deletion. (#407)
6 changes: 3 additions & 3 deletions charts/hybridnet/Chart.yaml
Original file line number Diff line number Diff line change
@@ -2,8 +2,8 @@ apiVersion: v2
name: hybridnet
# When the version is modified, make sure the artifacthub.io/changes list is updated
# Also update CHANGELOG.md
version: 0.6.7
appVersion: 0.8.7
version: 0.6.8
appVersion: 0.8.8
home: https://github.com/alibaba/hybridnet
description: A container networking solution aiming at hybrid clouds.
keywords:
@@ -22,4 +22,4 @@ annotations:
artifacthub.io/prerelease: "false"
# List of changes for the release in artifacthub.io
artifacthub.io/changes: |
- "Update image to v0.8.7"
- "Update image to v0.8.8"
2 changes: 1 addition & 1 deletion charts/hybridnet/values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
images:
hybridnet:
image: hybridnetdev/hybridnet
tag: v0.8.7
tag: v0.8.8
imagePullPolicy: IfNotPresent
registryURL: "docker.io"

0 comments on commit c4ff91b

Please sign in to comment.