Skip to content

Commit 41105e1

Browse files
authored
New version: int128.kubelogin version 1.34.0 (microsoft#273950)
1 parent df30b6f commit 41105e1

File tree

3 files changed

+72
-0
lines changed

3 files changed

+72
-0
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Created with WinGet Updater using komac v2.12.0
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json
3+
4+
PackageIdentifier: int128.kubelogin
5+
PackageVersion: 1.34.0
6+
InstallerType: zip
7+
NestedInstallerType: portable
8+
NestedInstallerFiles:
9+
- RelativeFilePath: kubelogin.exe
10+
ReleaseDate: 2025-07-13
11+
Installers:
12+
- Architecture: x64
13+
InstallerUrl: https://github.com/int128/kubelogin/releases/download/v1.34.0/kubelogin_windows_amd64.zip
14+
InstallerSha256: 6DFAD3E14EDDDC0B2C82D3F9B22063516E96C720FE896F41ABDDE742DDDEC906
15+
- Architecture: arm64
16+
InstallerUrl: https://github.com/int128/kubelogin/releases/download/v1.34.0/kubelogin_windows_arm64.zip
17+
InstallerSha256: 6B467002C1B02EBEC126C57AAD1C324616832D6F3FD9D6055E7BDE314376A371
18+
ManifestType: installer
19+
ManifestVersion: 1.10.0
Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
# Created with WinGet Updater using komac v2.12.0
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json
3+
4+
PackageIdentifier: int128.kubelogin
5+
PackageVersion: 1.34.0
6+
PackageLocale: en-US
7+
Publisher: int128
8+
PublisherUrl: https://github.com/int128
9+
PublisherSupportUrl: https://github.com/int128/kubelogin/issues
10+
PackageName: kubelogin
11+
PackageUrl: https://github.com/int128/kubelogin
12+
License: Apache-2.0
13+
LicenseUrl: https://github.com/int128/kubelogin/blob/HEAD/LICENSE
14+
ShortDescription: This is a kubectl plugin for Kubernetes OpenID Connect (OIDC) authentication
15+
Tags:
16+
- golang
17+
- kubectl
18+
- kubectl-plugins
19+
- kubernetes
20+
- oidc
21+
- openid-connect
22+
ReleaseNotes: |-
23+
What's Changed
24+
Features
25+
- Add --oidc-request-header flag by @int128 in #1359
26+
Refactoring
27+
- Refactor transport package by @int128 in #1358
28+
- Split oidc/client.go by @int128 in #1371
29+
- Use Endpoint.DeviceAuthURL of oauth2 package by @int128 in #1372
30+
- Update help message and doc by @int128 in #1374
31+
Dependencies
32+
- chore(deps): update docker/setup-buildx-action action to v3.11.0 by @renovate[bot] in #1360
33+
- chore(deps): update docker/setup-buildx-action action to v3.11.1 by @renovate[bot] in #1361
34+
- fix(deps): update kubernetes packages to v0.33.2 by @renovate[bot] in #1362
35+
- fix(deps): update module github.com/chromedp/chromedp to v0.13.7 by @renovate[bot] in #1363
36+
- chore(deps): update module github.com/vektra/mockery/v3 to v3.5.0 by @renovate[bot] in #1365
37+
- chore(deps): update module github.com/golangci/golangci-lint/v2 to v2.2.1 by @renovate[bot] in #1364
38+
- chore(deps): update dependency go to v1.24.5 by @renovate[bot] in #1367
39+
- fix(deps): update module golang.org/x/sync to v0.16.0 by @renovate[bot] in #1368
40+
- fix(deps): update module golang.org/x/term to v0.33.0 by @renovate[bot] in #1369
41+
- chore(deps): update module github.com/golangci/golangci-lint/v2 to v2.2.2 by @renovate[bot] in #1370
42+
Full Changelog: v1.33.0...v1.34.0
43+
ReleaseNotesUrl: https://github.com/int128/kubelogin/releases/tag/v1.34.0
44+
ManifestType: defaultLocale
45+
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 WinGet Updater using komac v2.12.0
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json
3+
4+
PackageIdentifier: int128.kubelogin
5+
PackageVersion: 1.34.0
6+
DefaultLocale: en-US
7+
ManifestType: version
8+
ManifestVersion: 1.10.0

0 commit comments

Comments
 (0)