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 shfmt to 3.9.0 #4943

Merged
merged 1 commit into from
Aug 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 README.md
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@ packer \[frozen\] | 1.9.5 | Packer is a tool for creating identical machine
[![saml2aws](https:/cloudposse/packages/actions/workflows/saml2aws.yml/badge.svg?branch=main)](https:/cloudposse/packages/actions?query=workflow%3Asaml2aws) | 2.36.17 | CLI tool which enables you to login and retrieve AWS temporary credentials using a SAML IDP
[![sentry-cli](https:/cloudposse/packages/actions/workflows/sentry-cli.yml/badge.svg?branch=main)](https:/cloudposse/packages/actions?query=workflow%3Asentry-cli) | 2.33.1 | A command line utility to work with Sentry.
[![shellcheck](https:/cloudposse/packages/actions/workflows/shellcheck.yml/badge.svg?branch=main)](https:/cloudposse/packages/actions?query=workflow%3Ashellcheck) | 0.10.0 | ShellCheck, a static analysis tool for shell scripts
[![shfmt](https:/cloudposse/packages/actions/workflows/shfmt.yml/badge.svg?branch=main)](https:/cloudposse/packages/actions?query=workflow%3Ashfmt) | 3.8.0 | A shell parser, formatter and interpreter (POSIX/Bash/mksh)
[![shfmt](https:/cloudposse/packages/actions/workflows/shfmt.yml/badge.svg?branch=main)](https:/cloudposse/packages/actions?query=workflow%3Ashfmt) | 3.9.0 | A shell parser, formatter and interpreter (POSIX/Bash/mksh)
[![slack-notifier](https:/cloudposse/packages/actions/workflows/slack-notifier.yml/badge.svg?branch=main)](https:/cloudposse/packages/actions?query=workflow%3Aslack-notifier) | 0.10.0 | Command line utility to send messages with attachments to Slack channels via Incoming Webhooks
[![sops](https:/cloudposse/packages/actions/workflows/sops.yml/badge.svg?branch=main)](https:/cloudposse/packages/actions?query=workflow%3Asops) | 3.9.0 | Secrets management stinks, use some sops!
[![spacectl](https:/cloudposse/packages/actions/workflows/spacectl.yml/badge.svg?branch=main)](https:/cloudposse/packages/actions?query=workflow%3Aspacectl) | 1.2.1 | [Spacelift.io](https://spacelift.io/) client and CLI
Expand Down
2 changes: 1 addition & 1 deletion docs/badges.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ packer \[frozen\] | 1.9.5 | Packer is a tool for creating identical machine
[![saml2aws](https:/cloudposse/packages/actions/workflows/saml2aws.yml/badge.svg?branch=main)](https:/cloudposse/packages/actions?query=workflow%3Asaml2aws) | 2.36.17 | CLI tool which enables you to login and retrieve AWS temporary credentials using a SAML IDP
[![sentry-cli](https:/cloudposse/packages/actions/workflows/sentry-cli.yml/badge.svg?branch=main)](https:/cloudposse/packages/actions?query=workflow%3Asentry-cli) | 2.33.1 | A command line utility to work with Sentry.
[![shellcheck](https:/cloudposse/packages/actions/workflows/shellcheck.yml/badge.svg?branch=main)](https:/cloudposse/packages/actions?query=workflow%3Ashellcheck) | 0.10.0 | ShellCheck, a static analysis tool for shell scripts
[![shfmt](https:/cloudposse/packages/actions/workflows/shfmt.yml/badge.svg?branch=main)](https:/cloudposse/packages/actions?query=workflow%3Ashfmt) | 3.8.0 | A shell parser, formatter and interpreter (POSIX/Bash/mksh)
[![shfmt](https:/cloudposse/packages/actions/workflows/shfmt.yml/badge.svg?branch=main)](https:/cloudposse/packages/actions?query=workflow%3Ashfmt) | 3.9.0 | A shell parser, formatter and interpreter (POSIX/Bash/mksh)
[![slack-notifier](https:/cloudposse/packages/actions/workflows/slack-notifier.yml/badge.svg?branch=main)](https:/cloudposse/packages/actions?query=workflow%3Aslack-notifier) | 0.10.0 | Command line utility to send messages with attachments to Slack channels via Incoming Webhooks
[![sops](https:/cloudposse/packages/actions/workflows/sops.yml/badge.svg?branch=main)](https:/cloudposse/packages/actions?query=workflow%3Asops) | 3.9.0 | Secrets management stinks, use some sops!
[![spacectl](https:/cloudposse/packages/actions/workflows/spacectl.yml/badge.svg?branch=main)](https:/cloudposse/packages/actions?query=workflow%3Aspacectl) | 1.2.1 | [Spacelift.io](https://spacelift.io/) client and CLI
Expand Down
2 changes: 1 addition & 1 deletion docs/targets.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ scenery OBSOLETE A Terraform plan output prettifier
sentinel OBSOLETE Hashicorp sentinel
sentry-cli 2.33.1 A command line utility to work with Sentry.
shellcheck 0.10.0 ShellCheck, a static analysis tool for shell scripts
shfmt 3.8.0 A shell parser, formatter and interpreter (POSIX/Bash/mksh)
shfmt 3.9.0 A shell parser, formatter and interpreter (POSIX/Bash/mksh)
slack-notifier 0.10.0 Command line utility to send messages with attachments to Slack channels via Incoming Webhooks
sops 3.9.0 Secrets management stinks, use some sops!
spacectl 1.2.1 [Spacelift.io](https://spacelift.io/) client and CLI
Expand Down
2 changes: 1 addition & 1 deletion vendor/shfmt/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.8.0
3.9.0
Loading