Giter Site home page Giter Site logo

bluemaex / home-assistant-addons Goto Github PK

View Code? Open in Web Editor NEW
5.0 2.0 1.0 508 KB

bluemaex's Add-ons for Home Assistant

Home Page: https://bluemaex.github.io/home-assistant-config/

License: MIT License

Dockerfile 34.35% Shell 65.65%
hassio-addons home-assistant home-assistant-addons

home-assistant-addons's Introduction

Hi there ๐Ÿ‘‹ ๐Ÿš‚

home-assistant-addons's People

Contributors

bluemaex avatar dependabot[bot] avatar renovate[bot] avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

tub

home-assistant-addons's Issues

Action Required: Fix Renovate Configuration

There is an error with this repository's Renovate configuration that needs to be fixed. As a precaution, Renovate will stop PRs until it is resolved.

Location: ^(?!.*(nig(ht|th)ly|develop|development))(?<compatibility>[a-z]*-|v)?(?<major>\d+)\.(?<minor>\d+)(?:\.(?<patch>\d+))?(?:[\.-]?(?<build>.*))?$
Error type: Invalid regular expression: ^(?!.(nig(ht|th)ly|develop|development))(?[a-z]-|v)?(?\d+).(?\d+)(?:.(?\d+))?(?:[.-]?(?.*))?$

Dependency Dashboard

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

Pending Approval

These branches will be created by Renovate only once you click their checkbox below.

  • โซ Update grafana/loki Docker tag to v3
  • โซ Update grafana/promtail Docker tag to v3
  • ๐Ÿ” Create all pending approval PRs at once ๐Ÿ”

Open

These updates have all been created already. Click a checkbox below to force a retry/rebase of any.

Detected dependencies

dockerfile
grafana-loki/Dockerfile
  • grafana/loki 2.9.7
grafana-promtail/Dockerfile
  • grafana/promtail 2.9.7
  • mikefarah/yq 4.43.1
healthchecks/Dockerfile
rclone/Dockerfile
  • rclone/rclone 1.66.0
syslog-ng/Dockerfile
traefik/Dockerfile
  • traefik 2.11.2
unpoller/Dockerfile
  • ghcr.io/unpoller/unpoller v2.11.2
victoriametrics/Dockerfile
  • victoriametrics/victoria-metrics v1.100.1
  • victoriametrics/vmagent v1.100.1
github-actions
.github/workflows/builder.yaml
  • actions/checkout v4.1.1
  • jitterbit/get-changed-files v1
  • actions/checkout v4.1.1
  • home-assistant/builder 2024.03.5
.github/workflows/deployer.yaml
  • actions/checkout v4.1.1
  • release-drafter/release-drafter v6.0.0
  • stefanzweifel/changelog-updater-action v1.10.0
  • actions/upload-artifact v4.3.2
  • actions/download-artifact v4.1.5
  • docker/login-action v3.1.0
  • home-assistant/builder 2024.03.5
  • actions/checkout v4.1.1
  • actions/download-artifact v4.1.5
  • stefanzweifel/git-auto-commit-action v5.0.1
  • release-drafter/release-drafter v6.0.0
.github/workflows/labels.yaml
.github/workflows/lint.yaml
  • actions/checkout v4.1.1
  • jitterbit/get-changed-files v1
  • actions/checkout v4.1.1
  • frenck/action-addon-linter v2.15
  • actions/checkout v4.1.1
  • ludeeus/action-shellcheck 2.0.0
  • actions/checkout v4.1.1
  • actionshub/markdownlint v3.1.4
  • actions/checkout v4.1.1
  • actions/checkout v4.1.1
  • frenck/action-yamllint v1.5
.github/workflows/pr-labels.yaml
  • jesusvasquez333/verify-pr-label-action v1.4.0
.github/workflows/readme.yaml
  • actions/checkout v4.1.1
  • stefanzweifel/git-auto-commit-action v5.0.1
.github/workflows/release-drafter.yaml
  • actions/checkout v4.1.1
  • jitterbit/get-changed-files v1
  • release-drafter/release-drafter v6.0.0
regex
grafana-loki/build.yaml
  • ghcr.io/home-assistant/aarch64-base 3.19
  • ghcr.io/home-assistant/amd64-base 3.19
grafana-promtail/build.yaml
  • ghcr.io/hassio-addons/debian-base/aarch64 7.3.3
  • ghcr.io/hassio-addons/debian-base/amd64 7.3.3
healthchecks/build.yaml
  • ghcr.io/linuxserver/healthchecks 3.3.20240415
  • ghcr.io/linuxserver/healthchecks 3.3.20240415
rclone/build.yaml
  • ghcr.io/home-assistant/i386-base 3.19
  • ghcr.io/home-assistant/aarch64-base 3.19
  • ghcr.io/home-assistant/amd64-base 3.19
  • ghcr.io/home-assistant/armv7-base 3.19
syslog-ng/build.yaml
  • ghcr.io/linuxserver/syslog-ng 4.5.0
  • ghcr.io/linuxserver/syslog-ng 4.5.0
traefik/build.yaml
  • ghcr.io/home-assistant/aarch64-base 3.19
  • ghcr.io/home-assistant/amd64-base 3.19
  • ghcr.io/home-assistant/armv7-base 3.19
unpoller/build.yaml
  • ghcr.io/home-assistant/aarch64-base 3.19
  • ghcr.io/home-assistant/amd64-base 3.19
  • ghcr.io/home-assistant/armv7-base 3.19
victoriametrics/build.yaml
  • ghcr.io/home-assistant/i386-base 3.19
  • ghcr.io/home-assistant/aarch64-base 3.19
  • ghcr.io/home-assistant/amd64-base 3.19
  • ghcr.io/home-assistant/armv7-base 3.19

  • Check this box to trigger a request for Renovate to run again on this repository

Fix Releaser when - is in the name

Currently it splits on the first - instead of the last one, thus breaking the release script.

Currently affected:

  • syslog-ng
  • grafana-loki
  • grafana-promtail

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.