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 #173

Merged
merged 1 commit into from
Jan 26, 2024
Merged

chore(deps): update aqua #173

merged 1 commit into from
Jan 26, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 26, 2024

Mend Renovate

This PR contains the following updates:

Package Update Change Age Adoption Passing Confidence
aquaproj/aqua-registry minor v4.121.0 -> v4.124.0 age adoption passing confidence
junegunn/fzf minor 0.45.0 -> 0.46.0 age adoption passing confidence
simulot/immich-go patch 0.9.10 -> 0.9.12 age adoption passing confidence
smallstep/cli patch v0.25.1 -> v0.25.2 age adoption passing confidence
terraform-linters/tflint patch v0.50.1 -> v0.50.2 age adoption passing confidence
trunk-io/launcher minor 1.2.7 -> 1.3.0 age adoption passing confidence
twpayne/chezmoi minor v2.45.0 -> v2.46.0 age adoption passing confidence
weaveworks/eksctl minor v0.167.0 -> v0.169.0 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

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

v4.124.0

Compare Source

Issues | Pull Requests | aquaproj/aqua-registry@v4.123.0...v4.124.0

🎉 New Packages

#​19332 tofuutils/tenv: OpenTofu / Terraform version manager

Fixes

#​19330 chmouel/snazy: Follow up changes of snazy
#​19379 tektoncd/cli: Follow up changes of tektoncd/cli v0.34.0

v4.123.0

Compare Source

Issues | Pull Requests | aquaproj/aqua-registry@v4.122.1...v4.123.0

🎉 New Packages

#​19225 #​19285 chainguard-dev/apko: Build OCI images from APK packages directly without Dockerfile @​dungdm93
#​19226 chainguard-dev/melange: build APKs from source code @​dungdm93

Fixes

#​19289 chmouel/snazy: Follow up changes of snazy
#​19282 fix(jmorganca/ollama): Transfer the repository to ollama/ollama

The GitHub Repository of the package "jmorganca/ollama" was transferred from jmorganca/ollama to ollama/ollama

#​19286 oxc-project/oxc/oxlint: Follow up changes of oxlint v0.2.3

🎉 New Contributors

Thank you for your contribution!

@​dungdm93 #​19225 #​19226

v4.122.1

Compare Source

Issues | Pull Requests | aquaproj/aqua-registry@v4.122.0...v4.122.1

Fixes

#​19182 gabrie30/ghorg: Fix asset names @​tmeijn
#​19170 sqlc-dev/sqlc: Download assets from downloads.sqlc.dev

v4.122.0

Compare Source

Issues | Pull Requests | aquaproj/aqua-registry@v4.121.0...v4.122.0

🎉 New Packages

#​19110 skeema/skeema: Declarative pure-SQL schema management for MySQL and MariaDB @​biosugar0

junegunn/fzf (junegunn/fzf)

v0.46.0

Compare Source

  • Added two new events
    • result - triggered when the filtering for the current query is complete and the result list is ready
    • resize - triggered when the terminal size is changed
  • fzf now exports the following environment variables to the child processes
    Variable Description
    FZF_LINES Number of lines fzf takes up excluding padding and margin
    FZF_COLUMNS Number of columns fzf takes up excluding padding and margin
    FZF_TOTAL_COUNT Total number of items
    FZF_MATCH_COUNT Number of matched items
    FZF_SELECT_COUNT Number of selected items
    FZF_QUERY Current query string
    FZF_PROMPT Prompt string
    FZF_ACTION The name of the last action performed
    • This allows you to write sophisticated transformations like so

Script to dynamically resize the preview window

transformer='

1 line for info, another for prompt, and 2 more lines for preview window border

  lines=$(( FZF_LINES - FZF_MATCH_COUNT - 4 ))
  if [[ $FZF_MATCH_COUNT -eq 0 ]]; then
    echo "change-preview-window:hidden"
  elif [[ $lines -gt 3 ]]; then
    echo "change-preview-window:$lines"
  elif [[ $FZF_PREVIEW_LINES -ne 3 ]]; then
    echo "change-preview-window:3"
  fi
