Browse Source

chore(deps): update dependency rich to v14.2.0 (#1336)

* fix(alloy): Add rootfs_path configuration to prometheus.exporter.unix (#1327)

The Alloy boilerplate mounts the host root filesystem at /:/rootfs:ro,
but the prometheus.exporter.unix component was using the default
rootfs_path of '/', causing it to read the container's filesystem
instead of the host's.

This fix adds rootfs_path = "/rootfs" to ensure filesystem metrics
(especially Used Root FS stat) report correctly for the host system.

Fixes #1326

* chore(deps): update n8nio/n8n docker tag to v1.115.2 (#1324)

* chore(deps): update n8nio/n8n docker tag to v1.115.2

* chore: sync template versions with image updates

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* chore(deps): update docker.io/grafana/loki docker tag to v3.5.6 (#1322)

* chore(deps): update docker.io/grafana/loki docker tag to v3.5.6

* chore: sync template versions with image updates

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* chore(deps): update ghcr.io/home-assistant/home-assistant docker tag to v2025.10.2 (#1325)

* chore(deps): update ghcr.io/home-assistant/home-assistant docker tag to v2025.10.2

* chore: sync template versions with image updates

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* chore(deps): update docker.io/semaphoreui/semaphore docker tag to v2.16.34 (#1323)

* chore(deps): update docker.io/semaphoreui/semaphore docker tag to v2.16.34

* chore: sync template versions with image updates

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* chore(deps): update grafana/alloy docker tag to v1.11.1 (#1320)

* chore(deps): update grafana/alloy docker tag to v1.11.1

* chore: sync template versions with image updates

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* chore(deps): update n8nio/n8n docker tag to v1.116.0 (#1330)

* chore(deps): update n8nio/n8n docker tag to v1.116.0

* chore: sync template versions with image updates

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* chore(deps): update docker.io/grafana/loki docker tag to v3.5.7 (#1329)

* chore(deps): update docker.io/grafana/loki docker tag to v3.5.7

* chore: sync template versions with image updates

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* chore(deps): update grafana/alloy docker tag to v1.11.2 (#1328)

* chore(deps): update grafana/alloy docker tag to v1.11.2

* chore: sync template versions with image updates

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* fix: Python 3.9 compatibility and dependency pinning (v0.0.6)

Fixes #1332 - Remove Context type annotations for Python 3.9 compatibility

- Remove Context type annotations causing RuntimeError on Python 3.9
- Use click.get_current_context() for runtime context access
- Pin all dependencies to specific tested versions
- Add tests directory to gitignore

Tested on Python 3.9.2 with Typer 0.12.5 and 0.19.2

* chore(deps): update dependency rich to v14.2.0

---------

Co-authored-by: Christian Lempa <christian.lempa@clcreative.de>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
renovate[bot] 6 tháng trước cách đây
mục cha
commit
a95097699a
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      requirements.txt

+ 1 - 1
requirements.txt

@@ -1,5 +1,5 @@
 typer==0.19.2
-rich==14.1.0
+rich==14.2.0
 PyYAML==6.0.3
 python-frontmatter==1.1.0
 Jinja2==3.1.6