Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: aquaproj/aqua-registry
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.90.0
Choose a base ref
...
head repository: aquaproj/aqua-registry
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.91.0
Choose a head ref
Loading
Showing with 153 additions and 55 deletions.
  1. +1 −1 .github/workflows/actionlint.yaml
  2. +1 −1 .github/workflows/generate-registry.yaml
  3. +2 −2 .github/workflows/test.yaml
  4. +3 −3 CONTRIBUTING.md
  5. +2 −2 README.md
  6. +1 −1 pkgs/BeryJu/korb/pkg.yaml
  7. +1 −1 pkgs/JanDeDobbeleer/oh-my-posh/pkg.yaml
  8. +1 −1 pkgs/Pluralith/pluralith-cli/pkg.yaml
  9. +1 −1 pkgs/argoproj/argo-cd/pkg.yaml
  10. +1 −1 pkgs/awslabs/yesiscan/pkg.yaml
  11. +1 −1 pkgs/cli/cli/pkg.yaml
  12. +1 −1 pkgs/coder/coder/pkg.yaml
  13. +1 −1 pkgs/containerd/fuse-overlayfs-snapshotter/pkg.yaml
  14. +1 −1 pkgs/denoland/deno/pkg.yaml
  15. +1 −1 pkgs/deviceinsight/kafkactl/pkg.yaml
  16. +1 −1 pkgs/ducaale/xh/pkg.yaml
  17. +1 −1 pkgs/earthly/earthly/pkg.yaml
  18. +1 −1 pkgs/fortio/fortio/pkg.yaml
  19. +1 −1 pkgs/goccy/bigquery-emulator/pkg.yaml
  20. +1 −1 pkgs/google/gke-policy-automation/pkg.yaml
  21. +1 −1 pkgs/gopasspw/gopass/pkg.yaml
  22. +1 −1 pkgs/gruntwork-io/terragrunt/pkg.yaml
  23. +1 −1 pkgs/hasura/graphql-engine/pkg.yaml
  24. +1 −1 pkgs/k1LoW/octocov/pkg.yaml
  25. +1 −1 pkgs/k1LoW/runn/pkg.yaml
  26. +1 −1 pkgs/k1LoW/tbls/pkg.yaml
  27. +1 −1 pkgs/kubernetes-sigs/cluster-api/pkg.yaml
  28. +1 −1 pkgs/kubevela/kubevela/kubectl-plugin/pkg.yaml
  29. +1 −1 pkgs/kubevela/kubevela/pkg.yaml
  30. +1 −1 pkgs/kyleconroy/sqlc/pkg.yaml
  31. +1 −1 pkgs/mantil-io/mantil/pkg.yaml
  32. +1 −1 pkgs/metalbear-co/mirrord/pkg.yaml
  33. +6 −0 pkgs/minamijoyo/myaws/pkg.yaml
  34. +25 −0 pkgs/minamijoyo/myaws/registry.yaml
  35. +1 −1 pkgs/mutagen-io/mutagen/pkg.yaml
  36. +1 −1 pkgs/newrelic/newrelic-cli/pkg.yaml
  37. +1 −1 pkgs/nuclio/nuclio/pkg.yaml
  38. +3 −1 pkgs/nushell/nushell/pkg.yaml
  39. +9 −0 pkgs/nushell/nushell/registry.yaml
  40. +1 −1 pkgs/oras-project/oras/pkg.yaml
  41. +1 −1 pkgs/pachyderm/pachyderm/pkg.yaml
  42. +1 −1 pkgs/projectdiscovery/nuclei/pkg.yaml
  43. +1 −1 pkgs/pulumi/pulumi/pkg.yaml
  44. +1 −1 pkgs/rogerwelin/cassowary/pkg.yaml
  45. +1 −1 pkgs/scaleway/scaleway-cli/pkg.yaml
  46. +3 −0 pkgs/sigstore/sget/pkg.yaml
  47. +5 −0 pkgs/sigstore/sget/registry.yaml
  48. +1 −1 pkgs/snyk/cli/pkg.yaml
  49. +1 −1 pkgs/sonatype-nexus-community/nancy/pkg.yaml
  50. +1 −1 pkgs/sumneko/lua-language-server/pkg.yaml
  51. +1 −1 pkgs/tilt-dev/tilt/pkg.yaml
  52. +1 −1 pkgs/trufflesecurity/trufflehog/pkg.yaml
  53. +1 −1 pkgs/turbot/steampipe/pkg.yaml
  54. +1 −1 pkgs/twpayne/chezmoi/pkg.yaml
  55. +1 −1 pkgs/uptrace/uptrace/pkg.yaml
  56. +1 −1 pkgs/wtetsu/gaze/pkg.yaml
  57. +2 −0 pkgs/ysugimoto/falco/pkg.yaml
  58. +4 −0 pkgs/ysugimoto/falco/registry.yaml
  59. +42 −0 registry.yaml
