Skip to content

Releases: aquaproj/aqua-registry

v4.188.0

29 May 20:55
v4.188.0
540d617
Compare
Choose a tag to compare

Issues | Pull Requests | 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

29 May 12:17
v4.187.1
8bfdec2
Compare
Choose a tag to compare

Issues | Pull Requests | 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

29 May 10:14
v4.187.0
33010f1
Compare
Choose a tag to compare

Issues | Pull Requests | 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

24 May 22:52
v4.186.0
2419ccc
Compare
Choose a tag to compare

Issues | Pull Requests | 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

24 May 05:21
v4.185.1
efac002
Compare
Choose a tag to compare

v4.185.0

24 May 00:11
v4.185.0
013358b
Compare
Choose a tag to compare

Issues | Pull Requests | 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

21 May 06:23
v4.184.0
a0202f9
Compare
Choose a tag to compare

Issues | Pull Requests | 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

xremap/xremap#479

v4.183.0

19 May 08:50
v4.183.0
58ddf3d
Compare
Choose a tag to compare

Issues | Pull Requests | 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

18 May 04:35
v4.182.0
bc11099
Compare
Choose a tag to compare

Issues | Pull Requests | 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

17 May 21:15
v4.181.0
89e8efd
Compare
Choose a tag to compare

Issues | Pull Requests | 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 .