Skip to content

Commit b15c5a3

Browse files
authored
Merge branch 'main' into dependabot/go_modules/github.com/containerd/containerd-1.7.19
2 parents 4782d11 + ef034c6 commit b15c5a3

File tree

16 files changed

+213
-170
lines changed

16 files changed

+213
-170
lines changed

.github/workflows/kubeapps-general.yaml

+7-2
Original file line numberDiff line numberDiff line change
@@ -479,8 +479,8 @@ jobs:
479479
- name: "Export cluster variables"
480480
run: |
481481
set -eu
482-
DEX_IP=`docker network inspect kind | jq '.[0].IPAM.Config[0].Gateway' | sed 's/"//g' | awk -F. '{ print $1"."$2"."$3"."$4+1 }'`
483-
ADDITIONAL_CLUSTER_IP=`docker network inspect kind | jq '.[0].IPAM.Config[0].Gateway' | sed 's/"//g' | awk -F. '{ print $1"."$2"."$3"."$4+2 }'`
482+
DEX_IP=`docker network inspect kind | jq -r '.[0].IPAM.Config[] | select(.Gateway) | .Gateway' | awk -F. '{ print $1"."$2"."$3"."$4+1 }'`
483+
ADDITIONAL_CLUSTER_IP=`docker network inspect kind | jq -r '.[0].IPAM.Config[] | select(.Gateway) | .Gateway' | awk -F. '{ print $1"."$2"."$3"."$4+2 }'`
484484
485485
echo DEFAULT_DEX_IP=$DEFAULT_DEX_IP
486486
echo DEX_IP=$DEX_IP
@@ -522,6 +522,11 @@ jobs:
522522
- name: "Install multicluster deps"
523523
run: |
524524
./script/install-multicluster-deps.sh
525+
# - name: Setup upterm session
526+
# uses: lhotari/action-upterm@v1
527+
# with:
528+
# limit-access-to-actor: true
529+
# limit-access-to-users: beni0888
525530
- name: "Run e2e tests script"
526531
run: ./script/run_e2e_tests.sh
527532
- name: "Print k8s KubeappsAPIs logs if the tests fail"

cmd/apprepository-controller/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
# syntax = docker/dockerfile:1
55

6-
FROM bitnami/golang:1.22.2 as builder
6+
FROM bitnami/golang:1.22.2 AS builder
77
WORKDIR /go/src/github.com/vmware-tanzu/kubeapps
88
COPY go.mod go.sum ./
99
COPY pkg pkg

cmd/asset-syncer/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
# syntax = docker/dockerfile:1
55

6-
FROM bitnami/golang:1.22.2 as builder
6+
FROM bitnami/golang:1.22.2 AS builder
77
WORKDIR /go/src/github.com/vmware-tanzu/kubeapps
88
COPY go.mod go.sum ./
99
COPY pkg pkg

cmd/kubeapps-apis/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
# syntax = docker/dockerfile:1
55

6-
FROM bitnami/golang:1.22.2 as builder
6+
FROM bitnami/golang:1.22.2 AS builder
77
WORKDIR /go/src/github.com/vmware-tanzu/kubeapps
88
COPY go.mod go.sum ./
99
ARG VERSION="devel"

cmd/oci-catalog/Cargo.lock

+10-10
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cmd/oci-catalog/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
# syntax = docker/dockerfile:1
55

6-
FROM rust:1.77.1 as builder
6+
FROM rust:1.77.1 AS builder
77

88
WORKDIR /oci-catalog
99
ARG VERSION="devel"

cmd/oci-catalog/gen/catalog/v1alpha1/ocicatalog.pb.go

+7-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cmd/oci-catalog/gen/catalog/v1alpha1/ocicatalog_grpc.pb.go

+17-9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cmd/pinniped-proxy/Cargo.lock

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cmd/pinniped-proxy/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
# syntax = docker/dockerfile:1
55

6-
FROM rust:1.77.1 as builder
6+
FROM rust:1.77.1 AS builder
77

88
WORKDIR /pinniped-proxy
99
ARG VERSION

dashboard/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"@redux-devtools/extension": "^3.3.0",
3838
"@tanstack/match-sorter-utils": "^8.15.1",
3939
"@tanstack/react-table": "^8.16.0",
40-
"ajv": "^8.12.0",
40+
"ajv": "^8.17.1",
4141
"axios": "^1.6.8",
4242
"fast-json-patch": "^3.1.1",
4343
"google-protobuf": "^3.21.2",
@@ -58,9 +58,9 @@
5858
"react-minimal-pie-chart": "^8.4.0",
5959
"react-monaco-editor": "^0.55.0",
6060
"react-redux": "^7.2.9",
61-
"react-router-dom": "^6.22.3",
61+
"react-router-dom": "^6.24.1",
6262
"react-router-hash-link": "^2.4.3",
63-
"react-tooltip": "^5.26.3",
63+
"react-tooltip": "^5.27.1",
6464
"react-transition-group": "^4.4.5",
6565
"redux": "^4.2.1",
6666
"redux-thunk": "^2.4.2",
@@ -120,7 +120,7 @@
120120
"resize-observer-polyfill": "^1.5.1",
121121
"sass": "^1.75.0",
122122
"shx": "^0.3.4",
123-
"stylelint": "^16.3.1",
123+
"stylelint": "^16.7.0",
124124
"stylelint-config-idiomatic-order": "^10.0.0",
125125
"stylelint-config-prettier": "^9.0.5",
126126
"stylelint-config-standard-scss": "^13.1.0",

0 commit comments

Comments
 (0)