Skip to content

Commit ead84ac

Browse files
authored
Merge pull request #1670 from gianlucam76/prep
(chore) prepare for release v1.7.0
2 parents e714f88 + 0cf6d3f commit ead84ac

15 files changed

Lines changed: 35 additions & 36 deletions

.github/workflows/main.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: checkout
1717
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1818
- name: Set up Go
19-
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
19+
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
2020
with:
2121
go-version: 1.26.1
2222
- name: Build
@@ -35,7 +35,7 @@ jobs:
3535
- name: checkout
3636
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3737
- name: Set up Go
38-
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
38+
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
3939
with:
4040
go-version: 1.26.1
4141
- name: ut
@@ -48,7 +48,7 @@ jobs:
4848
- name: checkout
4949
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
5050
- name: Set up Go
51-
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
51+
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
5252
with:
5353
go-version: 1.26.1
5454
- name: Free Disk Space (Ubuntu)
@@ -76,7 +76,7 @@ jobs:
7676
- name: checkout
7777
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
7878
- name: Set up Go
79-
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
79+
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
8080
with:
8181
go-version: 1.26.1
8282
- name: Free Disk Space (Ubuntu)
@@ -104,7 +104,7 @@ jobs:
104104
- name: checkout
105105
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
106106
- name: Set up Go
107-
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
107+
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
108108
with:
109109
go-version: 1.26.1
110110
- name: Free Disk Space (Ubuntu)
@@ -132,7 +132,7 @@ jobs:
132132
- name: checkout
133133
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
134134
- name: Set up Go
135-
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
135+
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
136136
with:
137137
go-version: 1.26.1
138138
- name: Free Disk Space (Ubuntu)
@@ -160,7 +160,7 @@ jobs:
160160
- name: checkout
161161
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
162162
- name: Set up Go
163-
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
163+
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
164164
with:
165165
go-version: 1.26.1
166166
- name: Free Disk Space (Ubuntu)
@@ -188,7 +188,7 @@ jobs:
188188
- name: checkout
189189
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
190190
- name: Set up Go
191-
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
191+
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
192192
with:
193193
go-version: 1.26.1
194194
- name: Free Disk Space (Ubuntu)

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ OS ?= $(shell uname -s)
2727
OS := $(shell echo $(OS) | tr '[:upper:]' '[:lower:]')
2828
K8S_LATEST_VER ?= $(shell curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt)
2929
export CONTROLLER_IMG ?= $(REGISTRY)/$(IMAGE_NAME)
30-
TAG ?= main
30+
TAG ?= v1.7.0
3131

3232
.PHONY: all
3333
all: build

api/v1beta1/zz_generated.deepcopy.go

Lines changed: 2 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

config/default/manager_auth_proxy_patch.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ spec:
2222
- --shard-key=
2323
- --capi-onboard-annotation=
2424
- "--v=5"
25-
- "--version=main"
25+
- "--version=v1.7.0"
2626
- "--agent-in-mgmt-cluster=false"
2727
env:
2828
- name: GOMEMLIMIT

