Issues | Pull Requests | v0.12.3...v0.12.4
New Packages ๐
- #1612
infracost/infracost
- https://github.com/infracost/infracost
- Cloud cost estimates for Terraform in pull requests๐ฐ๐ Love your cloud bill
- #1607
Jeffail/benthos
- https://github.com/Jeffail/benthos
- Fancy stream processing made operationally mundane
- #807 #1606
liamg/memit
- https://github.com/liamg/memit
- Run binaries straight from memory in Linux
- #1606
uptrace/uptrace
- https://github.com/uptrace/uptrace
- Distributed tracing using OpenTelemetry and ClickHouse
- #1606
xiecat/fofax
- https://github.com/xiecat/fofax
- fofaX is a command line query tool based on the API of https://fofa.so/ , simple is the best
Feature
#1617 Add repo_owner
and repo_name
to some http
packages
From aqua v0.8.12, aqua supports getting the version of http
package in aqua g
.
To get the version from GitHub Releases, http
package needs repo_owner
and repo_name
.
AS IS
$ aqua g hashicorp/terraform
- name: hashicorp/terraform
version: '[SET PACKAGE VERSION]'
TO BE
$ aqua g hashicorp/terraform
- name: hashicorp/terraform@v1.1.2