From f7cb601ba6241817b0646a3993f8cebeacfec1ce Mon Sep 17 00:00:00 2001 From: Michele Baldessari Date: Tue, 15 Aug 2023 15:09:11 +0200 Subject: [PATCH] Add hypershift to the versions list --- Makefile | 1 + README.md | 13 +++++++------ 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/Makefile b/Makefile index b4a5c75..8b0ace5 100644 --- a/Makefile +++ b/Makefile @@ -91,6 +91,7 @@ versions: ## Print all the versions of software in the locally-built container echo -n \"|tekton binary \"; tkn version --component client | tr -d '\n'; echo \" \"; \ echo -n \"|openshift binary \"; oc version --client -o json | jq -j '.releaseClientVersion'; echo \" \"; \ echo -n \"|kustomize binary \"; oc version --client -o json | jq -j '.kustomizeVersion'; echo \" \"; \ + echo -n \"|hypershift binary \"; hypershift version --commit-only | cut -c1-12 | tr -d '\n'; echo \" \"; \ echo -n \"|ansible pip \"; ansible --version -o json | grep core | cut -f3 -d\ | tr -d '\n]'; echo \" \"; \ echo -n \"|kubernetes pip \"; pip show kubernetes |grep ^Version: | cut -f2 -d\ | tr -d '\n'; echo \" \"; \ echo -n \"|boto3 pip \"; pip show boto3 | grep ^Version: | cut -f2 -d\ |tr -d '\n'; echo \" \"; \ diff --git a/README.md b/README.md index a4293e1..aebc4ff 100644 --- a/README.md +++ b/README.md @@ -7,18 +7,19 @@ utility container for simplified execution of imperative commands in each of the | name | type | version | |:---------------------------------:|:--------:|:------------:| -|ansible |pip |2.15.1 | +|ansible |pip |2.15.3 | |argocd |binary |v2.5.7+e0ee345| -|awscli |pip |1.29.3 | -|azure-cli |pip |2.50.0 | -|boto3 |pip |1.28.3 | -|botocore |pip |1.31.3 | +|awscli |pip |1.29.26 | +|azure-cli |pip |2.51.0 | +|boto3 |pip |1.28.26 | +|botocore |pip |1.31.26 | |gcloud |pip |0.18.3 | |git-core |package |2.39.3 | |helm |binary |v3.10.3 | +|hypershift |binary |2e77f3e23328 | |jq |package |1.6 | |kubernetes.core |collection|2.4.0 | -|kubernetes |pip |26.1.0 | +|kubernetes |pip |27.2.0 | |kustomize |binary |v4.5.4 | |make |package |4.3 | |openshift |binary |4.11.25 |