Skip to content

Commit e4168ab

Browse files
committed
update crc to 2.9.0
Signed-off-by: Mohit Suman <mohit.skn@gmail.com>
1 parent ba9c95c commit e4168ab

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ OpenShift Connector extension provides an end-to-end developer experience for Re
1313
- Developers can easily create, deploy and live debug container applications running on OpenShift.
1414
- Create [devfile](https://devfile.io/docs/devfile/2.1.0/user-guide/) based components directly from DefaultRegistry View
1515
- Follow logs for the deployed applications on OpenShift
16-
- Run local instance of OpenShift 4.11.1 using [OpenShift Local](https://crc.dev/crc/) directly from IDE
16+
- Run local instance of OpenShift 4.11.3 using [OpenShift Local](https://crc.dev/crc/) directly from IDE
1717
- Connect & Provision free [Developer Sandbox for Red Hat OpenShift](https://developers.redhat.com/developer-sandbox) instance from IDE
1818

1919
### Demo: https://www.youtube.com/watch?v=HEsYgDqD1rM

src/webview/cluster/app/clusterView.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ function getSteps() {
5959
// eslint-disable-next-line @typescript-eslint/explicit-function-return-type
6060
export default function addClusterView(props) {
6161
const classes = useStyles();
62-
const crcLatest = '2.8.0';
63-
const crcOpenShift = '4.11.1';
62+
const crcLatest = '2.9.0';
63+
const crcOpenShift = '4.11.3';
6464
const [fileName, setBinaryPath] = React.useState('');
6565
const [pullSecretPath, setSecret] = React.useState('');
6666
const [cpuSize, setCpuSize] = React.useState(crcDefaults.DefaultCPUs);

0 commit comments

Comments
 (0)