Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[angryipscanner] Update angryip/ipscan to v3.9.1 #267

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion angryipscanner/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

<!-- towncrier release notes start -->

## [1.2.0] - 2024-10-27

### Changed

- Update angryip/ipscan from 3.8.2 to 3.9.1x


## [1.1.3] - 2022-12-07
### Internal
- Build image also for ARMv7
Expand All @@ -22,4 +29,4 @@
### Changed
- Switch to GitHub Container Registry (ghcr)

## [0.1.0] - Initial Release
## [0.1.0] - Initial Release
2 changes: 1 addition & 1 deletion angryipscanner/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM $BUILD_FROM

# Set the Angry IP Scanner version as a variable
# renovate: datasource=github-releases depName=angryip/ipscan versioning=semver
ARG IP_SCAN_VERSION=3.8.2
ARG IP_SCAN_VERSION=3.9.1

# Set shell
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
Expand Down
2 changes: 1 addition & 1 deletion angryipscanner/config.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 1.1.3
version: 1.2.0
slug: angryipscanner
name: Angry IP Scanner
image: ghcr.io/maxwinterstein/homeassistant-addon-angry-ip-scanner-{arch}
Expand Down
Loading