Skip to content

Add vjeantet/alerter#53732

Merged
suzuki-shunsuke merged 2 commits into
aquaproj:mainfrom
TyceHerrman:feat/vjeantet/alerter
May 14, 2026
Merged

Add vjeantet/alerter#53732
suzuki-shunsuke merged 2 commits into
aquaproj:mainfrom
TyceHerrman:feat/vjeantet/alerter

Conversation

@TyceHerrman

@TyceHerrman TyceHerrman commented May 13, 2026

Copy link
Copy Markdown
Contributor

#53732 vjeantet/alerter - Send User Alert Notification on MacOS from the command-line @TyceHerrman

Check List

Add vjeantet/alerter as a GitHub release package.

Notes:

  • Published v26.2 through v26.5 are arm64-only, so the modern override is limited to darwin/arm64.
  • Pre-26 releases (1.0.1 and earlier, including release 004 / Built on Bigsur) publish only ZIP assets named alerter_v..._darwin_amd64.zip, so the older override keeps that asset pattern and Rosetta path.

Verification:

  • aqua exec -- argd t vjeantet/alerter
  • aqua exec -- conftest test --combine pkgs/vjeantet/alerter/registry.yaml pkgs/vjeantet/alerter/pkg.yaml
    • 14 tests, 14 passed, 0 warnings, 0 failures, 0 exceptions
  • aqua exec -- conftest test registry.yaml
    • 14 tests, 14 passed, 0 warnings, 0 failures, 0 exceptions
  • Install and execute with a temporary aqua config using the local registry:
    • AQUA_ROOT_DIR=/private/tmp/aqua-alerter-smoke-codex/aqua-root AQUA_DISABLE_POLICY=true aqua -c /private/tmp/aqua-alerter-smoke-codex/aqua.yaml i
      • exit 0
      • installed vjeantet/alerter@v26.5 from alerter-26.5.zip
    • AQUA_ROOT_DIR=/private/tmp/aqua-alerter-smoke-codex/aqua-root AQUA_DISABLE_POLICY=true aqua -c /private/tmp/aqua-alerter-smoke-codex/aqua.yaml exec -- alerter --title "aqua-registry smoke test" --message "vjeantet/alerter works" --timeout 5
      • exit 0
      • output: @TIMEOUT
  • Inspected release binary architectures:
    • 004: ZIP alerter is x86_64+arm64
    • v26.2 through v26.5: ZIP and PKG alerter binaries are arm64

AI assistance was used; commits include the Codex co-author trailer.

TyceHerrman and others added 2 commits May 13, 2026 18:19
Use the release ZIP for modern alerter versions to avoid pkgutil and restrict the modern branch to darwin/arm64, matching the published binaries.

Co-authored-by: Codex <noreply@openai.com>
@suzuki-shunsuke suzuki-shunsuke added the enhancement New feature or request label May 13, 2026
@suzuki-shunsuke suzuki-shunsuke changed the title feat(vjeantet/alerter): add vjeantet/alerter Add vjeantet/alerter May 13, 2026
@TyceHerrman TyceHerrman marked this pull request as ready for review May 14, 2026 00:16
@github-actions

Copy link
Copy Markdown

@suzuki-shunsuke Ready for review

@suzuki-shunsuke suzuki-shunsuke added this to the v4.512.0 milestone May 14, 2026
@suzuki-shunsuke

Copy link
Copy Markdown
Member

Thank you!

