Skip to content

Commit 03df659

Browse files
New version: openpubkey.opkssh version 0.8.0 (microsoft#275233)
1 parent 7156644 commit 03df659

3 files changed

Lines changed: 95 additions & 0 deletions

File tree

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Created with komac v2.12.1
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json
3+
4+
PackageIdentifier: openpubkey.opkssh
5+
PackageVersion: 0.8.0
6+
InstallerType: portable
7+
Commands:
8+
- opkssh
9+
ReleaseDate: 2025-07-17
10+
Installers:
11+
- Architecture: x64
12+
InstallerUrl: https://github.com/openpubkey/opkssh/releases/download/v0.8.0/opkssh-windows-amd64.exe
13+
InstallerSha256: 175F8B6BB08B6508B118E4EF855A342CBF64B9008B4665A56984FF1F5B32F8F6
14+
ManifestType: installer
15+
ManifestVersion: 1.10.0
Lines changed: 72 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,72 @@
1+
# Created with komac v2.12.1
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json
3+
4+
PackageIdentifier: openpubkey.opkssh
5+
PackageVersion: 0.8.0
6+
PackageLocale: en-US
7+
Publisher: OpenPubkey
8+
PublisherUrl: https://github.com/openpubkey
9+
PublisherSupportUrl: https://github.com/openpubkey/opkssh/issues
10+
PackageName: OpenPubkey SSH
11+
PackageUrl: https://github.com/openpubkey/opkssh
12+
License: Apache-2.0
13+
LicenseUrl: https://github.com/openpubkey/opkssh/blob/HEAD/LICENSE
14+
ShortDescription: opkssh is a tool which enables ssh to be used with OpenID Connect allowing SSH access management via identities like alice@example.com instead of long-lived SSH keys.
15+
Description: opkssh is a tool which enables ssh to be used with OpenID Connect allowing SSH access management via identities like alice@example.com instead of long-lived SSH keys. It does not replace ssh, but rather generates ssh public keys that contain PK Tokens and configures sshd to verify the PK Token in the ssh public key. These PK Tokens contain standard OpenID Connect ID Tokens. This protocol builds on the OpenPubkey which adds user public keys to OpenID Connect without breaking compatibility with existing OpenID Provider.
16+
Moniker: opkssh
17+
Tags:
18+
- ssh
19+
ReleaseNotes: |-
20+
Changes
21+
- Add azure config doc @EthanHeilman (#243)
22+
- Add test for piping install script to bash @SweBarre (#241)
23+
- Unittests for the install script @SweBarre (#204)
24+
🚀 Features
25+
- Feat: Add 12h expiration policy @bmodotdev (#235)
26+
- Write the certificate where OpenSSH will find it @syskill (#224)
27+
- Improve checkOpenSSHVersion function @gppmad (#238)
28+
- Move opkssh key files to a separate location @net42-jkeil (#122)
29+
🐛 Bug Fixes
30+
- Fix: silence error when plugin policy dir missing @bmodotdev (#236)
31+
- Fixes some spelling errors @SweBarre (#228)
32+
- Fix issue in go upgrades @datosh (#221)
33+
- Docs: fix formatting of Azure docs @boosterl (#269)
34+
- Add troubleshooting note for azure for prompt: none @EthanHeilman (#254)
35+
🧰 Maintenance
36+
- ci: add zizmor action so that action security will be tracked @datosh (#246)
37+
- ci: configure dependabot for go and github action updates, fixes #207 @shyim (#217)
38+
- ci: fix zizmor findings @datosh (#247)
39+
- Migrate from dependabot to renovate @datosh (#255)
40+
- Migrate golangcilint @datosh (#233)
41+
- Update linter to v2.0.2 @EthanHeilman (#230)
42+
- fix(deps): Update quay.io/archlinux/archlinux:latest Docker digest to 00ce22d @renovate[bot] (#273)
43+
- fix(deps): Update opensuse/tumbleweed:latest Docker digest to c0a0dad @renovate[bot] (#271)
44+
- fix(deps): Update module github.com/testcontainers/testcontainers-go to v0.38.0 @renovate[bot] (#266)
45+
- fix(deps): Update opensuse/tumbleweed:latest Docker digest to 315d1af @renovate[bot] (#267)
46+
- fix(deps): Update Docker @renovate[bot] (#262)
47+
- fix(deps): Update quay.io/archlinux/archlinux:latest Docker digest to 00ce22d @renovate[bot] (#273)
48+
- fix(deps): Update opensuse/tumbleweed:latest Docker digest to c0a0dad @renovate[bot] (#271)
49+
- fix(deps): Update module github.com/zitadel/oidc/v3 to v3.41.0 @renovate[bot] (#270)
50+
- fix(deps): Update Docker @renovate[bot] (#268)
51+
- fix(deps): Update module github.com/testcontainers/testcontainers-go to v0.38.0 @renovate[bot] (#266)
52+
- fix(deps): Update opensuse/tumbleweed:latest Docker digest to 315d1af @renovate[bot] (#267)
53+
- fix(deps): Update DeterminateSystems/update-flake-lock action to v27 @renovate[bot] (#265)
54+
- fix(deps): Update DeterminateSystems/nix-installer-action action to v19 @renovate[bot] (#264)
55+
- fix(deps): Update DeterminateSystems/flake-checker-action action to v12 @renovate[bot] (#263)
56+
- fix(deps): Update Docker @renovate[bot] (#262)
57+
- fix(deps): Update Go @renovate[bot] (#257)
58+
- fix(deps): Update golangci/golangci-lint-action action to v8 @renovate[bot] (#260)
59+
- fix(deps): Update Docker @renovate[bot] (#259)
60+
- fix(deps): Update Docker @renovate[bot] (#256)
61+
- Fix auth_id uniqueness bug @EthanHeilman (#251)
62+
- fix(deps): bump github.com/zitadel/oidc/v3 from 3.39.0 to 3.39.1 in the all group @dependabot[bot] (#248)
63+
- fix(deps): bump the all group with 3 updates @dependabot[bot] (#249)
64+
- fix(deps): bump github.com/go-chi/chi/v5 from 5.2.1 to 5.2.2 @dependabot[bot] (#244)
65+
- fix(deps): bump ncruces/go-coverage-report from 0.3.0 to 0.3.1 in the all group @dependabot[bot] (#239)
66+
- Fix bug in install script @EthanHeilman (#237)
67+
- fix(deps): bump the all group with 2 updates @dependabot[bot] (#223)
68+
- fix(deps): bump docker/setup-buildx-action from 3.10.0 to 3.11.1 in the all group @dependabot[bot] (#232)
69+
- fix(deps): bump the all group across 1 directory with 4 updates @dependabot[bot] (#222)
70+
ReleaseNotesUrl: https://github.com/openpubkey/opkssh/releases/tag/v0.8.0
71+
ManifestType: defaultLocale
72+
ManifestVersion: 1.10.0
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Created with komac v2.12.1
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json
3+
4+
PackageIdentifier: openpubkey.opkssh
5+
PackageVersion: 0.8.0
6+
DefaultLocale: en-US
7+
ManifestType: version
8+
ManifestVersion: 1.10.0

0 commit comments

Comments
 (0)