Skip to content

Commit

Permalink
New version: Kubernetes.kustomize version 5.6.0 (microsoft#211584)
Browse files Browse the repository at this point in the history
  • Loading branch information
spectopo authored Jan 18, 2025
1 parent 9fadea6 commit 1a8ba27
Show file tree
Hide file tree
Showing 4 changed files with 89 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Created with YamlCreate.ps1 Dumplings Mod
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json

PackageIdentifier: Kubernetes.kustomize
PackageVersion: 5.6.0
InstallerType: zip
NestedInstallerType: portable
NestedInstallerFiles:
- RelativeFilePath: kustomize.exe
PortableCommandAlias: kustomize
Commands:
- kustomize
ReleaseDate: 2025-01-14
Installers:
- Architecture: x64
InstallerUrl: https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize/v5.6.0/kustomize_v5.6.0_windows_amd64.zip
InstallerSha256: F21D94E9660B4F11A47C4FDC26B936D513F8AADA879E5C53553ABD27369EF3A1
- Architecture: arm64
InstallerUrl: https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize/v5.6.0/kustomize_v5.6.0_windows_arm64.zip
InstallerSha256: 4E55C1B175659FFFEA12552ACC3D748387ECB49808B10458B5C9173777D70239
ManifestType: installer
ManifestVersion: 1.9.0
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
# Created with YamlCreate.ps1 Dumplings Mod
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json

PackageIdentifier: Kubernetes.kustomize
PackageVersion: 5.6.0
PackageLocale: en-US
Publisher: Kubernetes SIGs
PublisherUrl: https://kubernetes.io/
PublisherSupportUrl: https://github.com/kubernetes-sigs/kustomize/issues
PackageName: kustomize
PackageUrl: https://github.com/kubernetes-sigs/kustomize
License: Apache-2.0
LicenseUrl: https://github.com/kubernetes-sigs/kustomize/blob/HEAD/LICENSE
Copyright: Copyright 2024 The Kubernetes Authors.
ShortDescription: Customization of kubernetes YAML configurations
Description: |-
kustomize lets you customize raw, template-free YAML files for multiple purposes, leaving the original YAML untouched and usable as is.
kustomize targets kubernetes; it understands and can patch kubernetes style API objects. It's like make, in that what it does is declared in a file, and it's like sed, in that it emits edited text.
Tags:
- cluster
- container
- docker
- k8s
- kubernetes
ReleaseNotes: |-
Announce
This release introduces a unified internal package version (v0.19.0) across the entire kustomize repository.
ref. #5800
Chore
#5809: fix: "edit add labels" make labels handle -f flag same as commonLabels
Dependencies
#5825: Update to latest kube-opeapi to drop govalidator dependency
#5830: downgrade go-difflib and go-spew to tagged releases
#5837: Update kyaml to v0.19.0
#5839: Update cmd/config to v0.19.0
#5840: Update api to v0.19.0
ReleaseNotesUrl: https://github.com/kubernetes-sigs/kustomize/releases/tag/kustomize/v5.6.0
ManifestType: defaultLocale
ManifestVersion: 1.9.0
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Created with YamlCreate.ps1 Dumplings Mod
# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json

PackageIdentifier: Kubernetes.kustomize
PackageVersion: 5.6.0
PackageLocale: zh-CN
PublisherUrl: https://kubernetes.io/zh-cn/
ShortDescription: Customization of kubernetes YAML configurations
Description: |-
kustomize 允许您为不同目的定制原始的、无模板的 YAML 文件,而无需对原始 YAML 文件进行任何改动,从而使其保持原样。
kustomize 作用于 kubernetes;它能理解并修补 kubernetes 风格的 API 对象。它和 make 类似,都是在文件中声明要做的事情;它和 sed 类似,都是输出编辑过的文本。
Tags:
- docker
- k8s
- kubernetes
- 容器
- 集群
ReleaseNotesUrl: https://github.com/kubernetes-sigs/kustomize/releases/tag/kustomize/v5.6.0
ManifestType: locale
ManifestVersion: 1.9.0
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Created with YamlCreate.ps1 Dumplings Mod
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json

PackageIdentifier: Kubernetes.kustomize
PackageVersion: 5.6.0
DefaultLocale: en-US
ManifestType: version
ManifestVersion: 1.9.0

0 comments on commit 1a8ba27

Please sign in to comment.