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

cloudformation-guard 3.0.3 #159693

Merged

Conversation

joshfried-aws
Copy link
Contributor

Created with brew bump-formula-pr.

release notes
## What's Changed
* [BugFix]: Gracefully handle keys for maps that are not of type string by @joshfried-aws in https://github.com/aws-cloudformation/cloudformation-guard/pull/418
* [BugFix]: discovered bug in loader when handling type casted nulls by @joshfried-aws in https://github.com/aws-cloudformation/cloudformation-guard/pull/420
* [Misc]: Removing unnecessary clones by @joshfried-aws in https://github.com/aws-cloudformation/cloudformation-guard/pull/421
* guard: add fuzz target. by @sepehrdaddev in https://github.com/aws-cloudformation/cloudformation-guard/pull/419
* [BugFix]: fix for converting serde_yaml::Value into internal Value type by @joshfried-aws in https://github.com/aws-cloudformation/cloudformation-guard/pull/422
* [Docs]: fixing list for cfn-guard-fuzz README.md by @joshfried-aws in https://github.com/aws-cloudformation/cloudformation-guard/pull/423
* [Misc]: bumping up nom to version 5.1.3 by @joshfried-aws in https://github.com/aws-cloudformation/cloudformation-guard/pull/424
* [BugFix]: fix to catch panic when parsing inner portion of a string by @joshfried-aws in https://github.com/aws-cloudformation/cloudformation-guard/pull/426
* [Misc]: bumping up fancy-regex to 0.12.0 by @joshfried-aws in https://github.com/aws-cloudformation/cloudformation-guard/pull/427
* [BugFix]: Add check for control characters in regex by @joshfried-aws in https://github.com/aws-cloudformation/cloudformation-guard/pull/428
* [BugFix]: Fix panic occurring for regex with incomplete groupings by @joshfried-aws in https://github.com/aws-cloudformation/cloudformation-guard/pull/429
* [Misc]: split fuzz targets into 2 by @joshfried-aws in https://github.com/aws-cloudformation/cloudformation-guard/pull/430
* [BugFix]: fixing panic in evaluator when query from typeblock is unresolved by @joshfried-aws in https://github.com/aws-cloudformation/cloudformation-guard/pull/432
* [Misc]: adding fuzzer to ci by @joshfried-aws in https://github.com/aws-cloudformation/cloudformation-guard/pull/433
* [Misc]: changing build and test ci job run on both macos and ubuntu by @joshfried-aws in https://github.com/aws-cloudformation/cloudformation-guard/pull/434
* [Misc]: adding multiple targets for install script job by @joshfried-aws in https://github.com/aws-cloudformation/cloudformation-guard/pull/435
* [Misc]: adding apple silicon runner to os targets for registry job by @joshfried-aws in https://github.com/aws-cloudformation/cloudformation-guard/pull/436
* [Misc]: adding apple silicon runner to os targets for cargo build/test by @joshfried-aws in https://github.com/aws-cloudformation/cloudformation-guard/pull/437
* Bump unsafe-libyaml from 0.2.9 to 0.2.10 in /guard/fuzz by @dependabot in https://github.com/aws-cloudformation/cloudformation-guard/pull/439
* Bump unsafe-libyaml from 0.2.5 to 0.2.10 by @dependabot in https://github.com/aws-cloudformation/cloudformation-guard/pull/438
* [Misc]: clippy lints by @joshfried-aws in https://github.com/aws-cloudformation/cloudformation-guard/pull/440
* Bump rustix from 0.36.8 to 0.36.17 by @dependabot in https://github.com/aws-cloudformation/cloudformation-guard/pull/441
* [Misc]: Reverting previous changes + bumping up fancy-regex version by @joshfried-aws in https://github.com/aws-cloudformation/cloudformation-guard/pull/442

New Contributors

Full Changelog: aws-cloudformation/cloudformation-guard@3.0.2...3.0.3

@github-actions github-actions bot added rust Rust use is a significant feature of the PR or issue bump-formula-pr PR was created using `brew bump-formula-pr` labels Jan 11, 2024
@chenrui333
Copy link
Member

@joshfried-aws your base branch is outdated, you need to do brew update before filing this PR to avoid merge conflict.

@joshfried-aws
Copy link
Contributor Author

joshfried-aws commented Jan 11, 2024

@joshfried-aws your base branch is outdated, you need to do brew update before filing this PR to avoid merge conflict.

Sorry about that, I had rebased. I forgot about this step. Can i rerun the same command now that i've updated? @chenrui333

@p-linnane
Copy link
Member

Run brew update, rebase, and then force push to this branch.

@chenrui333
Copy link
Member

yeah, just like @p-linnane said :)

@joshfried-aws
Copy link
Contributor Author

Run brew update, rebase, and then force push to this branch.

@p-linnane @chenrui333 sorry, i seem to be having issues. I was trying to rebase off of the repo i cd into when i run

cd "$(brew --repository)"

But that's clearly not the right way to go about it. Can you clarify here. Sorry about this.

@p-linnane
Copy link
Member

That's the repository the actual brew package manger lives in. You want the homebrew-core repo:
cd "$(brew --repository)/Library/Taps/homebrew/homebrew-core"

Signed-off-by: Rui Chen <rui@chenrui.dev>
@chenrui333 chenrui333 force-pushed the bump-cloudformation-guard-3.0.3 branch from ae27d8c to 934a6c6 Compare January 12, 2024 04:07
@chenrui333
Copy link
Member

another way to do is to run the sync in github UI and pull to update your local branch

image

@chenrui333
Copy link
Member

or you dont have to anything and it would be covered by the bot

cloudformation-guard

@chenrui333 chenrui333 added the ready to merge PR can be merged once CI is green label Jan 12, 2024
Copy link
Contributor

🤖 An automated task has requested bottles to be published to this PR.

@github-actions github-actions bot added the CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. label Jan 12, 2024
@BrewTestBot BrewTestBot added this pull request to the merge queue Jan 12, 2024
Merged via the queue into Homebrew:master with commit 900d197 Jan 12, 2024
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bump-formula-pr PR was created using `brew bump-formula-pr` CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. ready to merge PR can be merged once CI is green rust Rust use is a significant feature of the PR or issue
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants