diff --git a/CHANGELOG.md b/CHANGELOG.md index 01ac2e8bf..655169e37 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## [1.4.8] + +* Add Support Plan and Preview information in cluster Properties Page. +* Fix Code Scanning Checkout to be pinned to the commit sha. +* Dependabot updates and bumps. + +Welcome new contributor @ReinierCC to the repo. Thanks to @ivelisseca, @qpetraroia, @hsubramanianaks, @ReinierCC for contributions, testing and reviews. + + ## [1.4.7] * Add developer-focused discussion of authentication and Draft work. diff --git a/docs/book/src/resources/show-properties-page-k8s-available-versions.png b/docs/book/src/resources/show-properties-page-k8s-available-versions.png index 6476cb722..a26735436 100644 Binary files a/docs/book/src/resources/show-properties-page-k8s-available-versions.png and b/docs/book/src/resources/show-properties-page-k8s-available-versions.png differ diff --git a/package-lock.json b/package-lock.json index 88ebadb22..9bedef1ab 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "vscode-aks-tools", - "version": "1.4.7", + "version": "1.4.8", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "vscode-aks-tools", - "version": "1.4.7", + "version": "1.4.8", "license": "MIT", "dependencies": { "@azure/arm-authorization": "^9.0.0", diff --git a/package.json b/package.json index 704e883ec..d0c522941 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "vscode-aks-tools", "displayName": "Azure Kubernetes Service", "description": "Display Azure Kubernetes Services within VS Code", - "version": "1.4.7", + "version": "1.4.8", "aiKey": "0c6ae279ed8443289764825290e4f9e2-1a736e7c-1324-4338-be46-fc2a58ae4d14-7255", "publisher": "ms-kubernetes-tools", "icon": "resources/aks-tools.png",