From 34498d2749fc0106c59019a4d773be293069e6c8 Mon Sep 17 00:00:00 2001 From: Michele Baldessari Date: Thu, 18 Apr 2024 20:46:38 +0200 Subject: [PATCH] Update tooling in the utility-container --- Containerfile | 12 ++++++------ README.md | 26 +++++++++++++------------- 2 files changed, 19 insertions(+), 19 deletions(-) diff --git a/Containerfile b/Containerfile index a2b579e..6fffcf7 100644 --- a/Containerfile +++ b/Containerfile @@ -7,7 +7,7 @@ ARG MAINTAINER="Validated Patterns " ARG LICENSE="Apache-2.0" ARG URL="https://github.com/validatedpatterns" ARG SOURCE="https://github.com/validatedpatterns/utility-container/blob/main/Containerfile" -ARG HYPERSHIFT_URL="https://hcp-cli-download-multicluster-engine.apps.hcp.aws.validatedpatterns.io/linux/amd64/hcp.tar.gz" +ARG HYPERSHIFT_URL="https://hcp-cli-download-multicluster-engine.apps.hyper1.aws.validatedpatterns.io/linux/amd64/hcp.tar.gz" # https://github.com/opencontainers/image-spec/blob/main/annotations.md#pre-defined-annotation-keys LABEL org.opencontainers.image.title="${TITLE}" \ @@ -25,11 +25,11 @@ ARG COLLECTIONS_TO_REMOVE="fortinet cisco dellemc f5networks junipernetworks mel ARG DNF_TO_REMOVE="dejavu-sans-fonts langpacks-core-font-en langpacks-core-en langpacks-en" ARG RPM_TO_FORCEFULLY_REMOVE="cracklib-dicts" # Versions -ARG OPENSHIFT_CLIENT_VERSION="4.13.27" -ARG HELM_VERSION="3.12.3" -ARG ARGOCD_VERSION="2.8.0" -ARG TKN_CLI_VERSION="0.31.2" -ARG YQ_VERSION="4.35.1" +ARG OPENSHIFT_CLIENT_VERSION="4.14.20" +ARG HELM_VERSION="3.13.3" +ARG ARGOCD_VERSION="2.9.7" +ARG TKN_CLI_VERSION="0.35.2" +ARG YQ_VERSION="4.40.7" # amd64 - arm64 ARG TARGETARCH diff --git a/README.md b/README.md index b1e9f26..54b5a81 100644 --- a/README.md +++ b/README.md @@ -7,29 +7,29 @@ utility container for simplified execution of imperative commands in each of the | name | type | version | |:---------------------------------:|:--------:|:------------:| -|ansible |pip |2.15.8 | -|argocd |binary |v2.8.0+804d4b8| -|awscli |pip |1.32.2 | -|azure-cli |pip |2.55.0 | -|boto3 |pip |1.34.2 | -|botocore |pip |1.34.2 | +|ansible |pip |2.15.10 | +|argocd |binary |v2.9.7+fbb6b20| +|awscli |pip |1.32.86 | +|azure-cli |pip |2.59.0 | +|boto3 |pip |1.34.86 | +|botocore |pip |1.34.86 | |gcloud |pip |0.18.3 | |git-core |package |2.39.3 | -|hcp |binary |4.14.0 | -|helm |binary |v3.12.3 | +|hcp |binary |4.15.0 | +|helm |binary |v3.13.3 | |jq |package |1.6 | -|kubernetes.core |collection|3.0.0 | -|kubernetes |pip |28.1.0 | -|kustomize |binary |v4.5.7 | +|kubernetes.core |collection|3.0.1 | +|kubernetes |pip |29.0.0 | +|kustomize |binary |v5.0.1 | |make |package |4.3 | -|openshift |binary |4.13.27 | +|openshift |binary |4.14.20 | |python3-pip |package |21.2.3 | |python3-pytest |package |6.2.2 | |python |package |3.9.18 | |redhat_cop.controller_configuration|collection|2.3.1 | |sshpass |package |1.09 | |tar |package |1.34 | -|tekton |binary |0.31.2 | +|tekton |binary |0.35.2 | |vi |package |8.2.2637 | ## Usage