Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump helm/helm to latest release #3090

Merged
merged 2 commits into from
Apr 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion UPSTREAM_PROJECTS.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ projects:
repos:
- name: helm
versions:
- tag: v3.14.3
- tag: v3.14.4
go_version: "1.21"
- org: kube-vip
repos:
Expand Down
6 changes: 3 additions & 3 deletions projects/helm/helm/ATTRIBUTION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ https://github.com/docker/cli
** github.com/docker/distribution; version v2.8.2+incompatible --
https://github.com/distribution/distribution

** github.com/docker/docker; version v24.0.7+incompatible --
** github.com/docker/docker; version v24.0.9+incompatible --
https://github.com/moby/moby

** github.com/docker/go-connections; version v0.4.0 --
Expand Down Expand Up @@ -125,7 +125,7 @@ https://github.com/grpc/grpc-go
** gopkg.in/yaml.v2; version v2.4.0 --
https://gopkg.in/yaml.v2

** helm.sh/helm/v3; version v3.14.3 --
** helm.sh/helm/v3; version v3.14.4 --
https://github.com/helm/helm

** k8s.io/api; version v0.29.0 --
Expand Down Expand Up @@ -1253,7 +1253,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

------

** google.golang.org/protobuf; version v1.31.0 --
** google.golang.org/protobuf; version v1.33.0 --
https://go.googlesource.com/protobuf

Copyright (c) 2018 The Go Authors. All rights reserved.
Expand Down
4 changes: 2 additions & 2 deletions projects/helm/helm/CHECKSUMS
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
6fcb38a6aaaf27492693db5bcf6aefe733931dfb62d4b4bf7878da1768eeb440 _output/bin/helm/linux-amd64/helm
ce894fb35526d1566fa5361c50dbc981c86f38facd1fe73c5646b5a5090b69aa _output/bin/helm/linux-arm64/helm
a80a7eb373a627cd07ffa433849163ae9ef6622835bc5797f824dd2d21fdfb62 _output/bin/helm/linux-amd64/helm
ae812d3ccd8546da06dfef030ea74006b3e2631cebc0cb7c7703bb1d6864b445 _output/bin/helm/linux-arm64/helm
2 changes: 1 addition & 1 deletion projects/helm/helm/GIT_TAG
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v3.14.3
v3.14.4
2 changes: 1 addition & 1 deletion projects/helm/helm/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## **Helm**
![Version](https://img.shields.io/badge/version-v3.14.3-blue)
![Version](https://img.shields.io/badge/version-v3.14.4-blue)
![Build Status](https://codebuild.us-west-2.amazonaws.com/badges?uuid=eyJlbmNyeXB0ZWREYXRhIjoieVZ2Vm4zalcvTTRlVHk3ODJMLy80a2hqaGw1eUNEMlBEQktYOGxLdkZYQmxMK2tWUTMyUHlxZDVIK2lYak9qM25OZm9IYTFkUGlXZ3dCOEhRb0dHMzBjPSIsIml2UGFyYW1ldGVyU3BlYyI6Im9EemRhdkg1Tll6d1lSaVciLCJtYXRlcmlhbFNldFNlcmlhbCI6MX0%3D&branch=main)

[Helm](https://github.com/helm/helm) is a tool for managing Charts. Charts are packages of pre-configured Kubernetes resources.
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
From 7c2e46274a80f39f5886c9ec3385758e18180764 Mon Sep 17 00:00:00 2001
From: Ahree Hong <ahreeh@amazon.com>
Date: Fri, 29 Mar 2024 18:34:15 -0700
Subject: [PATCH 2/2] Set proxy in registry client
Subject: [PATCH 1/1] Set proxy in registry client

Signed-off-by: Ahree Hong <ahreeh@amazon.com>
---
Expand Down