Commit graph

9 commits

Author SHA1 Message Date
b88ad7be39 Update fnsys/dockhand Docker tag to v1.0.37 (#20)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [fnsys/dockhand](https://dockhand.pro) ([source](https://github.com/Finsys/dockhand)) | patch | `v1.0.36` → `v1.0.37` |

---

> ⚠️ **Warning**
>
> Some dependencies could not be looked up. Check the [Dependency Dashboard](issues/12) for more information.

---

### Release Notes

<details>
<summary>Finsys/dockhand (fnsys/dockhand)</summary>

### [`v1.0.37`](https://github.com/Finsys/dockhand/releases/tag/v1.0.37)

[Compare Source](https://github.com/Finsys/dockhand/compare/v1.0.36...v1.0.37)

#### What's new in v1.0.37

-  Prometheus metrics at /metrics for env state and internals, gated by EXPORT\_METRICS ([#&#8203;339](https://github.com/Finsys/dockhand/issues/339))
-  export scan results as SARIF 2.1.0, manual export and API for DefectDojo/Dependency-Track/GitHub ([#&#8203;415](https://github.com/Finsys/dockhand/issues/415))
-  bump bundled docker-compose to 5.2.0-r0 to clear known CVEs
-  Vulnerabilities dashboard: aggregated CVE findings ([#&#8203;1038](https://github.com/Finsys/dockhand/issues/1038))
-  update container images directly from the Stack view ([#&#8203;1073](https://github.com/Finsys/dockhand/issues/1073))
-  stacks list shows an update indicator for stacks with image updates ([#&#8203;504](https://github.com/Finsys/dockhand/issues/504))
- 🐛 copying an image to another registry keeps its tag instead of defaulting to latest ([#&#8203;1243](https://github.com/Finsys/dockhand/issues/1243))
- 🐛 `more-than-current image` re-scans the current image so a stale cached scan doesn't block ([#&#8203;1022](https://github.com/Finsys/dockhand/issues/1022))
-  application logs now include the log level (INFO/WARN/ERROR) in the prefix ([#&#8203;1166](https://github.com/Finsys/dockhand/issues/1166))
-  option to suppress the "What's New" popup ([#&#8203;1235](https://github.com/Finsys/dockhand/issues/1235))
- 🐛 ntfy notifications now forward the `email` query parameter so ntfy can send email ([#&#8203;1231](https://github.com/Finsys/dockhand/issues/1231))
-  default scanner images bumped to grype v0.115.0 and trivy 0.71.2 ([#&#8203;1241](https://github.com/Finsys/dockhand/issues/1241))
- 🐛 the "Latest" update-check result now stays visible and doesn't revert ([#&#8203;1019](https://github.com/Finsys/dockhand/issues/1019))
-  a stack with container label `dockhand.adopt=false` excluded from adoption ([#&#8203;998](https://github.com/Finsys/dockhand/issues/998))
- 🐛 dashboard daemon info shows the real host hostname, not Dockhand's container id ([#&#8203;1265](https://github.com/Finsys/dockhand/issues/1265))
-  file editor prompts to save/discard unsaved changes before closing ([#&#8203;1264](https://github.com/Finsys/dockhand/issues/1264))
- 🐛 `GET /api/containers/check-updates` now lists pending updates (POST still triggers a check) ([#&#8203;1266](https://github.com/Finsys/dockhand/issues/1266))
-  sidebar menu customizable (order and visibility of items) ([#&#8203;1252](https://github.com/Finsys/dockhand/issues/1252))
- 🐛 activity and audit date filters respect the configured timezone instead of UTC ([#&#8203;1269](https://github.com/Finsys/dockhand/issues/1269))
-  git deploy progress shows the changed files before the deploy starts ([#&#8203;1260](https://github.com/Finsys/dockhand/issues/1260))

#### Docker image

```bash
docker pull fnsys/dockhand:v1.0.37
```

Also available as `fnsys/dockhand:latest`

[View on Docker Hub](https://hub.docker.com/r/fnsys/dockhand)

</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](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xNTAuMSIsInVwZGF0ZWRJblZlciI6IjQzLjE1MC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Reviewed-on: #20
Co-authored-by: Renovate Bot <renovate@jfreudenberger.de>
Co-committed-by: Renovate Bot <renovate@jfreudenberger.de>
2026-07-12 19:11:57 +02:00
2348ba1d59 Update fnsys/dockhand Docker tag to v1.0.36 (#14)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [fnsys/dockhand](https://dockhand.pro) ([source](https://github.com/Finsys/dockhand)) | patch | `v1.0.35` → `v1.0.36` |

---

> ⚠️ **Warning**
>
> Some dependencies could not be looked up. Check the [Dependency Dashboard](issues/12) for more information.

---

### Release Notes

<details>
<summary>Finsys/dockhand (fnsys/dockhand)</summary>

### [`v1.0.36`](https://github.com/Finsys/dockhand/releases/tag/v1.0.36)

[Compare Source](https://github.com/Finsys/dockhand/compare/v1.0.35...v1.0.36)

#### What's new in v1.0.36

-  sidebar shows an amber update indicator when a newer Dockhand image is available ([#&#8203;1146](https://github.com/Finsys/dockhand/issues/1146))
- 🐛 Tag image modal too narrow for images identified only by SHA ([#&#8203;1205](https://github.com/Finsys/dockhand/issues/1205))
- 🐛 self-hosted ntfy: accept raw `tk_...` access tokens in `?auth=` ([#&#8203;1209](https://github.com/Finsys/dockhand/issues/1209))
- 🐛 dashboard: a single failed DB stats query no longer poisons the whole environment tile ([#&#8203;1210](https://github.com/Finsys/dockhand/issues/1210))
- 🐛 UI dates and times now honor the configured default timezone instead of the browser's timezone ([#&#8203;1183](https://github.com/Finsys/dockhand/issues/1183))
- 🐛 add missing `reset-mfa.sh` emergency script referenced by the manual ([#&#8203;1214](https://github.com/Finsys/dockhand/issues/1214))
- 🐛 registry browser: copy between registries no longer duplicates the host ([#&#8203;1220](https://github.com/Finsys/dockhand/issues/1220))
-  published image carries standard OCI annotations (source, url, title, description, vendor, licenses) ([#&#8203;1217](https://github.com/Finsys/dockhand/issues/1217))
-  scanner: configurable network mode and DNS servers for vulnerability scans ([#&#8203;1219](https://github.com/Finsys/dockhand/issues/1219))
-  template tiles now show a `Project` link that opens the upstream project page ([#&#8203;1211](https://github.com/Finsys/dockhand/issues/1211))
-  cron picker: hour shows just `HH` (was `HH:00`), minute granularity bumped from 15 to 5 ([#&#8203;1198](https://github.com/Finsys/dockhand/issues/1198))
-  grid buttons: configurable size and optional semantic colors ([#&#8203;1072](https://github.com/Finsys/dockhand/issues/1072))
- 🐛 copy buttons (git deploy logs, API tokens) now work over plain HTTP ([#&#8203;1222](https://github.com/Finsys/dockhand/issues/1222))
- 🐛 Podman pod-infra containers no longer trigger update-check warnings ([#&#8203;1221](https://github.com/Finsys/dockhand/issues/1221))
- 🐛 terminal exec works even when the browser sends a cookie with stray `%` characters ([#&#8203;1224](https://github.com/Finsys/dockhand/issues/1224))

#### Docker image

```bash
docker pull fnsys/dockhand:v1.0.36
```

Also available as `fnsys/dockhand:latest`

[View on Docker Hub](https://hub.docker.com/r/fnsys/dockhand)

</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](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xNTAuMSIsInVwZGF0ZWRJblZlciI6IjQzLjE1MC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Reviewed-on: #14
Co-authored-by: Renovate Bot <renovate@jfreudenberger.de>
Co-committed-by: Renovate Bot <renovate@jfreudenberger.de>
2026-06-29 22:46:53 +02:00
9881eb04c3 Update fnsys/dockhand Docker tag to v1.0.35 (#2)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| fnsys/dockhand | patch | `v1.0.32` → `v1.0.35` |

---

> ⚠️ **Warning**
>
> Some dependencies could not be looked up. Check the warning logs for more information.

---

### 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](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xNTAuMSIsInVwZGF0ZWRJblZlciI6IjQzLjE1MC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Reviewed-on: #2
Co-authored-by: Renovate Bot <renovate@jfreudenberger.de>
Co-committed-by: Renovate Bot <renovate@jfreudenberger.de>
2026-06-22 22:26:50 +02:00
7d3ce606ca Inline oci image versions and add image digests 2026-06-18 02:29:34 +02:00
dd07cccf69 Update dockhand 2026-06-10 22:23:20 +02:00
cb0104fbad Update dockhand module to new reverse proxy setup with netbird 2026-04-30 23:16:06 +02:00
f894c27799 Pass docker group id as string for dockhand 2026-04-27 23:54:37 +02:00
97d6838274 Use variable for docker group 2026-04-22 22:16:13 +02:00
e890501a0a Add dockhand module 2026-02-08 12:25:30 +01:00