Skip to content

Commit 3cb3400

Browse files
ECG Bottmeijn
authored andcommitted
build(deps): update aquaproj/aqua-registry to v4.213.1
This MR contains the following updates: | Package | Update | Change | |---|---|---| | [aquaproj/aqua-registry](https://github.com/aquaproj/aqua-registry) | patch | `v4.213.0` -> `v4.213.1` | MR created with the help of [el-capitano/tools/renovate-bot](https://gitlab.com/el-capitano/tools/renovate-bot). **Proposed changes to behavior should be submitted there as MRs.** --- ### Release Notes <details> <summary>aquaproj/aqua-registry (aquaproj/aqua-registry)</summary> ### [`v4.213.1`](https://github.com/aquaproj/aqua-registry/releases/tag/v4.213.1) [Compare Source](aquaproj/aqua-registry@v4.213.0...v4.213.1) [Issues](https://github.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av4.213.1) | [Merge Requests](https://github.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av4.213.1) | aquaproj/aqua-registry@v4.213.0...v4.213.1 #### Fixes [#&#8203;25961](aquaproj/aqua-registry#25961) fix(skanehira/rtty): follow up changes of rtty v0.4.0 https://github.com/skanehira/rtty/releases/tag/v0.4.0 skanehira/rtty@d710e38 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this MR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this MR, check this box --- This MR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNyIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC43IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJSZW5vdmF0ZSBCb3QiXX0=-->
1 parent b199457 commit 3cb3400

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

chezmoi/dot_config/aquaproj-aqua/aqua.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# - all
99
registries:
1010
- type: standard
11-
ref: v4.213.0 # renovate: depName=aquaproj/aqua-registry
11+
ref: v4.213.1 # renovate: depName=aquaproj/aqua-registry
1212
packages:
1313
- name: mikefarah/[email protected]
1414
description: yq is a portable command-line YAML processor

gen_ssh_key_and_add_to_scms.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ if [ -z ${GITLAB_TOKEN+x} ] &> /dev/null; then echo "GITLAB_TOKEN not set!" && e
88
if [ -z ${GITHUB_TOKEN+x} ] &> /dev/null; then echo "GITHUB_TOKEN not set!" && exit 1; fi
99

1010
_user_full_name="$(getent passwd | grep "^$(whoami)" | cut -d":" -f5 | cut -d"," -f1)"
11-
_ssh_key_title="${_user_full_name}'s $(lshw -json| jq -r .product), serial $(lshw -json | jq -r .serial) (Auto-added by Chezmoi)"
11+
_ssh_key_title="${_user_full_name}'s $(lshw -json | jq -r .product), serial $(lshw -json | jq -r .serial) (Auto-added by Chezmoi)"
1212
echo "$_ssh_key_title"
1313

1414
echo ""

0 commit comments

Comments
 (0)