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 ⬆️ aqua-packages #30

Merged
merged 2 commits into from
Nov 16, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 8, 2024

This PR contains the following updates:

Package Update Change
aquaproj/aqua minor v2.36.2 -> v2.37.2
aquaproj/aqua-registry minor v4.246.0 -> v4.249.0

Release Notes

aquaproj/aqua (aquaproj/aqua)

v2.37.2

Compare Source

Pull Requests | Issues | aquaproj/aqua@v2.37.1...v2.37.2

Fixes

#​3233 which, exec: Search configuration files even if AQUA_CONFIG is set

v2.37.1

Compare Source

Pull Requests | Issues | aquaproj/aqua@v2.37.0...v2.37.1

Bug Fixes

#​3226 #​584 Fix a bug that newlines in aqua.yaml are removed when updating aqua.yaml by aqua g -i and aqua up

This issue came from the bug of goccy/go-yaml. https://github.com/goccy/go-yaml/issues/285
The issue was solved at goccy/go-yaml 1.13.3.
So we updated goccy/go-yaml to 1.13.3 and solve the issue.

v2.37.0

Compare Source

Pull Requests | Issues | aquaproj/aqua@v2.36.2...v2.37.0

Features

#​3224 Allow to set command aliases in aqua.yaml

You can now define command aliases in aqua.yaml.
This is useful to use multiple versions of the same package.

e.g.

registries:
- type: standard
  ref: v4.246.0 # renovate: depName=aquaproj/aqua-registry
packages:
- name: hashicorp/[email protected]
- name: hashicorp/terraform
  version: v0.13.7
  command_aliases:
    - command: terraform
      alias: terraform-013

##### no_link: true

Then you can run terraform (v1.9.8) and terraform-013 (v0.13.7).

$ terraform version
Terraform v1.9.8
on darwin_arm64

$ terraform-013 version
Terraform v0.13.7

Your version of Terraform is out of date! The latest version
is 1.9.8. You can update by downloading from https://www.terraform.io/downloads.html

You can skip creating symbolic links for aliases by no_link: true

  command_aliases:
    - command: terraform
      alias: terraform-013
      no_link: true

You can still run aliases via aqua exec.

aqua exec -- terraform-013 version
aquaproj/aqua-registry (aquaproj/aqua-registry)

v4.249.0

Compare Source

Issues | Pull Requests | aquaproj/aqua-registry@v4.248.0...v4.249.0

🎉 New Packages

#​28608 goph/licensei: Library and various tools for working with project licenses
#​28568 openshift/osdctl: CLI for the OSD utilities

Fixes

#​28609 Rename the package lotabout/skim to skim-rs/skim

The GitHub Repository of the package was transferred from lotabout/skim to skim-rs/skim.

v4.248.0

Compare Source

Issues | Pull Requests | aquaproj/aqua-registry@v4.247.0...v4.248.0

🎉 New Packages

#​28518 cloverrose/connectnew: Go linter checking if &connect.Request or &connect.Response are used. Instead connect.NewRequest or connect.NewResponse should be used @​cloverrose
#​28520 ebi-yade/ecresolve: Resolves AWS ECR images with prioritized tag-based lookup @​ponkio-o
#​28521 takaishi/tfclean: tfclean is tool to remove applied moved block, import block, etc

v4.247.0

Compare Source

Issues | Pull Requests | aquaproj/aqua-registry@v4.246.1...v4.247.0

🎉 New Packages

#​28494 libbpf/bpftool: Automated upstream mirror for bpftool stand-alone build @​borissmidt

Fixes

#​28503 containerd/containerd: Regenerate the setting
#​28472 rust-lang/rust-analyzer: Regenerate the setting

v4.246.1

Compare Source

Issues | Pull Requests | aquaproj/aqua-registry@v4.246.0...v4.246.1

Fixes

#​28357 sho-hata/tparagen: Follow up changes of tparagen v1.1.2


Configuration

📅 Schedule: Branch creation - "after 4pm on thursday" in timezone America/Los_Angeles, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies label Nov 8, 2024
@renovate renovate bot requested a review from scottames as a code owner November 8, 2024 00:23
@renovate renovate bot enabled auto-merge (squash) November 8, 2024 00:23
Copy link
Contributor Author

renovate bot commented Nov 8, 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.

@renovate renovate bot merged commit 1851e78 into main Nov 16, 2024
1 check passed
@renovate renovate bot deleted the renovate/aqua-packages branch November 16, 2024 18:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant