Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update deps #5567

Merged
merged 9 commits into from
Oct 26, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 11 additions & 11 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@ version: 2.1
parameters:
GOLANG_VERSION:
type: string
default: "1.19.1"
default: "1.19.2"
NODE_VERSION:
type: string
default: "16.17.1"
default: "16.18.0"
RUST_VERSION:
type: string
default: "1.64.0"
DOCKER_VERSION:
type: string
default: "20.10.17"
default: "20.10.18"
DOCKER_REGISTRY_VERSION:
type: string
default: "2.8.1"
Expand All @@ -23,25 +23,25 @@ parameters:
default: "v3.2.0"
HELM_VERSION_STABLE:
type: "string"
default: "v3.10.0"
default: "v3.10.1"
OLM_VERSION:
type: "string"
default: "v0.22.0"
CHARTMUSEUM_VERSION:
type: "string"
default: "3.9.0"
default: "3.9.1"
KAPP_CONTROLLER_VERSION:
type: "string"
default: "v0.41.2"
default: "v0.42.0"
MKCERT_VERSION:
type: "string"
default: "v1.4.4"
KUBECTL_VERSION:
type: "string"
default: "v1.24.6"
default: "v1.24.7"
GITHUB_VERSION:
type: "string"
default: "2.16.1"
default: "2.18.1"
SEMVER_VERSION:
type: "string"
default: "3.3.0"
Expand All @@ -53,16 +53,16 @@ parameters:
default: "v1.22.15@sha256:bfd5eaae36849bfb3c1e3b9442f3da17d730718248939d9d547e86bbac5da586"
POSTGRESQL_VERSION:
type: "string"
default: "14.5.0-debian-11-r14"
default: "14.5.0-debian-11-r31"
GKE_STABLE_VERSION:
type: "string"
default: "1.22"
GKE_REGULAR_VERSION:
type: "string"
default: "1.22"
default: "1.23"
DEFAULT_MACHINE_IMG:
type: "string"
default: "ubuntu-2204:2022.07.1"
default: "ubuntu-2204:2022.10.1"
IMAGES_TO_PUSH:
type: "string"
default: "kubeapps/apprepository-controller kubeapps/dashboard kubeapps/asset-syncer kubeapps/pinniped-proxy kubeapps/kubeapps-apis"
Expand Down
24 changes: 12 additions & 12 deletions .github/workflows/kubeapps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
- main

env:
CHARTMUSEUM_VERSION: "3.9.0"
CHARTMUSEUM_VERSION: "3.9.1"
CHARTS_REPO_ORIGINAL: "bitnami/charts"
BRANCH_CHARTS_REPO_ORIGINAL: "main"
CHARTS_REPO_FORKED: "kubeapps-bot/charts"
Expand All @@ -28,12 +28,12 @@ env:
KUBEAPPS_REPO: "vmware-tanzu/kubeapps"
BRANCH_KUBEAPPS_REPO: "main"
README_GENERATOR_REPO: "bitnami-labs/readme-generator-for-helm"
DOCKER_VERSION: "20.10.17"
DOCKER_VERSION: "20.10.18"
DOCKER_REGISTRY_VERSION: "2.8.1"
GOLANG_VERSION: "1.19.1"
GOLANG_VERSION: "1.19.2"
HELM_VERSION_MIN: "v3.2.0"
HELM_VERSION_STABLE: "v3.10.0"
GITHUB_VERSION: "2.16.1"
HELM_VERSION_STABLE: "v3.10.1"
GITHUB_VERSION: "2.18.1"
IMAGES_TO_PUSH: "apprepository-controller dashboard asset-syncer pinniped-proxy kubeapps-apis"
# IMG_DEV_TAG is the tags used for the Kubeapps docker images. Ideally there should be an IMG_PROD_TAG
# but its value is dynamic and GitHub actions doesn't support it in the `env` block, so it is generated
Expand All @@ -46,14 +46,14 @@ env:
IMG_PREFIX_FOR_FORKS: "beni0888/"
# IMG_PLATFORMS: "linux/amd64, linux/arm64"
IMG_PLATFORMS: "linux/amd64"
KAPP_CONTROLLER_VERSION: "v0.41.2"
KAPP_CONTROLLER_VERSION: "v0.42.0"
K8S_KIND_VERSION: "v1.22.15@sha256:bfd5eaae36849bfb3c1e3b9442f3da17d730718248939d9d547e86bbac5da586"
KIND_VERSION: "v0.16.0"
KUBECTL_VERSION: "v1.24.6"
KUBECTL_VERSION: "v1.24.7"
MKCERT_VERSION: "v1.4.4"
NODE_VERSION: "16.17.1"
NODE_VERSION: "16.18.0"
OLM_VERSION: "v0.22.0"
POSTGRESQL_VERSION: "14.5.0-debian-11-r14"
POSTGRESQL_VERSION: "14.5.0-debian-11-r31"
RUST_VERSION: "1.64.0"
SEMVER_VERSION: "3.3.0"

