Skip to content

Commit

Permalink
AU: 2 updated - kui vscode-jupyter
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
dgalbraith committed Feb 4, 2023
1 parent 26e0411 commit 0a93aa3
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion automatic/kui/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![GitHub license](https://img.shields.io/github/license/IBM/kui)](https://github.com/IBM/kui/blob/master/LICENSE)
[![Maintenance status](https://img.shields.io/badge/maintained%3F-yes-green.svg)](https://gitHub.com/dgalbraith/chocolatey-packages/graphs/commit-activity)
[![AppVeyor build](https://img.shields.io/appveyor/ci/dgalbraith/chocolatey-packages)](https://ci.appveyor.com/project/dgalbraith/chocolatey-packages)
[![Software version](https://img.shields.io/badge/Source-v12.1.01213.0.0.2.0-blue.svg)](https://github.com/IBM/kui/releases/tag/v12.1.01213.0.0.2.0)
[![Software version](https://img.shields.io/badge/Source-v12.1.0121313.1.0.0.0.2.0-blue.svg)](https://github.com/IBM/kui/releases/tag/v12.1.0121313.1.0.0.0.2.0)
[![Chocolatey package version](https://img.shields.io/chocolatey/v/kui?label=Chocolatey)](https://chocolatey.org/packages/kui)

We love CLIs, and think they are critical for interacting in a flexible way with the cloud. We need the power to go off
Expand Down
4 changes: 2 additions & 2 deletions automatic/kui/kui.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>kui</id>
<version>13.0.0</version>
<version>13.1.0</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/kui</packageSourceUrl>
<owners>dgalbraith</owners>
<title>Kui - CLI Driven Graphics for Kubernetes</title>
Expand Down Expand Up @@ -46,7 +46,7 @@ commands **2-3 times faster** than `kubectl` itself.
If you find it is out of date by more than a day or two, please contact the maintainer(s) and let them know the package is no longer updating correctly.
]]></description>
<releaseNotes>https://github.com/IBM/kui/releases/tag/v12.1.01213.0.0.2.0</releaseNotes>
<releaseNotes>https://github.com/IBM/kui/releases/tag/v12.1.0121313.1.0.0.0.2.0</releaseNotes>
</metadata>
<files>
<file src="legal\**" target="legal" />
Expand Down
4 changes: 2 additions & 2 deletions automatic/kui/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ the links in the relevant assets section of the page.

Alternatively the installer can be downloaded directly from

https://github.com/IBM/kui/releases/download/v13.0.0/Kui-win32-x64.zip
https://github.com/IBM/kui/releases/download/v13.1.0/Kui-win32-x64.zip

2. The installer can be validated by comparing checksums
- Use powershell function 'Get-Filehash' - Get-Filehash -Algorithm sha256 Kui-win32-x64.zip
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f Kui-win32-x64.zip

File64: Kui-win32-x64.zip
Type64: sha256
Checksum64: B41E8BD9C849ED2F095185CAD35B5EF149E9E01CF717A9B83A3144E33B7542524FD3029176B04E044F8CB5129B99C5361B4AEDDB694C7A32B86E222E38678D913A7E0F546B08323D3159ED9E4CD94758092C52BAF42F43627BA55CDFE6A12869
Checksum64: B41E8BD9C849ED2F095185CAD35B5EF149E9E01CF717A9B83A3144E33B7542524FD3029176B04E044F8CB5129B99C5361B4AEDDB694C7A32B86E222E38678D913A7E0F546B08323D3159ED9E4CD94758092C52BAF42F43627BA55CDFE6A1286991CCE27E68A5C259EE9760F979115D9262E661202445490796BF26E265AB12F0

Contents of file LICENSE.txt is obtained from https://github.com/IBM/kui/blob/master/LICENSE
2 changes: 1 addition & 1 deletion automatic/vscode-jupyter/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
$ErrorActionPreference = 'Stop'

Install-VsCodeExtension -extensionId 'ms-toolsai.jupyter@2023.1.2000312134'
Install-VsCodeExtension -extensionId 'ms-toolsai.jupyter@2023.2.1000360234'
2 changes: 1 addition & 1 deletion automatic/vscode-jupyter/vscode-jupyter.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>vscode-jupyter</id>
<version>2023.1.2000312134</version>
<version>2023.2.1000360234</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-jupyter</packageSourceUrl>
<owners>dgalbraith</owners>
<title>Visual Studio Jupyter VSCode Extension</title>
Expand Down

0 comments on commit 0a93aa3

Please sign in to comment.