Skip to content

Commit

Permalink
Update popeye to 0.11.2 (#4253)
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudpossebot authored Jan 15, 2024
1 parent 5acf705 commit 85c89d2
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@ Here are some solutions to several common problems that may occur when adding a
[![pandoc](https://github.com/cloudposse/packages/workflows/pandoc/badge.svg?branch=master)](https://github.com/cloudposse/packages/actions?query=workflow%3Apandoc) | 3.1.11.1 | Universal markup converter
[![pgmetrics](https://github.com/cloudposse/packages/workflows/pgmetrics/badge.svg?branch=master)](https://github.com/cloudposse/packages/actions?query=workflow%3Apgmetrics) | 1.16.0 | Postgres metrics
[![pluto](https://github.com/cloudposse/packages/workflows/pluto/badge.svg?branch=master)](https://github.com/cloudposse/packages/actions?query=workflow%3Apluto) | 5.19.0 | A cli tool to help discover deprecated apiVersions in Kubernetes
[![popeye](https://github.com/cloudposse/packages/workflows/popeye/badge.svg?branch=master)](https://github.com/cloudposse/packages/actions?query=workflow%3Apopeye) | 0.11.1 | A Kubernetes cluster resource sanitizer
[![popeye](https://github.com/cloudposse/packages/workflows/popeye/badge.svg?branch=master)](https://github.com/cloudposse/packages/actions?query=workflow%3Apopeye) | 0.11.2 | A Kubernetes cluster resource sanitizer
[![promtool](https://github.com/cloudposse/packages/workflows/promtool/badge.svg?branch=master)](https://github.com/cloudposse/packages/actions?query=workflow%3Apromtool) | 2.48.1 | Prometheus CLI tool
[![rainbow-text](https://github.com/cloudposse/packages/workflows/rainbow-text/badge.svg?branch=master)](https://github.com/cloudposse/packages/actions?query=workflow%3Arainbow-text) | 1.2.1 | Tasty rainbows for your terminal! (lolcat clone)
[![rakkess](https://github.com/cloudposse/packages/workflows/rakkess/badge.svg?branch=master)](https://github.com/cloudposse/packages/actions?query=workflow%3Arakkess) | 0.5.0 | Review Access - kubectl plugin to show an access matrix for all available resources
Expand Down
2 changes: 1 addition & 1 deletion docs/badges.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
[![pandoc](https://github.com/cloudposse/packages/workflows/pandoc/badge.svg?branch=master)](https://github.com/cloudposse/packages/actions?query=workflow%3Apandoc) | 3.1.11.1 | Universal markup converter
[![pgmetrics](https://github.com/cloudposse/packages/workflows/pgmetrics/badge.svg?branch=master)](https://github.com/cloudposse/packages/actions?query=workflow%3Apgmetrics) | 1.16.0 | Postgres metrics
[![pluto](https://github.com/cloudposse/packages/workflows/pluto/badge.svg?branch=master)](https://github.com/cloudposse/packages/actions?query=workflow%3Apluto) | 5.19.0 | A cli tool to help discover deprecated apiVersions in Kubernetes
[![popeye](https://github.com/cloudposse/packages/workflows/popeye/badge.svg?branch=master)](https://github.com/cloudposse/packages/actions?query=workflow%3Apopeye) | 0.11.1 | A Kubernetes cluster resource sanitizer
[![popeye](https://github.com/cloudposse/packages/workflows/popeye/badge.svg?branch=master)](https://github.com/cloudposse/packages/actions?query=workflow%3Apopeye) | 0.11.2 | A Kubernetes cluster resource sanitizer
[![promtool](https://github.com/cloudposse/packages/workflows/promtool/badge.svg?branch=master)](https://github.com/cloudposse/packages/actions?query=workflow%3Apromtool) | 2.48.1 | Prometheus CLI tool
[![rainbow-text](https://github.com/cloudposse/packages/workflows/rainbow-text/badge.svg?branch=master)](https://github.com/cloudposse/packages/actions?query=workflow%3Arainbow-text) | 1.2.1 | Tasty rainbows for your terminal! (lolcat clone)
[![rakkess](https://github.com/cloudposse/packages/workflows/rakkess/badge.svg?branch=master)](https://github.com/cloudposse/packages/actions?query=workflow%3Arakkess) | 0.5.0 | Review Access - kubectl plugin to show an access matrix for all available resources
Expand Down
2 changes: 1 addition & 1 deletion docs/targets.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ packer 1.10.0 Packer is a tool for creating identical mac
pandoc 3.1.11.1 Universal markup converter
pgmetrics 1.16.0 Postgres metrics
pluto 5.19.0 A cli tool to help discover deprecated apiVersions in Kubernetes
popeye 0.11.1 A Kubernetes cluster resource sanitizer
popeye 0.11.2 A Kubernetes cluster resource sanitizer
promtool 2.48.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
Expand Down
4 changes: 0 additions & 4 deletions vendor/popeye/Makefile
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@

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

ifeq ($(ARCH), amd64)
ARCH=x86_64
endif

ifeq ($(OS), darwin)
OS=Darwin
else
Expand Down
2 changes: 1 addition & 1 deletion vendor/popeye/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.11.1
0.11.2

0 comments on commit 85c89d2

Please sign in to comment.