Ciprian Hacman
c1b4b41c1f
etcd: Remove unused legacy image build code
2025-12-18 18:15:13 +02:00
Patrick Ohly
ad79e479c2
build: remove deprecated '// +build' tag
...
This has been replaced by `//build:...` for a long time now.
Removal of the old build tag was automated with:
for i in $(git grep -l '^// +build' | grep -v -e '^vendor/'); do if ! grep -q '^// Code generated' "$i"; then sed -i -e '/^\/\/ +build/d' "$i"; fi; done
2025-12-18 12:16:21 +01:00
Carlos Panato
96a9fe5f7b
update debian-base and setcap
...
Signed-off-by: Carlos Panato <ctadeu@gmail.com >
2025-10-15 09:42:15 +02:00
Sascha Grunert
584a9da594
Use golang protobuf for etcd version monitor
...
The golang package is preferred over the gogo one and the type
conversion should work in the same way.
Signed-off-by: Sascha Grunert <sgrunert@redhat.com >
2025-09-02 08:37:05 +02:00
Ivan Valdes
b562335cb3
Build etcd v3.6.4 image
2025-07-25 13:51:25 -07:00
Ivan Valdes
db9b9b5a42
Build etcd v3.6.3 image
2025-07-22 16:48:31 -07:00
bzsuni
b1a35c640e
Build etcd image v3.6.2
...
Signed-off-by: bzsuni <bingzhe.sun@daocloud.io >
2025-07-11 05:36:16 +00:00
Timothy-Dougherty
db32c4cf7c
fixing syntax issue for etcd builds
2025-06-20 09:11:35 +10:00
Timothy-Dougherty
280cecb8fb
fixing location to ensure the cp commands dont fail
2025-06-19 17:07:32 +10:00
Timothy-Dougherty
d2945a21fd
bumping revision
2025-06-19 12:21:44 +10:00
Timothy-Dougherty
fa1832484d
handling the etcd 3.6+ build directory location change
2025-06-19 11:48:23 +10:00
ArkaSaha30
348ff7497c
Build etcd image v3.6.1
...
This commit will build etcd image v3.6.1
Ref: https://github.com/etcd-io/etcd/releases/tag/v3.6.1
Signed-off-by: ArkaSaha30 <arkasaha30@gmail.com >
2025-06-11 14:53:35 +05:30
joshjms
c369e3cd49
etcd: build etcd image v3.6.0
...
Signed-off-by: joshjms <joshjms1607@gmail.com >
2025-05-16 19:06:09 +08:00
joshjms
4aa3c968a7
Build etcd image v3.6.0-rc.5
...
Signed-off-by: joshjms <joshjms1607@gmail.com >
2025-05-09 10:25:25 +08:00
bzsuni
373866eee9
Build etcd v3.6.0-rc.4 image
...
Signed-off-by: bzsuni <bingzhe.sun@daocloud.io >
2025-04-16 08:54:06 +00:00
joshjms
0e2e687d3c
cleanup etcd v3.6.0
...
Signed-off-by: joshjms <joshjms1607@gmail.com >
2025-04-01 01:18:58 +08:00
joshjms
20d6b51588
Build etcd 3.5.21 image
...
Signed-off-by: joshjms <joshjms1607@gmail.com >
2025-03-31 09:23:04 +08:00
Benjamin Wang
337f1c211d
Build etcd v3.6.0-rc.2 image
...
Signed-off-by: Benjamin Wang <benjamin.ahrtr@gmail.com >
2025-03-07 17:48:47 +00:00
Benjamin Wang
3c9cc93dbc
Bump etcd v3.6.0-rc.1 image
...
Signed-off-by: Benjamin Wang <benjamin.ahrtr@gmail.com >
2025-02-25 19:46:33 +00:00
Marek Siarkowicz
1289f43f73
Build etcd v3.6.0-rc.0 image
2025-02-21 10:31:05 +01:00
bzsuni
7e067396c2
Build etcd image v3.5.17
...
Signed-off-by: bzsuni <bingzhe.sun@daocloud.io >
2024-11-13 02:11:52 +00:00
Aaron Prindle
ebac81a900
chore: remove sig/api-machinery from OWNERS files that sig/etcd owns
2024-10-20 20:42:34 +00:00
bzsuni
7008652b48
Build etcd image v3.5.16
...
Signed-off-by: bzsuni <bingzhe.sun@daocloud.io >
2024-09-11 11:30:46 +08:00
cpanato
e09c28ec69
update debian-base and setcap to bookworm-v1.0.4
...
Signed-off-by: cpanato <ctadeu@gmail.com >
2024-09-05 14:09:04 -06:00
Paco Xu
087134c840
add workdir in etcd Dockerfile for windows
2024-07-25 22:17:28 +08:00
bzsuni
3c448ff29d
Build etcd image of v3.5.15
...
Signed-off-by: bzsuni <bingzhe.sun@daocloud.io >
2024-07-20 08:16:18 +08:00
Davanum Srinivas
1390ac0e25
Add sig/etcd labels for related directories
...
Signed-off-by: Davanum Srinivas <davanum@gmail.com >
2024-06-24 17:03:34 -04:00
cpanato
a3b193c6e9
[go] Bump images, dependencies and versions to go 1.22.4 and distroless iptables/setcap/debian-base
...
Signed-off-by: cpanato <ctadeu@gmail.com >
2024-06-06 18:13:15 +02:00
Humble Chirammal
8dda1a76f6
etcd: build etcd image of v3.5.14
...
Signed-off-by: Humble Chirammal <humble.devassy@gmail.com >
2024-05-31 15:29:52 +05:30
Benjamin Elder
043da7164d
update gcb-docker-gcloud to latest, and pin digest
...
this is a staging repository, which has lower security than registry.k8s.io, so we should REALLY be pinning it.
TODO: This is one of the few places we still depend on GCR to build things. We should consider promoting this image to registry.k8s.io or using a different image.
2024-05-23 13:51:40 -07:00
Kubernetes Prow Robot
c67ea2f779
Merge pull request #124026 from liangyuanpeng/etcd_build_3.5.13
...
etcd: build etcd image of v3.5.13
2024-04-22 08:43:09 -07:00
Lan Liang
925bcb8f58
etcd: build etcd image of v3.5.13
...
Signed-off-by: Lan Liang <gcslyp@gmail.com >
2024-04-12 15:54:52 +00:00
cpanato
fc428df491
update setcap/debian-base to bookworm-v1.0.2
...
Signed-off-by: cpanato <ctadeu@gmail.com >
2024-03-28 14:57:22 +01:00
cpanato
ac9482d15f
update distroless-iptables to v0.5.0 debian-base to bookworm-v1.0.1 and setcap to bookworm-v1.0.1
...
Signed-off-by: cpanato <ctadeu@gmail.com >
2024-02-07 11:46:19 +01:00
bzsuni
1db6e434f3
build etcd image v3.5.12
...
Signed-off-by: bzsuni <bingzhe.sun@daocloud.io >
2024-02-01 14:34:01 +08:00
Kubernetes Prow Robot
d647d19f6a
Merge pull request #122233 from mzaian/etcd-3511-image
...
etcd: Build image 3.5.11
2023-12-19 14:23:48 +01:00
James Blair
b6c1f8ef08
Fix etcd repository path to prevent redirects.
...
Signed-off-by: James Blair <mail@jamesblair.net >
2023-12-16 19:50:02 +13:00
Mohamed Omar Zaian
9573eb54c7
etcd: Build image 3.5.11
2023-12-13 10:40:49 +01:00
Paco Xu
70c9eefff3
add --sbom=false --provenance=false for windows servercore cache build
2023-11-04 21:11:05 +08:00
Paco Xu
ceaacc88f0
add --provenance=false during etcd multi-arch build
2023-11-01 17:16:28 +08:00
Mohamed Omar Zaian
3f8e6d6f77
etcd: Build image 3.5.10
2023-10-27 14:02:18 +02:00
Humble Chirammal
85c385d410
Update the container images used in cloudbuild to their latest version
...
This carry below GOLLANG_VERSION which got many CVE fixes:
/workspace # echo $GOLANG_VERSION
1.20.5
/workspace #
CVE-2023-29403 and Go issue https://go.dev/issue/60272 .
CVE-2023-29404 and CVE-2023-29405:
Go issues https://go.dev/issue/60305 and https://go.dev/issue/60306
CVE-2023-29402 and Go issue https://go.dev/issue/60167
Signed-off-by: Humble Chirammal <humble.devassy@gmail.com >
2023-08-03 00:09:53 +05:30
Sascha Grunert
5e1777be52
Update debian-base to bookworm
...
Rolling out the latest bookworm base image.
Signed-off-by: Sascha Grunert <sgrunert@redhat.com >
2023-07-05 16:13:03 +02:00
Kubernetes Prow Robot
15a1f9a39d
Merge pull request #117921 from kkkkun/clean-up-etcd-version
...
clean up unsupport etcd version
2023-05-18 20:30:28 -07:00
Kubernetes Prow Robot
9f6f17b899
Merge pull request #117970 from kkkkun/replace_etcd_build_to_build.sh
...
replace etcd build to build.sh
2023-05-17 01:38:33 -07:00
kkkkun
8b4840aa37
clean up unsupport etcd version
...
Signed-off-by: kkkkun <scuzk373x@gmail.com >
2023-05-17 16:35:50 +08:00
Kubernetes Prow Robot
54dbb93388
Merge pull request #117999 from kkkkun/bump-etcd-image-3.5.9-0
...
etcd: Build image 3.5.9-0
2023-05-16 07:07:36 -07:00
Kubernetes Prow Robot
4f5a2256f9
Merge pull request #117428 from cbandy/etcd-testing-setenv
...
Replace os.Setenv with testing.T.Setenv in tests
2023-05-13 12:29:26 -07:00
kkkkun
655f2f7401
replace build to build.sh
...
Signed-off-by: kkkkun <scuzk373x@gmail.com >
2023-05-12 17:06:07 +08:00
kkkkun
7681135f1b
etcd: Build image 3.5.9-0
...
Signed-off-by: kkkkun <scuzk373x@gmail.com >
2023-05-12 11:14:02 +08:00