From 2a34c1bc0e1cbe84814105f22a9a4677b8f0839c Mon Sep 17 00:00:00 2001 From: Michele Baldessari Date: Tue, 14 May 2024 08:54:56 +0200 Subject: [PATCH 1/2] Update README with current versions --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a4e9efa..a19daf5 100644 --- a/README.md +++ b/README.md @@ -9,10 +9,10 @@ utility container for simplified execution of imperative commands in each of the |:---------------------------------:|:--------:|:------------:| |ansible |pip |2.15.11 | |argocd |binary |v2.9.7+fbb6b20| -|awscli |pip |1.32.96 | +|awscli |pip |1.32.104 | |azure-cli |pip |2.60.0 | -|boto3 |pip |1.34.96 | -|botocore |pip |1.34.96 | +|boto3 |pip |1.34.104 | +|botocore |pip |1.34.104 | |gcloud |pip |0.18.3 | |git-core |package |2.43.0 | |hcp |binary |4.15.0 | @@ -28,7 +28,6 @@ utility container for simplified execution of imperative commands in each of the |python |package |3.9.18 | |redhat_cop.controller_configuration|collection|2.3.1 | |sshpass |package |1.09 | -|vp-qe-test-common |pip |development | |tar |package |1.34 | |tekton |binary |0.35.2 | |vi |package |8.2.2637 | From ce21630d19433a77f590e43b91317f648d1b2204 Mon Sep 17 00:00:00 2001 From: Michele Baldessari Date: Tue, 14 May 2024 08:59:39 +0200 Subject: [PATCH 2/2] Add the vp-qe-test-common pip version in README --- Makefile | 1 + README.md | 1 + 2 files changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 95a7b99..30126cc 100644 --- a/Makefile +++ b/Makefile @@ -100,6 +100,7 @@ versions: ## Print all the versions of software in the locally-built container echo -n \"|awscli pip \"; pip show awscli | grep ^Version: | cut -f2 -d\ |tr -d '\n'; echo \" \"; \ echo -n \"|azure-cli pip \"; pip show azure-cli | grep ^Version: | cut -f2 -d\ | tr -d '\n'; echo \" \"; \ echo -n \"|gcloud pip \"; pip show gcloud| grep ^Version: | cut -f2 -d\ |tr -d '\n'; echo \" \"; \ + echo -n \"|vp-qe-test-common pip \"; pip show vp-qe-test-common | grep ^Version: | cut -f2 -d\ |tr -d '\n'; echo \" \"; \ echo -n \"|kubernetes.core collection \"; ansible-galaxy collection list kubernetes.core |grep ^kubernetes.core | cut -f2 -d\ |tr -d '\n'; echo \" \"; \ echo -n \"|redhat_cop.controller_configuration collection \"; ansible-galaxy collection list redhat_cop.controller_configuration |grep ^redhat_cop.controller_configuration | cut -f2 -d\ | tr -d '\n'; echo \" \"; \ " | sort | column --table -o '|' diff --git a/README.md b/README.md index a19daf5..39eaafb 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,7 @@ utility container for simplified execution of imperative commands in each of the |tar |package |1.34 | |tekton |binary |0.35.2 | |vi |package |8.2.2637 | +|vp-qe-test-common |pip |0.1.0 | ## Usage **Pull the image**