Skip to content

Commit

Permalink
Update oc to 4.16.10
Browse files Browse the repository at this point in the history
  • Loading branch information
openshifttools-bot authored and vrubezhny committed Sep 11, 2024
1 parent cb2b393 commit 19af53b
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions src/tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,39 +46,39 @@
"vendor": "Red Hat, Inc.",
"name": "oc",
"cmdFileName": "oc",
"version": "4.16.9",
"versionRange": "^4.16.9",
"versionRangeLabel": "version >= 4.16.9 and < 5.0.0",
"version": "4.16.10",
"versionRange": "^4.16.10",
"versionRangeLabel": "version >= 4.16.10 and < 5.0.0",
"filePrefix": "",
"platform": {
"win32": {
"url": "https://mirror.openshift.com/pub/openshift-v4/clients/ocp/4.16.9/openshift-client-windows-4.16.9.zip",
"sha256sum": "9fdb329b0c48ada60a05c5f1c5b5d3264a973c87bf19c469b890fe99f627eadc",
"dlFileName": "openshift-client-windows-4.16.9.zip",
"url": "https://mirror.openshift.com/pub/openshift-v4/clients/ocp/4.16.10/openshift-client-windows-4.16.10.zip",
"sha256sum": "3d4915e27b34deaed32e83762b89fd66f34e28552054a51cdecafe454a2dab0e",
"dlFileName": "openshift-client-windows-4.16.10.zip",
"cmdFileName": "oc.exe"
},
"darwin": {
"url": "https://mirror.openshift.com/pub/openshift-v4/clients/ocp/4.16.9/openshift-client-mac-4.16.9.tar.gz",
"sha256sum": "d775a3165c61ea0986d75131a9dc5d644ee261805e79d55f9eadc736b8edd5bb",
"dlFileName": "openshift-client-mac-4.16.9.tar.gz",
"url": "https://mirror.openshift.com/pub/openshift-v4/clients/ocp/4.16.10/openshift-client-mac-4.16.10.tar.gz",
"sha256sum": "c9567ddba48f0e9e38f4b119e3e003df45f99fe8850ef4eafd8e997cfd277a66",
"dlFileName": "openshift-client-mac-4.16.10.tar.gz",
"cmdFileName": "oc"
},
"darwin-arm64": {
"url": "https://mirror.openshift.com/pub/openshift-v4/clients/ocp/4.16.9/openshift-client-mac-arm64-4.16.9.tar.gz",
"sha256sum": "12a2c8c276a147cb477c486d7b4660a3d68175aaad5e8f1420d74d64484749c0",
"dlFileName": "openshift-client-mac-arm64-4.16.9.tar.gz",
"url": "https://mirror.openshift.com/pub/openshift-v4/clients/ocp/4.16.10/openshift-client-mac-arm64-4.16.10.tar.gz",
"sha256sum": "0185a59524ee577593ddaabea8f430a92ecc6e5c66938afc7beeaaef39483eaa",
"dlFileName": "openshift-client-mac-arm64-4.16.10.tar.gz",
"cmdFileName": "oc"
},
"linux": {
"url": "https://mirror.openshift.com/pub/openshift-v4/clients/ocp/4.16.9/openshift-client-linux-4.16.9.tar.gz",
"sha256sum": "10f4cb0cea2e6c999a1fb28dd9e50280633d8d4cb857c2c3cb448e6647ea327a",
"dlFileName": "openshift-client-linux-4.16.9.tar.gz",
"url": "https://mirror.openshift.com/pub/openshift-v4/clients/ocp/4.16.10/openshift-client-linux-4.16.10.tar.gz",
"sha256sum": "07349ca5a363cd2927e720a6880ae3f95f59ef9da3d094e42fcece18654e949c",
"dlFileName": "openshift-client-linux-4.16.10.tar.gz",
"cmdFileName": "oc"
},
"linux-arm64": {
"url": "https://mirror.openshift.com/pub/openshift-v4/clients/ocp/4.16.9/openshift-client-linux-arm64-4.16.9.tar.gz",
"sha256sum": "664780bc2ef4da4a64ca27f7c5ff6d919b4381e807d683b1c74776d67b1ce74c",
"dlFileName": "openshift-client-linux-arm64-4.16.9.tar.gz",
"url": "https://mirror.openshift.com/pub/openshift-v4/clients/ocp/4.16.10/openshift-client-linux-arm64-4.16.10.tar.gz",
"sha256sum": "b9c825a3d377e32301ef931f64a70423b37a82d2e5150762f4d1cb01a8a90485",
"dlFileName": "openshift-client-linux-arm64-4.16.10.tar.gz",
"cmdFileName": "oc"
}
}
Expand Down

0 comments on commit 19af53b

Please sign in to comment.