@suzuki-shunsuke suzuki-shunsuke merged commit 0e9f05d into aquaproj:main May 14, 2026
20 checks passed
@github-project-automation github-project-automation Bot moved this to Done in main May 14, 2026
tmeijn pushed a commit to tmeijn/dotfiles that referenced this pull request May 19, 2026
This MR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [aquaproj/aqua-registry](https://github.com/aquaproj/aqua-registry) | minor | `v4.511.1` → `v4.513.0` |

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.513.0`](https://github.com/aquaproj/aqua-registry/releases/tag/v4.513.0)

[Compare Source](aquaproj/aqua-registry@v4.512.1...v4.513.0)

[Issues](https://github.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av4.513.0) | [Merge Requests](https://github.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av4.513.0) | <aquaproj/aqua-registry@v4.512.1...v4.513.0>

#### 🎉 New Packages

[#&#8203;53958](aquaproj/aqua-registry#53958) [AOMediaCodec/libavif](https://github.com/AOMediaCodec/libavif) - Library for encoding and decoding AVIF files [@&#8203;yashikota](https://github.com/yashikota)
[#&#8203;53951](aquaproj/aqua-registry#53951) [julian7/redact](https://github.com/julian7/redact): Data encryptor for git

#### Fixes

[#&#8203;53903](aquaproj/aqua-registry#53903) apache/jena: Update supported versions [@&#8203;risu729](https://github.com/risu729)

### [`v4.512.1`](https://github.com/aquaproj/aqua-registry/releases/tag/v4.512.1)

[Compare Source](aquaproj/aqua-registry@v4.512.0...v4.512.1)

[Issues](https://github.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av4.512.1) | [Merge Requests](https://github.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av4.512.1) | <aquaproj/aqua-registry@v4.512.0...v4.512.1>

#### Fixes

[#&#8203;53773](aquaproj/aqua-registry#53773) dathere/qsv: Re-scaffold to fix stable release assets and legacy file paths [@&#8203;risu729](https://github.com/risu729)
[#&#8203;53888](aquaproj/aqua-registry#53888) Rename glossia.ai/cli to glossia/cli and change the package type from `http` to `github_release` [@&#8203;pepicrft](https://github.com/pepicrft)

### [`v4.512.0`](https://github.com/aquaproj/aqua-registry/releases/tag/v4.512.0)

[Compare Source](aquaproj/aqua-registry@v4.511.1...v4.512.0)

[Issues](https://github.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av4.512.0) | [Merge Requests](https://github.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av4.512.0) | <aquaproj/aqua-registry@v4.511.1...v4.512.0>

#### 🎉 New Packages

[#&#8203;53740](aquaproj/aqua-registry#53740) [roie/ovw](https://github.com/roie/ovw) - A terminal overview for your local projects [@&#8203;TyceHerrman](https://github.com/TyceHerrman)
[#&#8203;53732](aquaproj/aqua-registry#53732) [vjeantet/alerter](https://github.com/vjeantet/alerter) - Send User Alert Notification on MacOS from the command-line [@&#8203;TyceHerrman](https://github.com/TyceHerrman)
[#&#8203;53626](aquaproj/aqua-registry#53626) [SurgeDM/Surge](https://github.com/SurgeDM/Surge) - Blazing fast TUI download manager built in Go for power users [@&#8203;TyceHerrman](https://github.com/TyceHerrman)

#### Fixes

[#&#8203;53644](aquaproj/aqua-registry#53644) Update alltuner/mise-completions-sync command name [@&#8203;TyceHerrman](https://github.com/TyceHerrman)
[#&#8203;53631](aquaproj/aqua-registry#53631) sigi-cli/sigi: Rename to so-dang-cool/sigi
[#&#8203;53624](aquaproj/aqua-registry#53624) str4d/age-plugin-yubikey: Re-scaffold for v0.5.1 [@&#8203;risu729](https://github.com/risu729)

</details>

---

### Configuration

📅 **Schedule**: (UTC)

- 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 [Mend Renovate](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xNzYuNCIsInVwZGF0ZWRJblZlciI6IjQzLjE4Mi4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJSZW5vdmF0ZSBCb3QiLCJhdXRvbWF0aW9uOmJvdC1hdXRob3JlZCIsImRlcGVuZGVuY3ktdHlwZTo6bWlub3IiXX0=-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants