1
0
mirror of https://github.com/EV21/dynb.git synced 2025-12-26 16:39:32 +01:00

4 Commits
0.5.2 ... main

Author SHA1 Message Date
EV21
a98f973d4d hotfix: changed DomRobot API behaviour 2025-11-26 22:00:30 +01:00
9efc3df858 minor: 📝 update CHANGELOG 2023-02-26 18:55:04 +01:00
715e548dfb minor: increase version 2023-02-26 18:51:53 +01:00
1624691612 fix: set constant alpine version as latest couses issues 2023-02-26 18:51:03 +01:00
3 changed files with 10 additions and 3 deletions

View File

@@ -1,6 +1,13 @@
# Changelog
## 0.5.3 (2023-02-26)
### Fix
* Set constant alpine version as latest couses issues. [Eduard Veit]
## 0.5.2 (2023-02-26)
### Fix

View File

@@ -1,4 +1,4 @@
FROM alpine:latest
FROM alpine:3.16.4
RUN \
apk update \

View File

@@ -70,7 +70,7 @@ _response=
_statusHostname=
_statusUsername=
_statusPassword=
_version=0.5.1
_version=0.5.3
_userAgent="DynB/$_version github.com/EV21/dynb"
_configFile=$HOME/.local/share/dynb/.env
_statusFile=/tmp/dynb.status
@@ -222,7 +222,7 @@ function fetchDNSRecords
function getRecordID
{
echo "$_dns_records" |
jq "select(.type == \"${1}\") | .id"
jq --raw-output "select(.type == \"${1}\") | .id"
}
## do_dig_request A B