-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
New version: LoftLabs.DevPod version 0.6.9 (#211716)
- Loading branch information
Showing
3 changed files
with
83 additions
and
0 deletions.
There are no files selected for viewing
27 changes: 27 additions & 0 deletions
27
manifests/l/LoftLabs/DevPod/0.6.9/LoftLabs.DevPod.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,27 @@ | ||
# Created with komac v2.8.0 | ||
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json | ||
|
||
PackageIdentifier: LoftLabs.DevPod | ||
PackageVersion: 0.6.9 | ||
InstallerLocale: en-US | ||
InstallerType: wix | ||
Scope: machine | ||
InstallerSwitches: | ||
Silent: /quiet | ||
SilentWithProgress: /passive | ||
UpgradeBehavior: uninstallPrevious | ||
ProductCode: '{434B3EAC-313B-4BE1-97F8-380DCD1C4275}' | ||
ReleaseDate: 2025-01-14 | ||
AppsAndFeaturesEntries: | ||
- DisplayName: DevPod | ||
Publisher: loft | ||
ProductCode: '{434B3EAC-313B-4BE1-97F8-380DCD1C4275}' | ||
UpgradeCode: '{9882EA7A-6E48-5328-80C7-60C114AC4048}' | ||
InstallationMetadata: | ||
DefaultInstallLocation: '%ProgramFiles%\DevPod' | ||
Installers: | ||
- Architecture: x64 | ||
InstallerUrl: https://github.com/loft-sh/devpod/releases/download/v0.6.9/DevPod_windows_x64_en-US.msi | ||
InstallerSha256: A449BDC1365B8B9A35C64F5CD96E1115C4E22669A9D4D1069542D15B437AC468 | ||
ManifestType: installer | ||
ManifestVersion: 1.9.0 |
48 changes: 48 additions & 0 deletions
48
manifests/l/LoftLabs/DevPod/0.6.9/LoftLabs.DevPod.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,48 @@ | ||
# Created with komac v2.8.0 | ||
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json | ||
|
||
PackageIdentifier: LoftLabs.DevPod | ||
PackageVersion: 0.6.9 | ||
PackageLocale: en-US | ||
Publisher: Loft Labs, Inc. | ||
PublisherUrl: https://devpod.sh/ | ||
PublisherSupportUrl: https://github.com/loft-sh/devpod/issues | ||
PackageName: DevPod | ||
PackageUrl: https://devpod.sh/ | ||
License: MPL-2.0 | ||
LicenseUrl: https://github.com/loft-sh/devpod/blob/HEAD/LICENSE | ||
Copyright: Copyright © 2023 Loft Labs, Inc. | ||
ShortDescription: DevPod is a tool used to create reproducible developer environments. Each developer environment runs in a separate container and is specified through a devcontainer.json. | ||
Description: |- | ||
DevPod is a tool used to create reproducible developer environments. | ||
Each developer environment runs in a separate container and is specified through a devcontainer.json. | ||
DevPod providers can create these containers on the local computer, any reachable remote machine, or in a public or private cloud. | ||
It's also possible to extend DevPod and write your own custom providers. | ||
Moniker: devpod | ||
Tags: | ||
- cloud | ||
- devcontainer | ||
- devcontainers | ||
- developer-tools | ||
- development | ||
- docker | ||
- ide | ||
- kubernetes | ||
- remote-development | ||
- remote-development-environment | ||
- vscode | ||
ReleaseNotes: |- | ||
What's Changed | ||
- POD-1217 | Fix rebuilding workspace when project clone failed by @janekbaraniewski in #1536 | ||
- fix(desktop): set system tray icon as template to blend in with other icons on macOS by @pascalbreuninger in #1533 | ||
- chore/open vscode logs by @pascalbreuninger in #1535 | ||
- chore(dev): add multi arch support to devcontainer image by @pascalbreuninger in #1543 | ||
- fix(git): add support for credential.useHttpPath by @pascalbreuninger in #1547 | ||
- feat: add log level to environment variables sent to provider by @mrsimonemms in #1540 | ||
- feat: Enable double clicking on system tray icon to open the UI by @PRTTMPRPHT in #1549 | ||
- fix(devcontainer): use the default shell on Windows for initalizeCommand by @pascalbreuninger in #1552 | ||
- chore(telemetry): check for ci environments by @pascalbreuninger in #1556 | ||
Full Changelog: https://github.com/loft-sh/devpod/compare/v0.6.8...v0.6.9 | ||
ReleaseNotesUrl: https://github.com/loft-sh/devpod/releases/tag/v0.6.9 | ||
ManifestType: defaultLocale | ||
ManifestVersion: 1.9.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 komac v2.8.0 | ||
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json | ||
|
||
PackageIdentifier: LoftLabs.DevPod | ||
PackageVersion: 0.6.9 | ||
DefaultLocale: en-US | ||
ManifestType: version | ||
ManifestVersion: 1.9.0 |