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

Update grpcurl to 1.8.8 #4026

Merged
merged 4 commits into from
Oct 5, 2023
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
7 changes: 4 additions & 3 deletions .github/workflows/apkbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,16 +43,17 @@ jobs:
fi
echo "tags=${TAGS}" >> $GITHUB_OUTPUT
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
uses: docker/setup-buildx-action@v3
- name: Login to DockerHub
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}
- name: "Build and push APK builder docker image to DockerHub"
id: docker_build_builder
uses: docker/build-push-action@v3
uses: docker/build-push-action@v5
with:
push: true
provenance: false
tags: ${{ steps.prepare.outputs.tags }}
file: apk/Dockerfile-${{matrix.alpine}}
9 changes: 5 additions & 4 deletions .github/workflows/debbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,19 +44,20 @@ jobs:
fi
echo "tags=${TAGS}" >> $GITHUB_OUTPUT
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
uses: docker/setup-buildx-action@v3
- name: Login to DockerHub
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}
- name: "Build and push Debian builder docker image to DockerHub"
id: docker_build_builder
uses: docker/build-push-action@v3
uses: docker/build-push-action@v5
with:
push: true
platforms: linux/amd64,linux/arm64
provenance: false
tags: ${{ steps.prepare.outputs.tags }}
file: deb/Dockerfile.${{matrix.debian}}
9 changes: 5 additions & 4 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,19 +29,20 @@ jobs:
fi
echo "tags=${TAGS}" >> $GITHUB_OUTPUT
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
uses: docker/setup-buildx-action@v3
- name: Login to DockerHub
if: (github.event_name == 'release' && github.event.action == 'created')
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}
- name: "Build and push docker image to DockerHub"
id: docker_build
uses: docker/build-push-action@v3
uses: docker/build-push-action@v5
with:
push: ${{ (github.event_name == 'release' && github.event.action == 'created') }}
platforms: linux/amd64,linux/arm64
provenance: false
tags: ${{ steps.prepare.outputs.tags }}
9 changes: 5 additions & 4 deletions .github/workflows/rpmbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,19 +44,20 @@ jobs:
fi
echo "tags=${TAGS}" >> $GITHUB_OUTPUT
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
uses: docker/setup-buildx-action@v3
- name: Login to DockerHub
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}
- name: "Build and push RPM builder docker image to DockerHub"
id: docker_build_builder
uses: docker/build-push-action@v3
uses: docker/build-push-action@v5
with:
push: true
platforms: linux/amd64,linux/arm64
provenance: false
tags: ${{ steps.prepare.outputs.tags }}
file: rpm/Dockerfile.${{matrix.centos}}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ Here are some solutions to several common problems that may occur when adding a
[![goofys](https://github.com/cloudposse/packages/workflows/goofys/badge.svg?branch=master)](https://github.com/cloudposse/packages/actions?query=workflow%3Agoofys) | 0.24.0 | a high-performance, POSIX-ish Amazon S3 file system written in Go
[![gosu](https://github.com/cloudposse/packages/workflows/gosu/badge.svg?branch=master)](https://github.com/cloudposse/packages/actions?query=workflow%3Agosu) | 1.16.0 | Simple Go-based setuid+setgid+setgroups+exec
[![gotop](https://github.com/cloudposse/packages/workflows/gotop/badge.svg?branch=master)](https://github.com/cloudposse/packages/actions?query=workflow%3Agotop) | 3.0.0 | A terminal based graphical activity monitor inspired by gtop and vtop
[![grpcurl](https://github.com/cloudposse/packages/workflows/grpcurl/badge.svg?branch=master)](https://github.com/cloudposse/packages/actions?query=workflow%3Agrpcurl) | 1.8.7 | Like cURL, but for gRPC: Command-line tool for interacting with gRPC servers
[![grpcurl](https://github.com/cloudposse/packages/workflows/grpcurl/badge.svg?branch=master)](https://github.com/cloudposse/packages/actions?query=workflow%3Agrpcurl) | 1.8.8 | Like cURL, but for gRPC: Command-line tool for interacting with gRPC servers
[![hcledit](https://github.com/cloudposse/packages/workflows/hcledit/badge.svg?branch=master)](https://github.com/cloudposse/packages/actions?query=workflow%3Ahcledit) | 0.2.10 | A command line editor for HCL
[![helm](https://github.com/cloudposse/packages/workflows/helm/badge.svg?branch=master)](https://github.com/cloudposse/packages/actions?query=workflow%3Ahelm) | 3.13.0 | The Kubernetes Package Manager
[![helm2](https://github.com/cloudposse/packages/workflows/helm2/badge.svg?branch=master)](https://github.com/cloudposse/packages/actions?query=workflow%3Ahelm2) | 2.17.0 | The Kubernetes Package Manager
Expand Down
2 changes: 1 addition & 1 deletion docs/badges.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
[![goofys](https://github.com/cloudposse/packages/workflows/goofys/badge.svg?branch=master)](https://github.com/cloudposse/packages/actions?query=workflow%3Agoofys) | 0.24.0 | a high-performance, POSIX-ish Amazon S3 file system written in Go
[![gosu](https://github.com/cloudposse/packages/workflows/gosu/badge.svg?branch=master)](https://github.com/cloudposse/packages/actions?query=workflow%3Agosu) | 1.16.0 | Simple Go-based setuid+setgid+setgroups+exec
[![gotop](https://github.com/cloudposse/packages/workflows/gotop/badge.svg?branch=master)](https://github.com/cloudposse/packages/actions?query=workflow%3Agotop) | 3.0.0 | A terminal based graphical activity monitor inspired by gtop and vtop
[![grpcurl](https://github.com/cloudposse/packages/workflows/grpcurl/badge.svg?branch=master)](https://github.com/cloudposse/packages/actions?query=workflow%3Agrpcurl) | 1.8.7 | Like cURL, but for gRPC: Command-line tool for interacting with gRPC servers
[![grpcurl](https://github.com/cloudposse/packages/workflows/grpcurl/badge.svg?branch=master)](https://github.com/cloudposse/packages/actions?query=workflow%3Agrpcurl) | 1.8.8 | Like cURL, but for gRPC: Command-line tool for interacting with gRPC servers
[![hcledit](https://github.com/cloudposse/packages/workflows/hcledit/badge.svg?branch=master)](https://github.com/cloudposse/packages/actions?query=workflow%3Ahcledit) | 0.2.10 | A command line editor for HCL
[![helm](https://github.com/cloudposse/packages/workflows/helm/badge.svg?branch=master)](https://github.com/cloudposse/packages/actions?query=workflow%3Ahelm) | 3.13.0 | The Kubernetes Package Manager
[![helm2](https://github.com/cloudposse/packages/workflows/helm2/badge.svg?branch=master)](https://github.com/cloudposse/packages/actions?query=workflow%3Ahelm2) | 2.17.0 | The Kubernetes Package Manager
Expand Down
10 changes: 5 additions & 5 deletions docs/targets.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@ github-status-updater 0.9.0 Command line utility for updating GitHub co
gitleaks 8.18.0 Audit git repos for secrets 🔑
go-jsonnet 0.20.0 This an implementation of Jsonnet in pure Go.
gomplate 3.11.5 A flexible commandline tool for template rendering. Supports lots of local and remote datasources.
gonsul* 1.0.2 A stand-alone alternative to git2consul
gonsul 1.0.2 A stand-alone alternative to git2consul
goofys* 0.24.0 a high-performance, POSIX-ish Amazon S3 file system written in Go
gosu 1.16.0 Simple Go-based setuid+setgid+setgroups+exec
gotop 3.0.0 A terminal based graphical activity monitor inspired by gtop and vtop
grpcurl 1.8.7 Like cURL, but for gRPC: Command-line tool for interacting with gRPC servers
gotop* 3.0.0 A terminal based graphical activity monitor inspired by gtop and vtop
grpcurl 1.8.8 Like cURL, but for gRPC: Command-line tool for interacting with gRPC servers
hcledit 0.2.10 A command line editor for HCL
helm 3.13.0 The Kubernetes Package Manager
helm2 2.17.0 The Kubernetes Package Manager
Expand Down Expand Up @@ -105,7 +105,7 @@ popeye 0.11.1 A Kubernetes cluster resource sanitizer
promtool 2.47.1 Prometheus CLI tool
rainbow-text 1.2.1 Tasty rainbows for your terminal! (lolcat clone)
rakkess* 0.5.0 Review Access - kubectl plugin to show an access matrix for all available resources
rancher 2.7.7 Rancher CLI
rancher* 2.7.7 Rancher CLI
rbac-lookup 0.10.2 Find Kubernetes roles and cluster roles bound to any user, service account, or group name.
retry OBSOLETE ♻️ Functional mechanism based on channels to perform actions repetitively until successful.
saml2aws 2.36.11 CLI tool which enables you to login and retrieve AWS temporary credentials using a SAML IDP
Expand Down Expand Up @@ -155,7 +155,7 @@ vault 1.15.0 Hashicorp vault
vendir 0.35.0 Easy way to vendor portions of git repos, github releases, helm charts, docker image contents, etc. declaratively.
venona* 1.10.1 Codefresh runtime-environment agent
vert 0.1.0 Simple CLI for comparing two or more versions
yajsv* 1.4.1 Yet Another JSON Schema Validator [CLI]
yajsv 1.4.1 Yet Another JSON Schema Validator [CLI]
yq 4.35.2 yq is a portable command-line YAML processor
```
<!-- markdownlint-restore -->
2 changes: 1 addition & 1 deletion vendor/grpcurl/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ export VENDOR ?= fullstorydev
export PACKAGE_REPO_NAME ?= grpcurl
export APK_BUILD_TEMPLATE ?= APKBUILD.github-binary
export DOWNLOAD_URL ?= $(PACKAGE_REPO_URL)/releases/download/v$(PACKAGE_VERSION)/grpcurl_$(PACKAGE_VERSION)_$(OS)_$(ARCH).tar.gz
#export APKBUILD_DEPENDS += libc6-compat
export APKBUILD_DEPENDS = gcompat libc6-compat

include ../../tasks/Makefile.vendor_includes

Expand Down
2 changes: 1 addition & 1 deletion vendor/grpcurl/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.8.7
1.8.8
2 changes: 1 addition & 1 deletion vendor/jx/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.10.116
3.10.112
2 changes: 1 addition & 1 deletion vendor/sentry-cli/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.21.2
2.21.1
2 changes: 1 addition & 1 deletion vendor/terragrunt/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.51.1
0.51.3
2 changes: 1 addition & 1 deletion vendor/vendir/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.35.0
0.34.6