'
seq 10000 | fzf --preview 'seq {} 10000' --preview-window up \
                --bind "result:transform:$transformer" \
                --bind "resize:transform:$transformer"
```
  • And we're phasing out {fzf:prompt} and {fzf:action}
  • Changed mattn/go-runewidth dependency to rivo/uniseg for accurate results
    • Set --ambidouble if your terminal displays ambiguous width characters (e.g. box-drawing characters for borders) as 2 columns
    • RUNEWIDTH_EASTASIAN=1 is still respected for backward compatibility, but it's recommended that you use this new option instead
  • Bug fixes
simulot/immich-go (simulot/immich-go)

v0.9.12

Compare Source

Changelog

v0.9.11

Compare Source

Changelog

smallstep/cli (smallstep/cli)

v0.25.2

Compare Source

Added
  • Add support for Nebula certificates using ECDSA P-256 (#​1085)
Changed
  • Upgrade docker image using Debian to Bookworm (#​1080)
  • Upgrade dependencies, including go-jose to v3 (#​1086)
terraform-linters/tflint (terraform-linters/tflint)

v0.50.2

Compare Source

What's Changed

Bug Fixes
Chores

Full Changelog: terraform-linters/tflint@v0.50.1...v0.50.2

twpayne/chezmoi (twpayne/chezmoi)

v2.46.0

Compare Source

Changelog
Features
  • c7539b0 feat: Build for Android (Termux)
  • efcf32d feat: Support rage as an alternative age encryption command
  • 53f7b92 feat: Add re-add --recursive flag and make it the default
  • 85983f0 feat: Promote hooks to stable
  • 114030c feat: Promote HCP Vault Secrets template functions to stable
  • 24c0ea2 feat: Promote Doppler template functions to stable
  • c209c2a feat: Promote edit --watch to stable
Fixes
  • 15f4eb1 fix: Defer lookup of git in $PATH for git-repo externals
  • 569601a fix: Change init to default to --config if --config-path is absent
  • 031b267 fix: Handle more keepassxc-cli errors
  • 74d6b2a fix: Reduce injection of terminal control characters into keepassxc-cli output
Documentation updates
  • 1418f74 docs: Fix broken release history page
  • 2dffe64 docs: links to testing-templates
  • 8dd6c86 docs: combine testing and debugging templates
  • 5e7c295 docs: Add links to article and video
  • 2e3bd95 docs: add link
  • 80717f4 docs: Fix names of age recipients files config variables
weaveworks/eksctl (weaveworks/eksctl)

v0.169.0: eksctl 0.169.0 (permalink)

Compare Source

Release v0.169.0
🚀 Features
🎯 Improvements
  • Fix coredns pdb preventing cluster deletion in integration tests (#​7496)
  • Update well-known policy for ebsCSIController (#​7451)
  • Handle unordered public endpoint CIDRs from EKS in endpoint updates (#​7483)
🧰 Maintenance
  • Fix coredns pdb preventing cluster deletion in integration tests (#​7496)
📝 Documentation
Acknowledgments

Weaveworks would like to sincerely thank:
@​Emberwalker, @​guessi, and @​teraflik

v0.168.0: eksctl 0.168.0 (permalink)

Compare Source

Release v0.168.0
🎯 Improvements
  • Safely access/mutate fargate coredns pod annotations (#​7480)
🐛 Bug Fixes
  • Fix generating presigned URL for K8s authentication (#​7487)
  • Ignore unsupported zone types when creating a zone mapping (#​7204)

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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot enabled auto-merge (squash) January 26, 2024 01:57
@renovate renovate bot merged commit b6e29a1 into main Jan 26, 2024
4 checks passed
@renovate renovate bot deleted the renovate/aqua branch January 26, 2024 18:07
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