Skip to content

Commit

Permalink
Add deprecations and add naming to all versions tag
Browse files Browse the repository at this point in the history
  • Loading branch information
APErebus committed Sep 30, 2024
1 parent 55caff1 commit 1903f6a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-publish-container-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
echo "tagVersion=$tagVersion" >> $GITHUB_OUTPUT;
echo "tagVersion=$tagVersion";
allVersionsTag="${{ matrix.kubectl}}-${{ matrix.helm}}-${{matrix.powershell}}$revision$preRelease"
allVersionsTag="kube${{ matrix.kubectl}}-helm${{ matrix.helm}}-pwsh${{matrix.powershell}}$revision$preRelease"
echo "allVersionsTag=$allVersionsTag" >> $GITHUB_OUTPUT;
echo "allVersionsTag=$allVersionsTag";
Expand Down
6 changes: 5 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,9 @@
]
},
"latest": "1.30",
"revision": 1
"revision": 1,
"deprecatedKubectlVersions": {
"1.26": "1.26",
"1.27": "1.27"
}
}

0 comments on commit 1903f6a

Please sign in to comment.