2 changes: 1 addition & 1 deletion .github/workflows/actionlint.yaml
Original file line number Diff line number Diff line change
@@ -16,5 +16,5 @@ jobs:
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # tag=v3.1.0
- uses: aquaproj/aqua-installer@c553e04154f1f3b7e5eb35da058db3bb782bee8a # tag=v1.1.2
with:
aqua_version: v1.22.0
aqua_version: v1.23.0
- run: actionlint -ignore "duplicate value"
2 changes: 1 addition & 1 deletion .github/workflows/generate-registry.yaml
Original file line number Diff line number Diff line change
@@ -22,5 +22,5 @@ jobs:
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # tag=v3.1.0
- uses: aquaproj/aqua-installer@c553e04154f1f3b7e5eb35da058db3bb782bee8a # tag=v1.1.2
with:
aqua_version: v1.22.0
aqua_version: v1.23.0
- uses: aquaproj/registry-action/generate-registry@39773065a44549758440b90a9e25f713c7e1db34 # tag=v0.1.4
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # tag=v3.1.0
- uses: aquaproj/aqua-installer@c553e04154f1f3b7e5eb35da058db3bb782bee8a # tag=v1.1.2
with:
aqua_version: v1.22.0
aqua_version: v1.23.0
- uses: suzuki-shunsuke/ci-info-action/store@c6a3abba5a3280cf36469931689b8d0dd03544c3 # tag=v0.1.0
- run: echo "https://github.com/aquaproj/aqua-registry/pull/$CI_INFO_PR_NUMBER" >> "$GITHUB_STEP_SUMMARY"

@@ -54,7 +54,7 @@ jobs:

- uses: aquaproj/aqua-installer@c553e04154f1f3b7e5eb35da058db3bb782bee8a # tag=v1.1.2
with:
aqua_version: v1.22.0
aqua_version: v1.23.0

