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 aquas #251

Merged
merged 2 commits into from
May 24, 2024
Merged

chore(deps): update aquas #251

merged 2 commits into from
May 24, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 24, 2024

Mend Renovate

This PR contains the following updates:

Package Update Change
aquaproj/aqua-registry minor v4.181.0 -> v4.185.1
bitnami-labs/sealed-secrets patch v0.26.2 -> v0.26.3
golangci/golangci-lint patch v1.58.1 -> v1.58.2
gruntwork-io/terragrunt patch v0.58.6 -> v0.58.9
helm/helm patch v3.15.0 -> v3.15.1
jesseduffield/lazygit minor v0.41.0 -> v0.42.0
kubernetes-sigs/kustomize patch v5.4.1 -> v5.4.2
simulot/immich-go minor 0.13.2 -> 0.14.1
stern/stern minor v1.29.0 -> v1.30.0
weaveworks/eksctl minor v0.177.0 -> v0.179.0

Warning

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


Release Notes

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

v4.185.1

Compare Source

Issues | Pull Requests | aquaproj/aqua-registry@v4.185.0...v4.185.1

Fix

#​23225 Rename the package fujiwara/aws-sdk-client-go to fujiwara/awslim @​ponkio-o

v4.185.0

Compare Source

Issues | Pull Requests | aquaproj/aqua-registry@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

Compare Source

Issues | Pull Requests | aquaproj/aqua-registry@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

https://github.com/xremap/xremap/pull/479

v4.183.0

Compare Source

Issues | Pull Requests | aquaproj/aqua-registry@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

Compare Source

Issues | Pull Requests | aquaproj/aqua-registry@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

bitnami-labs/sealed-secrets (bitnami-labs/sealed-secrets)

v0.26.3

Compare Source

Changelog
  • fix: code generation (#​1536)
  • fix: show field name in error message when base64 decoding fails (#​1519)
  • helm: Set GOMAXPROCS and GOMEMLIMIT environment variables (#​1528)
  • docs: mention limitation of backup with key renewal (#​1533)
  • chore: update dependencies (#​1535)
  • chore: Bump k8s.io/code-generator from 0.30.0 to 0.30.1 (#​1529)
  • chore: Bump k8s.io/client-go from 0.30.0 to 0.30.1 (#​1532)
  • chore: Bump github.com/onsi/ginkgo/v2 from 2.17.2 to 2.17.3 (#​1527)
  • chore: Bump github.com/prometheus/client_golang from 1.19.0 to 1.19.1 (#​1526)
  • chore: Bump k8s.io/code-generator from 0.29.3 to 0.30.0 (#​1513)
  • chore: Update dependencies (#​1524)
  • chore: Bump github.com/onsi/gomega from 1.33.0 to 1.33.1 (#​1522)
  • chore: Bump github.com/onsi/ginkgo/v2 from 2.17.1 to 2.17.2 (#​1520)
  • chore: Bump github.com/onsi/gomega from 1.32.0 to 1.33.0 (#​1512)
  • chore: increase vib timeout (#​1509)
  • chore: fix publish-release workflow (#​1508)
  • chore: Bump golang.org/x/crypto from 0.21.0 to 0.22.0 (#​1505)
golangci/golangci-lint (golangci/golangci-lint)

v1.58.2

Compare Source

gruntwork-io/terragrunt (gruntwork-io/terragrunt)

v0.58.9

Compare Source

Updated CLI args, config attributes and blocks

  • output-module-groups
  • remote_state

Description

  • Fixed output-module-groups command
  • Improved logging of S3 encryption warning

Related links

v0.58.8

Compare Source

Description

  • Fixed S3 bucket URL modifying

Related links

v0.58.7

Compare Source

Description

  • Support all provider_installation methods in the CLI config with the provider cache.

Related links

helm/helm (helm/helm)

v3.15.1

Compare Source

jesseduffield/lazygit (jesseduffield/lazygit)

v0.42.0

Compare Source

It's time once again for a Lazygit release! This one is not as colossal as the prior release (and we intend to have smaller, more frequent releases in future) but there are plenty of good improvements here.

Thanks to all contributors who helped make this release happen! There's a lot of first-time contributors on this release as well so kudos to you all.

Thanks as usual to the wonderful @​stefanhaller for creating/reviewing many of these changes, and thanks to @​karimkhaleel who has also stepped up to help out with reviews.

What's Changed

Enhancements 🔥
Fixes 🔧
Maintenance ⚙️
Docs 📖

New Contributors

Full Changelog: jesseduffield/lazygit@v0.41.0...v0.42.0

kubernetes-sigs/kustomize (kubernetes-sigs/kustomize)

v5.4.2

Compare Source

Feature

#​5294: feat: localize absolute paths
#​5556: feat: support labels key in transformer configuration

chore

#​5671: refactor: string in slice is now part of stdlib
#​5681: chore: remove unused function
#​5688: refactor: function in stdlib now

Dependencies

#​5672: chore(deps): bump dependencies of kustomize + sync go workspace
#​5680: chore: restore version for github.com/asaskevich/govalidator
#​5702: Update kyaml to v0.17.1
#​5703: Update cmd/config to v0.14.1
#​5704: Update api to v0.17.2

simulot/immich-go (simulot/immich-go)

v0.14.1

Compare Source

Release 0.14.1 "A better UI"

This release is focussed the improvement of the user experience.

A shiny user interface
. _ _  _ _ . _|_  __  _  _ 
|| | || | ||(_| |    (_|(_)
      version dev     _)

Working with big database and big takeout files take some time. Users are now informed about the progression of different tasks:

image

The screen presents number of processed photos, how they have been processes, the messages log, and at the bottom, the progression of the 3 mains tasks.

A minimalist user interface

This shiny interface can be be disabled for quieter user interface (-no-ui).
The progression is visible. All details on operations are listed in the log file.

. _ _  _ _ . _|_  __  _  _ 
|| | || | ||(_| |    (_|(_)
      version dev     _)   

Server status: OK
Connected, user: demo@immich.app
Immich read 100%, Google Photos Analysis: 100%, Uploaded 100%  

Input analysis:
----------------------
scanned image file                      :   25420
scanned video file                      :    1447
scanned sidecar file                    :   26934
discarded file                          :     197
unsupported file                        :       0
file duplicated in the input            :    1706
associated metadata file                :   26867
missing associated metadata file        :       0

Uploading:
----------
uploaded                                :   25160
server error                            :       0
file not selected                       :       1
server's asset upgraded with the input  :       0
server has same photo                   :       0
server has a better asset               :       0
Immich-go runs simultaneously the collect of immich-server's assets and the analysis of the Google takeout

The code has been refactored to run several task simultaneously to animate the progression screen. The program runs now the reading of immich asset and the the takeout analysis in parallel.

Immich-go now always produces a log file

The default name for the log file is immich-go YYYY-MM-DD HH-MI-SS.log, located in the current directory.

It's possible to give a path and a name to the log file with the option -log-file=path/to/file.log.
If the file file exists already, the new messages will be added to its end.

The log level OK is removed.

Immich-go is published under the AGPL-3.0 license

I chose the same license as the immich project license to release immich-go.

Next steps
  • Issues closing
  • A shiny user interface for the command duplicate

Changelog

v0.14.0

Compare Source

Release 0.14.0 "A better UI"

This release is focussed the improvement of the user experience.

A shiny user interface
. _ _  _ _ . _|_  __  _  _ 
|| | || | ||(_| |    (_|(_)
      version dev     _)

Working with big database and big takeout files take some time. Users are now informed about the progression of different tasks:

image

The screen presents number of processed photos, how they have been processes, the messages log, and at the bottom, the progression of the 3 mains tasks.

A minimalist user interface

This shiny interface can be be disabled for quieter user interface (-no-ui).
The progression is visible. All details on operations are listed in the log file.

. _ _  _ _ . _|_  __  _  _ 
|| | || | ||(_| |    (_|(_)
      version dev     _)   

Server status: OK
Connected, user: demo@immich.app
Immich read 100%, Google Photos Analysis: 100%, Uploaded 100%  

Input analysis:
----------------------
scanned image file                      :   25420
scanned video file                      :    1447
scanned sidecar file                    :   26934
discarded file                          :     197
unsupported file                        :       0
file duplicated in the input            :    1706
associated metadata file                :   26867
missing associated metadata file        :       0

Uploading:
----------
uploaded                                :   25160
server error                            :       0
file not selected                       :       1
server's asset upgraded with the input  :       0
server has same photo                   :       0
server has a better asset               :       0
Immich-go runs simultaneously the collect of immich-server's assets and the analysis of the Google takeout

The code has been refactored to run several task simultaneously to animate the progression screen. The program runs now the reading of immich asset and the the takeout analysis in parallel.

Immich-go now always produces a log file

The default name for the log file is immich-go YYYY-MM-DD HH-MI-SS.log, located in the current directory.

It's possible to give a path and a name to the log file with the option -log-file=path/to/file.log.
If the file file exists already, the new messages will be added to its end.

The log level OK is removed.

Immich-go is published under the AGPL-3.0 license

I chose the same license as the immich project license to release immich-go.

Next steps
  • Issues closing
  • A shiny user interface for the command duplicate

Changelog

stern/stern (stern/stern)

v1.30.0

Compare Source

⚡ Notable Changes

Add support for configuring colors for pods and containers

You can now configure highlight colors for pods and containers in the config file using a comma-separated list of SGR (Select Graphic Rendition) sequences. See the "Customize highlight colors" section for details.

Example configuration:

weaveworks/eksctl (weaveworks/eksctl)

v0.179.0: eksctl 0.179.0

Compare Source

Release v0.179.0

🚀 Features

v0.178.0: eksctl 0.178.0

Compare Source

Release v0.178.0

🐛 Bug Fixes

  • Fix kubeletExtraConfig support for AL2023 (#​7758)
  • Update aws-node from 1.12.6 to 1.18.1 (#​7756)

Acknowledgments

The eksctl maintainers would like to sincerely thank @​consideRatio


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) May 24, 2024 03:17
@renovate renovate bot merged commit 0b4fb77 into main May 24, 2024
5 checks passed
@renovate renovate bot deleted the renovate/aquas branch May 24, 2024 16:41
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.

None yet

1 participant