This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [community.general](https://github.com/ansible-collections/community.general) | galaxy-collection | minor | `13.3.0` → `13.4.0` |
---
### Release Notes
<details>
<summary>ansible-collections/community.general (community.general)</summary>
### [`v13.4.0`](https://github.com/ansible-collections/community.general/releases/tag/13.4.0)
[Compare Source](https://github.com/ansible-collections/community.general/compare/13.3.0...13.4.0)
See <https://github.com/ansible-collections/community.general/blob/stable-13/CHANGELOG.md> for all changes.
</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 PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Mend Renovate CLI](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0NC4zOS4zIiwidXBkYXRlZEluVmVyIjoiNDQuMzkuMyIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
---------
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Reviewed-on: #6
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| mcr.microsoft.com/playwright | minor | `v1.62.1-noble` → `v1.63.0-noble` |
---
### 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 PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Mend Renovate CLI](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0NC4zOS4zIiwidXBkYXRlZEluVmVyIjoiNDQuMzkuMyIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
---------
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Reviewed-on: #7
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [community.general](https://github.com/ansible-collections/community.general) | galaxy-collection | minor | `13.2.0` → `13.3.0` |
---
### Release Notes
<details>
<summary>ansible-collections/community.general (community.general)</summary>
### [`v13.3.0`](https://github.com/ansible-collections/community.general/releases/tag/13.3.0)
[Compare Source](https://github.com/ansible-collections/community.general/compare/13.2.0...13.3.0)
See <https://github.com/ansible-collections/community.general/blob/stable-13/CHANGELOG.md> for all changes.
</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 PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Mend Renovate CLI](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0NC4zOS4zIiwidXBkYXRlZEluVmVyIjoiNDQuMzkuMyIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
---------
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Reviewed-on: #4
The bitwarden-cli Deployment's startup script never set BW_SESSION when
running without API-key creds (empty password branch / bw unlock --check
only), so bw serve started unauthenticated and every ExternalSecret across
all namespaces failed with HTTP 400 / 'Not found'. Wrap login in a function,
export the session, warm the cache once, and re-login every 5m in the
background loop so the session token never lapses.