Skip to content

Commit

Permalink
Merge pull request #23 from mbaldessari/hypershift
Browse files Browse the repository at this point in the history
Add hypershift to the versions list
  • Loading branch information
mbaldessari authored Aug 15, 2023
2 parents dc98d85 + f7cb601 commit 516924e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \" \"; \
Expand Down
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down

0 comments on commit 516924e

Please sign in to comment.