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

chore(deps): update dependency aquaproj/aqua-registry to v4.188.0 #436

Merged
merged 3 commits into from
Jun 15, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 3, 2024

Mend Renovate

This PR contains the following updates:

Package Update Change
aquaproj/aqua-registry minor v4.180.1 -> v4.188.0

Release Notes

aquaproj/aqua-registry (aquaproj/aqua-registry)

v4.188.0

Compare Source

Issues | Pull Requests | aquaproj/aqua-registry@v4.187.1...v4.188.0

🎉 New Packages

#​23408 getsavvyinc/savvy-cli: Create, share, and run runbooks from your terminal
#​23384 joshmedeski/sesh: Smart session manager for the terminal @​CrystalMethod

v4.187.1

Compare Source

Issues | Pull Requests | aquaproj/aqua-registry@v4.187.0...v4.187.1

Fixes

#​23378 authzed/zed: Use gnu binary instead of musl binary @​sapphi-red

musl version exists for linux, but it is dynamically linked to musl libc and therefore doesn't work on glibc systems.

v4.187.0

Compare Source

Issues | Pull Requests | aquaproj/aqua-registry@v4.186.0...v4.187.0

🎉 New Packages

#​23375 authzed/zed: Official command-line tool for managing SpiceDB @​sapphi-red
#​23277 nucleuscloud/neosync: Open source data anonymization and synthetic data orchestration for developers. Create high fidelity synthetic data and sync it across your environments

v4.186.0

Compare Source

Issues | Pull Requests | aquaproj/aqua-registry@v4.185.1...v4.186.0

🎉 New Packages

#​23253 stripe/stripe-cli: A command-line tool for Stripe

Fix

#​23254 dlvhdr/gh-dash: Follow up changes of gh-dash v4.0.0

v4.185.1

Compare Source

Issues | Pull Requests | aquaproj/aqua-registry@v4.185.0...v4.185.1

Fix

#​23225 Rename the package fujiwara/aws-sdk-client-go to fujiwara/awslim @​ponkio-o

v4.185.0

Compare Source

Issues | Pull Requests | aquaproj/aqua-registry@v4.184.0...v4.185.0

🎉 New Packages

#​23170 leg100/pug: Drive terraform at terminal velocity

Other

This is a update for aqua-registry's contributors.

https://aquaproj.github.io/docs/products/aqua-registry/changelog#2024-05-24

#​23171 #​23188 #​23191 #​23192

The behaviour of cmdx s, cmdx t, and cmdx new were changed.

cmdx s

  • cmdx s fails if commit.gpgSign isn't enabled
  • cmdx s fails if files in pkgs are changed before scaffolding files
    • This validation prevents unrelated changes from being committed
  • cmdx s creates a feature branch feat/<package name> from the remote branch https://github.com/aquaproj/aqua-registry/tree/main before scaffolding code
    • This prevents old scripts from being executed as much as possible
  • cmdx s commits scaffolded codes
    • This enables us to distinguish scaffolded code and manual changes
  • cmdx s doesn't connect to a container when test fails
    • This is a change of cmdx t. cmdx s runs cmdx t internally

cmdx t

  • cmdx t doesn't connect to a container when test fails
    • If you want to connect to the container, you can do it by cmdx con <os> <arch> command
    • In most cases you don't have to connect to a container, so we changed the behaviour

cmdx new

  • cmdx new doesn't create a branch and a commit anymore
    • If you change code manually, you have to commit it before running cmdx new
  • cmdx new fails if files in pkgs or registry.yaml has changes
  • cmdx new fails if the current branch isn't feat/<package name>
  • You can omit the argument pkg
    • cmdx new gets the package name from the current branch name

v4.184.0

Compare Source

Issues | Pull Requests | aquaproj/aqua-registry@v4.183.0...v4.184.0

🎉 New Packages

#​23068 fujiwara/aws-sdk-client-go: A simplified alternative to the AWS CLI for limited use cases @​ponkio-o

Fix

#​23111 handlename/ssmwrap: Follow up changes of ssmwrap v2.1.0
#​23112 xremap/xremap/hypr: xremap client for hypr was dropped
#​23113 xremap/xremap/sway: xremap client for sway was dropped

https://github.com/xremap/xremap/pull/479

v4.183.0

Compare Source

Issues | Pull Requests | aquaproj/aqua-registry@v4.182.0...v4.183.0

🎉 New Packages

#​23041 rustsec/rustsec/cargo-audit: Audit your dependencies for crates @​sapphi-red

Fix

#​23049 sl1pm4t/k2tf: Follow up changes of k2tf v0.8.0

v4.182.0

Compare Source

Issues | Pull Requests | aquaproj/aqua-registry@v4.181.0...v4.182.0

🎉 New Packages

#​23033 Ph0enixKM/Amber: Amber the programming language compiled to bash
#​23032 firebase/firebase-tools: The Firebase Command Line Tools @​ka2n

v4.181.0

Compare Source

Issues | Pull Requests | aquaproj/aqua-registry@v4.180.1...v4.181.0

🎉 New Packages

#​23000 #​23005 jessfraz/dockfmt: Dockerfile format and parser. Like gofmt but for Dockerfiles @​istone-you
#​23025 typst/typst: A new markup-based typesetting system that is powerful and easy to learn @​ryota2357

Fix

#​23022 MHNightCat/superfile: Rename the package to yorukot/superfile

The repository https://github.com/MHNightCat/superfile was transferred to https://github.com/yorukot/superfile .


Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

Copy link
Contributor Author

renovate bot commented Jun 3, 2024

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@izumin5210 izumin5210 merged commit 2abed33 into main Jun 15, 2024
5 checks passed
@izumin5210 izumin5210 deleted the renovate/aquaproj-aqua-registry-4.x branch June 15, 2024 14:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant