forked from microsoft/winget-pkgs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
New version: ApeCloud.kbcli version 0.9.0
- Loading branch information
1 parent
68eba3f
commit 2aa5072
Showing
3 changed files
with
55 additions
and
0 deletions.
There are no files selected for viewing
16 changes: 16 additions & 0 deletions
16
manifests/a/ApeCloud/kbcli/0.9.0/ApeCloud.kbcli.installer.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# Created with WinGet Releaser v2 using Komac v1.11.0 | ||
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json | ||
|
||
PackageIdentifier: ApeCloud.kbcli | ||
PackageVersion: 0.9.0 | ||
InstallerLocale: en-US | ||
InstallerType: portable | ||
Commands: | ||
- kbcli | ||
ReleaseDate: 2024-07-05 | ||
Installers: | ||
- Architecture: x64 | ||
InstallerUrl: https://github.com/apecloud/kbcli/releases/download/v0.9.0/kbcli.exe | ||
InstallerSha256: C4FEB363FDD83BD04CD43B62729D48A61A92042CBC7C3BDDB70BADFE4ADAD694 | ||
ManifestType: installer | ||
ManifestVersion: 1.5.0 |
31 changes: 31 additions & 0 deletions
31
manifests/a/ApeCloud/kbcli/0.9.0/ApeCloud.kbcli.locale.en-US.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
# Created with WinGet Releaser v2 using Komac v1.11.0 | ||
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json | ||
|
||
PackageIdentifier: ApeCloud.kbcli | ||
PackageVersion: 0.9.0 | ||
PackageLocale: en-US | ||
Publisher: ApeCloud | ||
PublisherUrl: https://kubeblocks.io | ||
PublisherSupportUrl: https://github.com/apecloud/kbcli/issues | ||
Author: ApeCloud | ||
PackageName: kbcli | ||
PackageUrl: https://github.com/apecloud/kbcli | ||
License: AGPL-3.0 | ||
LicenseUrl: https://github.com/apecloud/kbcli/blob/main/LICENSE | ||
Copyright: Copyright (C) 2022-2023 ApeCloud Co., Ltd | ||
ShortDescription: A command line interface for KubeBlocks | ||
Moniker: kbcli | ||
ReleaseNotes: |- | ||
What's Changed | ||
- feat: support to run ops forcibly by @wangyelei in #289 | ||
- chore: check crds status when install or upgrade kb by @ldming in #288 | ||
- feat: change according new bench api by @fengluodb in #291 | ||
- chore: don not report error when the k8s provider is unknown by @iziang in #293 | ||
- chore: add "--path-prefix" flag to backuprepo create command by @zjx20 in #294 | ||
- chore: support rebuild-instance cmd and update the customOps cmd by @wangyelei in #295 | ||
- chore: update rebuild-instance cmd to new api by @wangyelei in #296 | ||
- chore: for merge update monitor-related and configconstraint api (#351) by @sophon-zt in #354 | ||
- chore: kb install support wait-addons for 0.9 by @ldming in #366 | ||
ReleaseNotesUrl: https://github.com/apecloud/kbcli/releases/tag/v0.9.0 | ||
ManifestType: defaultLocale | ||
ManifestVersion: 1.5.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# Created with WinGet Releaser v2 using Komac v1.11.0 | ||
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json | ||
|
||
PackageIdentifier: ApeCloud.kbcli | ||
PackageVersion: 0.9.0 | ||
DefaultLocale: en-US | ||
ManifestType: version | ||
ManifestVersion: 1.5.0 |