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 consul to 1.18.2 #4694

Merged
merged 1 commit into from
May 18, 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
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@


<!-- markdownlint-disable -->
<a href="https://cpco.io/homepage"><img src=".github/banner.png?raw=true" alt="Project Banner"/></a><br/>
<a href="https://cpco.io/homepage"><img src="https://github.com/cloudposse/packages/blob/main/.github/banner.png?raw=true" alt="Project Banner"/></a><br/>
<p align="right">
<a href="https://github.com/cloudposse/packages/actions/workflows/auto-update-packages.yml"><img src="https://github.com/cloudposse/packages/actions/workflows/auto-update-packages.yml/badge.svg" alt="Auto Update Status"/></a><a href="https://slack.cloudposse.com"><img src="https://slack.cloudposse.com/badge.svg" alt="Slack Community"/></a></p>
<!-- markdownlint-restore -->
Expand Down Expand Up @@ -347,7 +347,7 @@ Here are some solutions to several common problems that may occur when adding a
[![cloudflared](https://github.com/cloudposse/packages/actions/workflows/cloudflared.yml/badge.svg?branch=main)](https://github.com/cloudposse/packages/actions?query=workflow%3Acloudflared) | 2024.5.0 | Argo Tunnel client
[![codefresh](https://github.com/cloudposse/packages/actions/workflows/codefresh.yml/badge.svg?branch=main)](https://github.com/cloudposse/packages/actions?query=workflow%3Acodefresh)* | 0.87.4 | Codefresh CLI
[![conftest](https://github.com/cloudposse/packages/actions/workflows/conftest.yml/badge.svg?branch=main)](https://github.com/cloudposse/packages/actions?query=workflow%3Aconftest) | 0.52.0 | Test your configuration files using Open Policy Agent
[![consul](https://github.com/cloudposse/packages/actions/workflows/consul.yml/badge.svg?branch=main)](https://github.com/cloudposse/packages/actions?query=workflow%3Aconsul) | 1.18.1 | Hashicorp consul
[![consul](https://github.com/cloudposse/packages/actions/workflows/consul.yml/badge.svg?branch=main)](https://github.com/cloudposse/packages/actions?query=workflow%3Aconsul) | 1.18.2 | Hashicorp consul
[![ctop](https://github.com/cloudposse/packages/actions/workflows/ctop.yml/badge.svg?branch=main)](https://github.com/cloudposse/packages/actions?query=workflow%3Actop) | 0.7.7 | Top-like interface for container metrics
[![direnv](https://github.com/cloudposse/packages/actions/workflows/direnv.yml/badge.svg?branch=main)](https://github.com/cloudposse/packages/actions?query=workflow%3Adirenv) | 2.34.0 | Unclutter your .profile
[![doctl](https://github.com/cloudposse/packages/actions/workflows/doctl.yml/badge.svg?branch=main)](https://github.com/cloudposse/packages/actions?query=workflow%3Adoctl) | 1.106.0 | A command line tool for DigitalOcean services
Expand Down
2 changes: 1 addition & 1 deletion docs/badges.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
[![cloudflared](https://github.com/cloudposse/packages/actions/workflows/cloudflared.yml/badge.svg?branch=main)](https://github.com/cloudposse/packages/actions?query=workflow%3Acloudflared) | 2024.5.0 | Argo Tunnel client
[![codefresh](https://github.com/cloudposse/packages/actions/workflows/codefresh.yml/badge.svg?branch=main)](https://github.com/cloudposse/packages/actions?query=workflow%3Acodefresh)* | 0.87.4 | Codefresh CLI
[![conftest](https://github.com/cloudposse/packages/actions/workflows/conftest.yml/badge.svg?branch=main)](https://github.com/cloudposse/packages/actions?query=workflow%3Aconftest) | 0.52.0 | Test your configuration files using Open Policy Agent
[![consul](https://github.com/cloudposse/packages/actions/workflows/consul.yml/badge.svg?branch=main)](https://github.com/cloudposse/packages/actions?query=workflow%3Aconsul) | 1.18.1 | Hashicorp consul
[![consul](https://github.com/cloudposse/packages/actions/workflows/consul.yml/badge.svg?branch=main)](https://github.com/cloudposse/packages/actions?query=workflow%3Aconsul) | 1.18.2 | Hashicorp consul
[![ctop](https://github.com/cloudposse/packages/actions/workflows/ctop.yml/badge.svg?branch=main)](https://github.com/cloudposse/packages/actions?query=workflow%3Actop) | 0.7.7 | Top-like interface for container metrics
[![direnv](https://github.com/cloudposse/packages/actions/workflows/direnv.yml/badge.svg?branch=main)](https://github.com/cloudposse/packages/actions?query=workflow%3Adirenv) | 2.34.0 | Unclutter your .profile
[![doctl](https://github.com/cloudposse/packages/actions/workflows/doctl.yml/badge.svg?branch=main)](https://github.com/cloudposse/packages/actions?query=workflow%3Adoctl) | 1.106.0 | A command line tool for DigitalOcean services
Expand Down
2 changes: 1 addition & 1 deletion docs/targets.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ cloudflared 2024.5.0 Argo Tunnel client
cloudposse-atlantis OBSOLETE Terraform For Teams, enhanced by Cloud Posse
codefresh* 0.87.4 Codefresh CLI
conftest 0.52.0 Test your configuration files using Open Policy Agent
consul 1.18.1 Hashicorp consul
consul 1.18.2 Hashicorp consul
ctop 0.7.7 Top-like interface for container metrics
direnv 2.34.0 Unclutter your .profile
doctl 1.106.0 A command line tool for DigitalOcean services
Expand Down
2 changes: 1 addition & 1 deletion vendor/consul/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.18.1
1.18.2
Loading