Skip to content

Commit

Permalink
Merge pull request #4589 from cyclinder/bump_version_1.0.0
Browse files Browse the repository at this point in the history
bump version to v1.0.0
  • Loading branch information
weizhoublue authored Jan 26, 2025
2 parents ceec724 + f9a1116 commit a301132
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 119 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.0.0-rc4
v1.0.0
4 changes: 2 additions & 2 deletions charts/spiderpool/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ icon: https://raw.githubusercontent.com/spidernet-io/spiderpool/main/docs/images
# application or library
type: application
# no need to modify this version , CI will auto update it with /VERSION
version: 1.0.0-rc4
version: 1.0.0
# This field is informational, and has no impact on chart version calculations .
# Leaving it unquoted can lead to parsing issues in some cases
# no need to modify this version , CI will auto update it with /VERSION
appVersion: "1.0.0-rc4"
appVersion: "1.0.0"
kubeVersion: ">= 1.16.0-0"
description: underlay CNI solution for kubernetes
sources:
Expand Down
1 change: 0 additions & 1 deletion pkg/coordinatormanager/coordinator_informer.go
Original file line number Diff line number Diff line change
Expand Up @@ -506,7 +506,6 @@ func (cc *CoordinatorController) updatePodAndServerCIDR(ctx context.Context, log
return coordCopy
}


k8sPodCIDR, k8sServiceCIDR = utils.ExtractK8sCIDRFromKCMPod(&podList.Items[0])
logger.Sugar().Infof("kube-controller-manager k8sPodCIDR %v, k8sServiceCIDR %v", k8sPodCIDR, k8sServiceCIDR)
}
Expand Down
54 changes: 0 additions & 54 deletions pkg/coordinatormanager/coordinator_informer_test.go

This file was deleted.

61 changes: 0 additions & 61 deletions pkg/coordinatormanager/coordinatormanager_suite_test.go

This file was deleted.

0 comments on commit a301132

Please sign in to comment.