Skip to content

Commit

Permalink
Merge pull request alibaba#387 from hhyasdf/charts/update-image-to-v0…
Browse files Browse the repository at this point in the history
….8.2

chore: update changelog and chart to v0.6.2
  • Loading branch information
mars1024 authored Jun 20, 2023
2 parents 080e4c7 + 9b0f437 commit 84f1caa
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -241,3 +241,8 @@ All notable changes to this project will be documented in this file.
- Add underlay network nodes conflict validation in webhook. (#377)
- Allow no routable bgp peer exists for a BGP Network and inherit node default route in such cases. (#378)
- Drop possible endless VLAN underlay traffic to avoid route loop. (#379)

## v0.8.2
### Fixed Issues
- Allow Pod names to be over 63 characters length. (#385)
- Make hybridnet support chained plugins. (#384)
6 changes: 3 additions & 3 deletions charts/hybridnet/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.1
appVersion: 0.8.1
version: 0.6.2
appVersion: 0.8.2
home: https://github.com/alibaba/hybridnet
description: A container networking solution aiming at hybrid clouds.
keywords:
Expand All @@ -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.1"
- "Update image to v0.8.2"
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.1
tag: v0.8.2
imagePullPolicy: IfNotPresent
registryURL: "docker.io"

Expand Down

0 comments on commit 84f1caa

Please sign in to comment.