config/default/manager_image_patch.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ spec:
77
template:
88
spec:
99
initContainers:
10-
- image: docker.io/projectsveltos/addon-controller:main
10+
- image: docker.io/projectsveltos/addon-controller:v1.7.0
1111
name: initialization
1212
containers:
13-
- image: docker.io/projectsveltos/addon-controller:main
13+
- image: docker.io/projectsveltos/addon-controller:v1.7.0
1414
name: controller

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ require (
1818
github.com/onsi/ginkgo/v2 v2.28.1
1919
github.com/onsi/gomega v1.39.1
2020
github.com/pkg/errors v0.9.1
21-
github.com/projectsveltos/libsveltos v1.6.2-0.20260323171327-a0d7029ca880
21+
github.com/projectsveltos/libsveltos v1.7.0
2222
github.com/prometheus/client_golang v1.23.2
2323
github.com/robfig/cron v1.2.0
2424
github.com/spf13/pflag v1.0.10

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -278,8 +278,8 @@ github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 h1:Jamvg5psRI
278278
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
279279
github.com/poy/onpar v1.1.2 h1:QaNrNiZx0+Nar5dLgTVp5mXkyoVFIbepjyEoGSnhbAY=
280280
github.com/poy/onpar v1.1.2/go.mod h1:6X8FLNoxyr9kkmnlqpK6LSoiOtrO6MICtWwEuWkLjzg=
281-
github.com/projectsveltos/libsveltos v1.6.2-0.20260323171327-a0d7029ca880 h1:PrrZB3Fw9WT7fQ2G7VmZKzd70gjBSLzWKeIHQnSssFM=
282-
github.com/projectsveltos/libsveltos v1.6.2-0.20260323171327-a0d7029ca880/go.mod h1:j3RWlB9jVFbZasy89M2xkp7wqyy6p46oea++VbP3E3Y=
281+
github.com/projectsveltos/libsveltos v1.7.0 h1:9evke2LOtFImZ0Me9hkheFVORWXhkdqw3clpec/J2XY=
282+
github.com/projectsveltos/libsveltos v1.7.0/go.mod h1:j3RWlB9jVFbZasy89M2xkp7wqyy6p46oea++VbP3E3Y=
283283
github.com/projectsveltos/lua-utils/glua-json v0.0.0-20251212200258-2b3cdcb7c0f5 h1:khnc+994UszxZYu69J+R5FKiLA/Nk1JQj0EYAkwTWz0=
284284
github.com/projectsveltos/lua-utils/glua-json v0.0.0-20251212200258-2b3cdcb7c0f5/go.mod h1:yVL8KQFa9tmcxgwl9nwIMtKgtmIVC1zaFRSCfOwYvPY=
285285
github.com/projectsveltos/lua-utils/glua-runes v0.0.0-20251212200258-2b3cdcb7c0f5 h1:YbsebwRwTRhV8QacvEAdFqxcxHdeu7JTVtsBovbkgos=

manifest/deployment-agentless.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ spec:
2626
- --shard-key=
2727
- --capi-onboard-annotation=
2828
- --v=5
29-
- --version=main
29+
- --version=v1.7.0
3030
- --agent-in-mgmt-cluster=true
3131
command:
3232
- /manager
@@ -39,7 +39,7 @@ spec:
3939
valueFrom:
4040
resourceFieldRef:
4141
resource: limits.cpu
42-
image: docker.io/projectsveltos/addon-controller:main
42+
image: docker.io/projectsveltos/addon-controller:v1.7.0
4343
livenessProbe:
4444
failureThreshold: 3
4545
httpGet:
@@ -85,7 +85,7 @@ spec:
8585
env:
8686
- name: IS_INITIALIZATION
8787
value: "true"
88-
image: docker.io/projectsveltos/addon-controller:main
88+
image: docker.io/projectsveltos/addon-controller:v1.7.0
8989
name: initialization
9090
securityContext:
9191
allowPrivilegeEscalation: false

manifest/deployment-shard.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ spec:
2626
- --shard-key={{.SHARD}}
2727
- --capi-onboard-annotation=
2828
- --v=5
29-
- --version=main
29+
- --version=v1.7.0
3030
- --agent-in-mgmt-cluster=false
3131
command:
3232
- /manager
@@ -39,7 +39,7 @@ spec:
3939
valueFrom:
4040
resourceFieldRef:
4141
resource: limits.cpu
42-
image: docker.io/projectsveltos/addon-controller:main
42+
image: docker.io/projectsveltos/addon-controller:v1.7.0
4343
livenessProbe:
4444
failureThreshold: 3
4545
httpGet:
@@ -85,7 +85,7 @@ spec:
8585
env:
8686
- name: IS_INITIALIZATION
8787
value: "true"
88-
image: docker.io/projectsveltos/addon-controller:main
88+
image: docker.io/projectsveltos/addon-controller:v1.7.0
8989
name: initialization
9090
securityContext:
9191
allowPrivilegeEscalation: false

manifest/manifest.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8117,7 +8117,7 @@ spec:
81178117
- --shard-key=
81188118
- --capi-onboard-annotation=
81198119
- --v=5
8120-
- --version=main
8120+
- --version=v1.7.0
81218121
- --agent-in-mgmt-cluster=false
81228122
command:
81238123
- /manager
@@ -8130,7 +8130,7 @@ spec:
81308130
valueFrom:
81318131
resourceFieldRef:
81328132
resource: limits.cpu
8133-
image: docker.io/projectsveltos/addon-controller:main
8133+
image: docker.io/projectsveltos/addon-controller:v1.7.0
81348134
livenessProbe:
81358135
failureThreshold: 3
81368136
httpGet:
@@ -8176,7 +8176,7 @@ spec:
81768176
env:
81778177
- name: IS_INITIALIZATION
81788178
value: "true"
8179-
image: docker.io/projectsveltos/addon-controller:main
8179+
image: docker.io/projectsveltos/addon-controller:v1.7.0
81808180
name: initialization
81818181
securityContext:
81828182
allowPrivilegeEscalation: false

0 commit comments

Comments
 (0)