Skip to content
This repository was archived by the owner on Jan 13, 2026. It is now read-only.

Commit 2cb6c8a

Browse files
authored
Pre-release dependency update. (#6851)
### Description of the change Updates from the release-workflow. ### Benefits Latest patches. ### Possible drawbacks Unexpected fall-out - CI picked up [some](#6851 (comment)) which was fixed. --------- Signed-off-by: Michael Nelson <minelson@vmware.com>
1 parent 0dba85f commit 2cb6c8a

32 files changed

Lines changed: 1352 additions & 1121 deletions

File tree

.github/workflows/kubeapps-general.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -51,18 +51,18 @@ env:
5151
IMG_PREFIX_FOR_FORKS: "your-dockerhub-username/"
5252
# Currently, we only build the images for linux/amd64 because building cross-platform images is extremely slow...
5353
IMG_PLATFORMS: "linux/amd64"
54-
KAPP_CONTROLLER_VERSION: "v0.46.1"
55-
K8S_KIND_VERSION: "v1.26.6@sha256:6e2d8b28a5b601defe327b98bd1c2d1930b49e5d8c512e1895099e4504007adb"
54+
KAPP_CONTROLLER_VERSION: "v0.47.0"
55+
K8S_KIND_VERSION: "v1.27.3@sha256:3966ac761ae0136263ffdb6cfd4db23ef8a83cba8a463690e98317add2c9ba72"
5656
KIND_VERSION: "v0.20.0"
57-
KUBECTL_VERSION: "v1.26.7"
57+
KUBECTL_VERSION: "v1.27.3"
5858
MKCERT_VERSION: "v1.4.4"
59-
NODE_VERSION: "18.17.0"
59+
NODE_VERSION: "18.18.0"
6060
OLM_VERSION: "v0.25.0"
61-
POSTGRESQL_VERSION: "15.3.0-debian-11-r18"
62-
RUST_VERSION: "1.71.1"
61+
POSTGRESQL_VERSION: "15.4.0-debian-11-r38"
62+
RUST_VERSION: "1.72.0"
6363
SEMVER_VERSION: "3.4.0"
64-
GKE_STABLE_VERSION: "1.25"
65-
GKE_REGULAR_VERSION: "1.26"
64+
GKE_STABLE_VERSION: "1.27.3"
65+
GKE_REGULAR_VERSION: "1.27.3"
6666
GKE_ZONE: "us-east1-c"
6767
GKE_PROJECT: "vmware-kubeapps-ci"
6868
GKE_CLUSTER: "kubeapps-test"

chart/kubeapps/Chart.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
dependencies:
22
- name: redis
33
repository: oci://registry-1.docker.io/bitnamicharts
4-
version: 18.0.2
4+
version: 18.0.4
55
- name: postgresql
66
repository: oci://registry-1.docker.io/bitnamicharts
7-
version: 12.10.0
7+
version: 12.11.2
88
- name: common
99
repository: oci://registry-1.docker.io/bitnamicharts
10-
version: 2.10.0
11-
digest: sha256:36780b160705f0d3de795cc7af1970f191582a6c3ae5f78df130cd7e6e0f7ae3
12-
generated: "2023-09-05T11:33:52.073525+02:00"
10+
version: 2.11.1
11+
digest: sha256:2972b09b53769241b290aede8d6f3d8903d9165b418d78cdcb3435f31a5e8316
12+
generated: "2023-09-20T14:36:05.795428+10:00"

cmd/kubeapps-apis/Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ RUN --mount=type=cache,target=/go/pkg/mod \
6262
# Build 'kapp-controller' plugin, version 'v1alpha1'
6363
RUN --mount=type=cache,target=/go/pkg/mod \
6464
--mount=type=cache,target=/root/.cache/go-build \
65+
GOPROXY="https://proxy.golang.org,direct" \
6566
go build \
6667
-ldflags "-X github.com/vmware-tanzu/kubeapps/cmd/kubeapps-apis/cmd.version=$VERSION" \
6768
-o /kapp-controller-packages-v1alpha1-plugin.so -buildmode=plugin \
@@ -70,6 +71,7 @@ RUN --mount=type=cache,target=/go/pkg/mod \
7071
## Build 'fluxv2' plugin, version 'v1alpha1'
7172
RUN --mount=type=cache,target=/go/pkg/mod \
7273
--mount=type=cache,target=/root/.cache/go-build \
74+
GOPROXY="https://proxy.golang.org,direct" \
7375
go build \
7476
-ldflags "-X github.com/vmware-tanzu/kubeapps/cmd/kubeapps-apis/cmd.version=$VERSION" \
7577
-o /fluxv2-packages-v1alpha1-plugin.so -buildmode=plugin \
@@ -78,6 +80,7 @@ RUN --mount=type=cache,target=/go/pkg/mod \
7880
## Build 'helm' plugin, version 'v1alpha1'
7981
RUN --mount=type=cache,target=/go/pkg/mod \
8082
--mount=type=cache,target=/root/.cache/go-build \
83+
GOPROXY="https://proxy.golang.org,direct" \
8184
go build \
8285
-ldflags "-X github.com/vmware-tanzu/kubeapps/cmd/kubeapps-apis/cmd.version=$VERSION" \
8386
-o /helm-packages-v1alpha1-plugin.so -buildmode=plugin \
@@ -86,6 +89,7 @@ RUN --mount=type=cache,target=/go/pkg/mod \
8689
## Build 'resources' plugin, version 'v1alpha1'
8790
RUN --mount=type=cache,target=/go/pkg/mod \
8891
--mount=type=cache,target=/root/.cache/go-build \
92+
GOPROXY="https://proxy.golang.org,direct" \
8993
go build \
9094
-ldflags "-X github.com/vmware-tanzu/kubeapps/cmd/kubeapps-apis/cmd.version=$VERSION" \
9195
-o /resources-v1alpha1-plugin.so -buildmode=plugin \

cmd/kubeapps-apis/buf.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ deps:
44
- remote: buf.build
55
owner: googleapis
66
repository: googleapis
7-
commit: 711e289f6a384c4caeebaff7c6931ade
8-
digest: shake256:e08fb55dad7469f69df00304eed31427d2d1576e9aab31e6bf86642688e04caaf0372f15fe6974cf79432779a635b3ea401ca69c943976dc42749524e4c25d94
7+
commit: 28151c0d0a1641bf938a7672c500e01d
8+
digest: shake256:49215edf8ef57f7863004539deff8834cfb2195113f0b890dd1f67815d9353e28e668019165b9d872395871eeafcbab3ccfdb2b5f11734d3cca95be9e8d139de
99
- remote: buf.build
1010
owner: grpc-ecosystem
1111
repository: grpc-gateway
12-
commit: fed2dcdcfd694403ad51cd3c94957830
13-
digest: shake256:ed076a21e3d772892fc465ced0e4dd50f9dba86fdd4473920eaa25efa4807644e8e021be423dcfcee74bf4242e7e57422393f9b1abb10acb18ea1a5df509bb19
12+
commit: f460f71081c14a80b66cc72526e0b322
13+
digest: shake256:122def85e91fc3ef4ab351680060b8f70e9d09a7ae6d1412aeb2bddfeee5c4d3fc8819da33fef56192cec0a817ac0c3e6d49bb2acf02eb5c9e9131739a60ddfc

0 commit comments

Comments
 (0)