Expand Down Expand Up @@ -511,7 +511,7 @@ jobs:
if [[ "${DEV_MODE}" == true ]]; then
IMG_PROD_TAG="${IMG_PROD_TAG}-gha"
fi

for artifact in *; do
echo "::debug::Processing artifact '${artifact}'"

Expand Down Expand Up @@ -550,7 +550,7 @@ jobs:
GPG_KEY_PRIVATE: ${{ secrets.GPG_KEY_PRIVATE }}
run: |
source ./script/lib/libcitools.sh

installGithubCLI ${GITHUB_VERSION}
installSemver ${SEMVER_VERSION}
installGPGKey ${GPG_KEY_PUBLIC} ${GPG_KEY_PRIVATE} ${CI_BOT_GPG} ${CI_BOT_EMAIL}
Expand Down Expand Up @@ -604,7 +604,7 @@ jobs:
GPG_KEY_PRIVATE: ${{ secrets.GPG_KEY_PRIVATE }}
run: |
source ./script/lib/libcitools.sh

installGithubCLI ${GITHUB_VERSION}
installSemver ${SEMVER_VERSION}
installGPGKey ${GPG_KEY_PUBLIC} ${GPG_KEY_PRIVATE} ${CI_BOT_GPG} ${CI_BOT_EMAIL}
Expand Down
4 changes: 2 additions & 2 deletions cmd/apprepository-controller/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@

# syntax = docker/dockerfile:1

FROM bitnami/golang:1.19.1 as builder
FROM bitnami/golang:1.19.2 as builder
WORKDIR /go/src/github.com/vmware-tanzu/kubeapps
COPY go.mod go.sum ./
COPY pkg pkg
COPY cmd cmd
ARG VERSION

ARG GOLANGCILINT_VERSION="1.49.0"
ARG GOLANGCILINT_VERSION="1.50.1"
RUN go install github.com/golangci/golangci-lint/cmd/golangci-lint@v$GOLANGCILINT_VERSION

# If true, run golangci-lint to detect issues
Expand Down
4 changes: 2 additions & 2 deletions cmd/asset-syncer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@

# syntax = docker/dockerfile:1

FROM bitnami/golang:1.19.1 as builder
FROM bitnami/golang:1.19.2 as builder
WORKDIR /go/src/github.com/vmware-tanzu/kubeapps
COPY go.mod go.sum ./
COPY pkg pkg
COPY cmd cmd
ARG VERSION

ARG GOLANGCILINT_VERSION="1.49.0"
ARG GOLANGCILINT_VERSION="1.50.1"
RUN go install github.com/golangci/golangci-lint/cmd/golangci-lint@v$GOLANGCILINT_VERSION

# If true, run golangci-lint to detect issues
Expand Down
2 changes: 1 addition & 1 deletion cmd/asset-syncer/server/postgresql_db_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
// Currently these tests will be skipped entirely unless the
// ENABLE_PG_INTEGRATION_TESTS env var is set.
// Run the local postgres with
// docker run --publish 5432:5432 -e ALLOW_EMPTY_PASSWORD=yes bitnami/postgresql:14.5.0-debian-11-r14
// docker run --publish 5432:5432 -e ALLOW_EMPTY_PASSWORD=yes bitnami/postgresql:14.5.0-debian-11-r31
// in another terminal.
package server

Expand Down
6 changes: 3 additions & 3 deletions cmd/kubeapps-apis/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@

# syntax = docker/dockerfile:1

FROM bitnami/golang:1.19.1 as builder
FROM bitnami/golang:1.19.2 as builder
WORKDIR /go/src/github.com/vmware-tanzu/kubeapps
COPY go.mod go.sum ./
ARG VERSION="devel"

ARG BUF_VERSION="1.8.0"
ARG GOLANGCILINT_VERSION="1.49.0"
ARG BUF_VERSION="1.9.0"
ARG GOLANGCILINT_VERSION="1.50.1"

# Install lint tools
RUN curl -sSL "https://github.com/bufbuild/buf/releases/download/v$BUF_VERSION/buf-Linux-x86_64" -o "/tmp/buf" && chmod +x "/tmp/buf"
Expand Down
4 changes: 2 additions & 2 deletions cmd/kubeapps-apis/buf.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ deps:
- remote: buf.build
owner: googleapis
repository: googleapis
commit: e9fcfb66f77242e5b8fd4564d7a01033
commit: 783e4b5374fa488ab068d08af9658438
- remote: buf.build
owner: grpc-ecosystem
repository: grpc-gateway
commit: bc28b723cd774c32b6fbc77621518765
commit: b96615cde70c403f8075c48e56178f88
40 changes: 20 additions & 20 deletions cmd/kubeapps-apis/gen/core/packages/v1alpha1/packages.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

34 changes: 17 additions & 17 deletions cmd/kubeapps-apis/gen/core/packages/v1alpha1/repositories.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading