-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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.8 (#209251)
- 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.8/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.8 | ||
InstallerLocale: en-US | ||
InstallerType: wix | ||
Scope: machine | ||
InstallerSwitches: | ||
Silent: /quiet | ||
SilentWithProgress: /passive | ||
UpgradeBehavior: uninstallPrevious | ||
ProductCode: '{36E1639B-1F97-43E3-B759-B80BF36652B7}' | ||
ReleaseDate: 2025-01-09 | ||
AppsAndFeaturesEntries: | ||
- DisplayName: DevPod | ||
Publisher: loft | ||
ProductCode: '{36E1639B-1F97-43E3-B759-B80BF36652B7}' | ||
UpgradeCode: '{9882EA7A-6E48-5328-80C7-60C114AC4048}' | ||
InstallationMetadata: | ||
DefaultInstallLocation: '%ProgramFiles%\DevPod' | ||
Installers: | ||
- Architecture: x64 | ||
InstallerUrl: https://github.com/loft-sh/devpod/releases/download/v0.6.8/DevPod_windows_x64_en-US.msi | ||
InstallerSha256: 0ECC3ED8A77A1A0B22A163D1541BAEC38A13CAB096D59A84D340DF99082F4021 | ||
ManifestType: installer | ||
ManifestVersion: 1.9.0 |
48 changes: 48 additions & 0 deletions
48
manifests/l/LoftLabs/DevPod/0.6.8/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.8 | ||
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 | ||
- fix: Fix error when re-importing workspace from pro instance by @PRTTMPRPHT in #1527 | ||
- Add --reuse-sock flag so browser IDEs can reuse another SSH connections SSH_AUTH_SOCK by @bkneis in #1471 | ||
- feat(cli): Add cli and context options to pass dotfile script env vars by @charlysotelo in #1504 | ||
- cli: add an environment variable to disable telemetry globally by @folliehiyuki in #1520 | ||
- Replace the usage of go-homedir with os.UserHomeDir() by @folliehiyuki in #1521 | ||
- feat: Add automatic zipping of troubleshooting data by @PRTTMPRPHT in #1531 | ||
- Feature/fix compose multi stage builds by @bkneis in #1530 | ||
New Contributors | ||
- @folliehiyuki made their first contribution in #1520 | ||
Full Changelog: https://github.com/loft-sh/devpod/compare/v0.6.7...v0.6.8 | ||
ReleaseNotesUrl: https://github.com/loft-sh/devpod/releases/tag/v0.6.8 | ||
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.8 | ||
DefaultLocale: en-US | ||
ManifestType: version | ||
ManifestVersion: 1.9.0 |