- uses: aquaproj/registry-action/test@39773065a44549758440b90a9e25f713c7e1db34 # tag=v0.1.4
with:
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -75,7 +75,7 @@ e.g. [pkg.yaml](pkgs/scaleway/scaleway-cli/pkg.yaml) [registry.yaml](pkgs/scalew

```yaml
packages:
- name: scaleway/scaleway-cli@v2.6.1
- name: scaleway/scaleway-cli@v2.6.2
- name: scaleway/scaleway-cli
version: v2.4.0
```
@@ -86,8 +86,8 @@ packages:

```yaml
packages:
- name: scaleway/scaleway-cli@v2.6.1
- name: scaleway/scaleway-cli@v2.6.1
- name: scaleway/scaleway-cli@v2.6.2
- name: scaleway/scaleway-cli@v2.6.2
```

## Change `GOOS` and `GOARCH` for testing
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -13,7 +13,7 @@ aqua.yaml
```yaml
registries:
- type: standard
ref: v3.89.0 # renovate: depName=aquaproj/aqua-registry
ref: v3.90.0 # renovate: depName=aquaproj/aqua-registry
```
## Search packages from the Standard Registry by the command `aqua g`
@@ -23,7 +23,7 @@ Please add the Standard Registry to your aqua.yaml's registries, and run `aqua g
```yaml
registries:
- type: standard
ref: v3.89.0 # renovate: depName=aquaproj/aqua-registry
ref: v3.90.0 # renovate: depName=aquaproj/aqua-registry
```

`aqua g` launches the interactive UI and you can search the package by fuzzy search.
2 changes: 1 addition & 1 deletion pkgs/BeryJu/korb/pkg.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
packages:
- name: BeryJu/korb@v2.1.1
- name: BeryJu/korb@v2.1.3
2 changes: 1 addition & 1 deletion pkgs/JanDeDobbeleer/oh-my-posh/pkg.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
packages:
- name: JanDeDobbeleer/oh-my-posh@v12.13.0
- name: JanDeDobbeleer/oh-my-posh@v12.13.1
2 changes: 1 addition & 1 deletion pkgs/Pluralith/pluralith-cli/pkg.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
packages:
- name: Pluralith/pluralith-cli@v0.1.17
- name: Pluralith/pluralith-cli@v0.1.18
2 changes: 1 addition & 1 deletion pkgs/argoproj/argo-cd/pkg.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
packages:
- name: argoproj/argo-cd@v2.5.1
- name: argoproj/argo-cd@v2.5.2
- name: argoproj/argo-cd
version: v2.4.14
2 changes: 1 addition & 1 deletion pkgs/awslabs/yesiscan/pkg.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
packages:
- name: awslabs/yesiscan@v0.0.11
- name: awslabs/yesiscan@v0.0.13
2 changes: 1 addition & 1 deletion pkgs/cli/cli/pkg.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
packages:
- name: cli/cli@v2.19.0
- name: cli/cli@v2.20.0
2 changes: 1 addition & 1 deletion pkgs/coder/coder/pkg.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
packages:
- name: coder/coder@v0.12.4
- name: coder/coder@v0.12.5
2 changes: 1 addition & 1 deletion pkgs/containerd/fuse-overlayfs-snapshotter/pkg.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
packages:
- name: containerd/fuse-overlayfs-snapshotter@v1.0.4
- name: containerd/fuse-overlayfs-snapshotter@v1.0.5
2 changes: 1 addition & 1 deletion pkgs/denoland/deno/pkg.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
packages:
- name: denoland/deno@v1.27.1
- name: denoland/deno@v1.27.2
2 changes: 1 addition & 1 deletion pkgs/deviceinsight/kafkactl/pkg.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
packages:
- name: deviceinsight/kafkactl@v3.0.0
- name: deviceinsight/kafkactl@v3.0.1
2 changes: 1 addition & 1 deletion pkgs/ducaale/xh/pkg.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
packages:
- name: ducaale/xh@v0.16.1
- name: ducaale/xh@v0.17.0
- name: ducaale/xh
version: v0.14.1
2 changes: 1 addition & 1 deletion pkgs/earthly/earthly/pkg.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
packages:
- name: earthly/earthly@v0.6.28
- name: earthly/earthly@v0.6.29
2 changes: 1 addition & 1 deletion pkgs/fortio/fortio/pkg.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
packages:
- name: fortio/fortio@v1.38.2
- name: fortio/fortio@v1.38.3
2 changes: 1 addition & 1 deletion pkgs/goccy/bigquery-emulator/pkg.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
packages:
- name: goccy/bigquery-emulator@v0.1.22
- name: goccy/bigquery-emulator@v0.1.25
2 changes: 1 addition & 1 deletion pkgs/google/gke-policy-automation/pkg.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
packages:
- name: google/gke-policy-automation@v1.2.1
- name: google/gke-policy-automation@v1.2.2
2 changes: 1 addition & 1 deletion pkgs/gopasspw/gopass/pkg.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
packages:
- name: gopasspw/gopass@v1.14.9
- name: gopasspw/gopass@v1.14.10
2 changes: 1 addition & 1 deletion pkgs/gruntwork-io/terragrunt/pkg.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
packages:
- name: gruntwork-io/terragrunt@v0.40.0
- name: gruntwork-io/terragrunt@v0.40.1
2 changes: 1 addition & 1 deletion pkgs/hasura/graphql-engine/pkg.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
packages:
- name: hasura/graphql-engine@v2.14.0
- name: hasura/graphql-engine@v2.15.0
2 changes: 1 addition & 1 deletion pkgs/k1LoW/octocov/pkg.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
packages:
- name: k1LoW/octocov@v0.45.1
- name: k1LoW/octocov@v0.45.2
- name: k1LoW/octocov
version: v0.40.1
2 changes: 1 addition & 1 deletion pkgs/k1LoW/runn/pkg.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
packages:
- name: k1LoW/runn@v0.46.0
- name: k1LoW/runn@v0.47.2
2 changes: 1 addition & 1 deletion pkgs/k1LoW/tbls/pkg.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
packages:
- name: k1LoW/tbls@v1.56.6
- name: k1LoW/tbls@v1.56.7
2 changes: 1 addition & 1 deletion pkgs/kubernetes-sigs/cluster-api/pkg.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
packages:
- name: kubernetes-sigs/cluster-api@v1.2.4
- name: kubernetes-sigs/cluster-api@v1.2.5
2 changes: 1 addition & 1 deletion pkgs/kubevela/kubevela/kubectl-plugin/pkg.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
packages:
- name: kubevela/kubevela/kubectl-plugin@v1.6.0
- name: kubevela/kubevela/kubectl-plugin@v1.6.1
- name: kubevela/kubevela/kubectl-plugin
version: v1.5.6
- name: kubevela/kubevela/kubectl-plugin
2 changes: 1 addition & 1 deletion pkgs/kubevela/kubevela/pkg.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
packages:
- name: kubevela/kubevela@v1.6.0
- name: kubevela/kubevela@v1.6.1
- name: kubevela/kubevela
version: v1.5.6
- name: kubevela/kubevela
2 changes: 1 addition & 1 deletion pkgs/kyleconroy/sqlc/pkg.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
packages:
- name: kyleconroy/sqlc@v1.15.0
- name: kyleconroy/sqlc@v1.16.0
2 changes: 1 addition & 1 deletion pkgs/mantil-io/mantil/pkg.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
packages:
- name: mantil-io/mantil@v0.2.11
- name: mantil-io/mantil@v0.2.12
2 changes: 1 addition & 1 deletion pkgs/metalbear-co/mirrord/pkg.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
packages:
- name: metalbear-co/mirrord@3.7.2
- name: metalbear-co/mirrord@3.7.3
6 changes: 6 additions & 0 deletions pkgs/minamijoyo/myaws/pkg.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,8 @@
packages:
- name: minamijoyo/myaws@v0.4.8
- name: minamijoyo/myaws
version: v0.3.5
- name: minamijoyo/myaws
version: v0.1.2
- name: minamijoyo/myaws
version: v0.0.3
25 changes: 25 additions & 0 deletions pkgs/minamijoyo/myaws/registry.yaml
Original file line number Diff line number Diff line change
@@ -15,3 +15,28 @@ packages:
pattern:
checksum: "^(\\b[A-Fa-f0-9]{64}\\b)"
file: "^\\b[A-Fa-f0-9]{64}\\b\\s+(\\S+)$"
version_constraint: semver(">=0.4.2")
version_overrides:
# arm64 wasn't supported
- version_constraint: semver(">= 0.3.5")
rosetta2: true
supported_envs:
- linux/amd64
- darwin
# checksum file not provided
- version_constraint: semver(">= 0.0.4")
rosetta2: true
supported_envs:
- linux/amd64
- darwin
checksum:
enabled: false
# format was changed from zip to tar.gz
- version_constraint: "true"
rosetta2: true
supported_envs:
- linux/amd64
- darwin
checksum:
enabled: false
asset: myaws_{{.Version}}_{{.OS}}_{{.Arch}}.zip
2 changes: 1 addition & 1 deletion pkgs/mutagen-io/mutagen/pkg.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
packages:
- name: mutagen-io/mutagen@v0.16.0
- name: mutagen-io/mutagen@v0.16.1
2 changes: 1 addition & 1 deletion pkgs/newrelic/newrelic-cli/pkg.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
packages:
- name: newrelic/newrelic-cli@v0.57.2
- name: newrelic/newrelic-cli@v0.58.0
2 changes: 1 addition & 1 deletion pkgs/nuclio/nuclio/pkg.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
packages:
- name: nuclio/nuclio@1.10.8
- name: nuclio/nuclio@1.11.0
4 changes: 3 additions & 1 deletion pkgs/nushell/nushell/pkg.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
packages:
- name: nushell/nushell@0.70.0
- name: nushell/nushell@0.71.0
- name: nushell/nushell
version: 0.70.0
9 changes: 9 additions & 0 deletions pkgs/nushell/nushell/registry.yaml
Original file line number Diff line number Diff line change
@@ -18,9 +18,18 @@ packages:
linux: unknown-linux-gnu
- goos: windows
format: zip
files:
- name: nu
src: nu.exe
supported_envs:
- darwin
- linux
- amd64
version_constraint: semver(">= 0.71.0")
files:
- name: nu
src: nu-{{.Version}}-{{.Arch}}-{{.OS}}/nu
version_overrides:
- version_constraint: "true"
files:
- name: nu
2 changes: 1 addition & 1 deletion pkgs/oras-project/oras/pkg.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
packages:
- name: oras-project/oras@v0.15.1
- name: oras-project/oras@v0.16.0
2 changes: 1 addition & 1 deletion pkgs/pachyderm/pachyderm/pkg.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
packages:
- name: pachyderm/pachyderm@v2.3.8
- name: pachyderm/pachyderm@v2.3.9
2 changes: 1 addition & 1 deletion pkgs/projectdiscovery/nuclei/pkg.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
packages:
- name: projectdiscovery/nuclei@v2.7.8
- name: projectdiscovery/nuclei@v2.7.9
2 changes: 1 addition & 1 deletion pkgs/pulumi/pulumi/pkg.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
packages:
- name: pulumi/pulumi@v3.46.0
- name: pulumi/pulumi@v3.46.1
- name: pulumi/pulumi
version: v3.39.4
- name: pulumi/pulumi
2 changes: 1 addition & 1 deletion pkgs/rogerwelin/cassowary/pkg.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
packages:
- name: rogerwelin/cassowary@v0.15.0
- name: rogerwelin/cassowary@v0.16.0
2 changes: 1 addition & 1 deletion pkgs/scaleway/scaleway-cli/pkg.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
packages:
- name: scaleway/scaleway-cli@v2.6.1
- name: scaleway/scaleway-cli@v2.6.2
- name: scaleway/scaleway-cli
version: v2.4.0
3 changes: 3 additions & 0 deletions pkgs/sigstore/sget/pkg.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
packages:
- name: sigstore/sget
version: d625ec53ce53d8654ab9d61ba00f6c2d05726e7a
5 changes: 5 additions & 0 deletions pkgs/sigstore/sget/registry.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
packages:
- type: go_install
repo_owner: sigstore
repo_name: sget
description: sget is command for safer, automatic verification of signatures and integration with Sigstore's binary transparency log, Rekor
2 changes: 1 addition & 1 deletion pkgs/snyk/cli/pkg.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
packages:
- name: snyk/cli@v1.1054.0
- name: snyk/cli@v1.1056.0
2 changes: 1 addition & 1 deletion pkgs/sonatype-nexus-community/nancy/pkg.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
packages:
- name: sonatype-nexus-community/nancy@v1.0.41
- name: sonatype-nexus-community/nancy@v1.0.42
- name: sonatype-nexus-community/nancy
version: v1.0.19
- name: sonatype-nexus-community/nancy
2 changes: 1 addition & 1 deletion pkgs/sumneko/lua-language-server/pkg.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
packages:
- name: sumneko/lua-language-server@3.5.6
- name: sumneko/lua-language-server@3.6.1
2 changes: 1 addition & 1 deletion pkgs/tilt-dev/tilt/pkg.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
packages:
- name: tilt-dev/tilt@v0.30.10
- name: tilt-dev/tilt@v0.30.11
2 changes: 1 addition & 1 deletion pkgs/trufflesecurity/trufflehog/pkg.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
packages:
- name: trufflesecurity/trufflehog@v3.16.3
- name: trufflesecurity/trufflehog@v3.16.4
2 changes: 1 addition & 1 deletion pkgs/turbot/steampipe/pkg.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
packages:
- name: turbot/steampipe@v0.16.4
- name: turbot/steampipe@v0.17.0
2 changes: 1 addition & 1 deletion pkgs/twpayne/chezmoi/pkg.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
packages:
- name: twpayne/chezmoi@v2.26.0
- name: twpayne/chezmoi@v2.27.0
2 changes: 1 addition & 1 deletion pkgs/uptrace/uptrace/pkg.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
packages:
- name: uptrace/uptrace@v1.1.0
- name: uptrace/uptrace@v1.2.0
2 changes: 1 addition & 1 deletion pkgs/wtetsu/gaze/pkg.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
packages:
- name: wtetsu/gaze@v1.1.4
- name: wtetsu/gaze@v1.1.5
2 changes: 2 additions & 0 deletions pkgs/ysugimoto/falco/pkg.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
packages:
- name: ysugimoto/falco@v0.18.0
- name: ysugimoto/falco
version: v0.9.1
4 changes: 4 additions & 0 deletions pkgs/ysugimoto/falco/registry.yaml
Original file line number Diff line number Diff line change
@@ -8,3 +8,7 @@ packages:
supported_envs:
- linux/amd64
- darwin
version_constraint: semver(">= 0.9.2")
version_overrides:
- version_constraint: "true"
rosetta2: true
Loading