Skip to content

Commit

Permalink
chore: update changelog and chart to v0.5.10
Browse files Browse the repository at this point in the history
  • Loading branch information
hhyasdf committed Jan 3, 2023
1 parent a946fb7 commit 4537629
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 4 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -205,3 +205,13 @@ All notable changes to this project will be documented in this file.

### Improvements
- Handle possible cache sync failure for manager (#338)

## v0.7.7
### Fixed Issues
- Fix capacity calculation error of `0.X.X.X` subnets (#348 )
- Fix invalid validation of vlan id in daemon (#352 )
- Fix retained ip pods' suddenlly getting stuck in `Terminating` if their owner referrence is removed (#353 )
- Skip unscheduled pods in pod reconciliation in manager (#354 )

### Improvements
- Switch package `ioutil` to `os` because of deprecation (#349 )
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.5.9
appVersion: 0.7.6
version: 0.5.10
appVersion: 0.7.7
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.7.6"
- "Update image to v0.7.7"
3 changes: 3 additions & 0 deletions charts/hybridnet/templates/daemonsets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ kind: DaemonSet
metadata:
name: hybridnet-daemon
namespace: kube-system
labels:
app: hybridnet
component: daemon
spec:
selector:
matchLabels:
Expand Down
6 changes: 6 additions & 0 deletions charts/hybridnet/templates/deployments.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ kind: Deployment
metadata:
name: hybridnet-manager
namespace: kube-system
labels:
app: hybridnet
component: manager
spec:
replicas: {{ .Values.manager.replicas }}
selector:
Expand Down Expand Up @@ -81,6 +84,9 @@ kind: Deployment
metadata:
name: hybridnet-webhook
namespace: kube-system
labels:
app: hybridnet
component: webhook
spec:
replicas: {{ .Values.webhook.replicas }}
selector:
Expand Down
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.7.6
tag: v0.7.7
imagePullPolicy: IfNotPresent
registryURL: "docker.io"

Expand Down

0 comments on commit 4537629

Please sign in to comment.