Releases: crazy-max/diun
Releases · crazy-max/diun
v4.30.0
- Add TLS config options
tlsSkipVerifyandtlsCaCertFilesfor all notifiers using an HTTP client (#1489) - Apprise notifications support (#1457)
- Elasticsearch notifications support (#1452)
- Add
disableNotificationoption for Telegram (#1354) - Switch from third-party module to HTTP client for Pushover (#1490)
- Align
chatIDsandchatIDsFileformat handling for Telegram (#1316) - Switch from
github.com/hako/durafmttogithub.com/dromara/carbonmodule (#1317) - Remove unneeded
opensslpackage in the Docker image (#1488) - Go 1.24 (#1461)
- Alpine Linux 3.22 (#1462)
- Bump dario.cat/mergo to 1.0.2 (#1436)
- Bump github.com/alecthomas/kong to 1.12.1 (#1324 #1456)
- Bump github.com/containers/image/v5 to 5.36.1 (#1340 #1454 #1467)
- Bump github.com/crazy-max/gohealthchecks to 0.5.0 (#1319)
- Bump github.com/docker/docker to 28.3.3+incompatible (#1458)
- Bump github.com/docker/go-connections to 0.6.0 (#1470)
- Bump github.com/dromara/carbon/v2 to 2.6.11 (#1435 #1455)
- Bump github.com/go-playground/validator/v10 to 10.27.0 (#1333 #1432 #1446)
- Bump github.com/hashicorp/nomad/api to 1.10.4 (#1487)
- Bump github.com/jedib0t/go-pretty/v6 to 6.6.8 (#1430 #1466)
- Bump github.com/moby/buildkit to 0.23.2 (#1445)
- Bump github.com/opencontainers/image-spec to 1.1.1 (#1434)
- Bump github.com/panjf2000/ants/v2 to 2.11.3 (#1331 #1433)
- Bump github.com/PaulSonOfLars/gotgbot/v2 to 2.0.0-rc.33 (#1397 #1448)
- Bump github.com/rs/zerolog to 1.34.0 (#1431)
- Bump github.com/stretchr/testify to 1.11.1 (#1482)
- Bump go.etcd.io/bbolt to 1.4.3 (#1361 #1444 #1477)
- Bump golang.org/x/crypto to 0.35.0 (#1398)
- Bump golang.org/x/mod to 0.27.0 (#1377 #1450 #1469)
- Bump golang.org/x/net to 0.38.0 (#1343 #1402)
- Bump golang.org/x/sys to 0.35.0 (#1323 #1427 #1472)
- Bump google.golang.org/grpc to 1.74.2 (#1407 #1465)
- Bump google.golang.org/protobuf to 1.36.8 (#1389 #1471 #1479)
- Bump k8s.io/client-go to 0.32.1 (#1338 #1453)
v4.29.0
- Topics support for Telegram notifications (#1308)
- Webhook url as secret support for Discord, Slack and Teams notifications (#1302)
- Enhance error message for JSON decode response issues for Gotify, ntfy and RocketChat (#1309)
- Fix TLS configuration handling for Nomad provider (#1178)
- Go 1.23 (#1286)
- Alpine Linux 3.21 (#1286)
- Switch to github.com/containerd/platforms v0.2.1 (#1287)
- Switch to github.com/rabbitmq/amqp091-go v1.10.0 (#1288)
- Bump dario.cat/mergo to 1.0.1 (#1301)
- Bump github.com/alecthomas/kong from 0.9.0 to 1.6.0 (#1298)
- Bump github.com/containers/image/v5 to 5.33.0 (#1274 #1284)
- Bump github.com/distribution/reference from 0.5.0 to 0.6.0 (#1183)
- Bump github.com/docker/docker to 27.3.1+incompatible (#1181 #1275 #1291)
- Bump github.com/eclipse/paho.mqtt.golang to 1.5.0 (#1299)
- Bump github.com/go-playground/validator/v10 to 10.23.0 (#1179 #1191 #1297)
- Bump github.com/gregdel/pushover to 1.3.1 (#1164)
- Bump github.com/jedib0t/go-pretty/v6 to 6.6.5 (#1167 #1300)
- Bump github.com/microcosm-cc/bluemonday to 1.0.27 (#1294)
- Bump github.com/moby/buildkit to 0.17.3 (#1160 #1312)
- Bump github.com/panjf2000/ants/v2 to 2.10.0 (#1198)
- Bump github.com/PaulSonOfLars/gotgbot/v2 to 2.0.0-rc.30 (#1185 #1278)
- Bump github.com/rs/zerolog to 1.33.0 (#1186)
- Bump github.com/stretchr/testify to 1.10.0 (#1295)
- Bump go.etcd.io/bbolt to 1.3.11 (#1187 #1292)
- Bump golang.org/x/crypto to 0.31.0 (#1271)
- Bump golang.org/x/mod to 0.22.0 (#1188 #1296)
- Bump golang.org/x/net to 0.23.0 (#1157)
- Bump golang.org/x/sys to 0.25.0 (#1184 #1240)
- Bump google.golang.org/grpc to 1.67.0 (#1171 #1293)
- Bump google.golang.org/grpc/cmd/protoc-gen-go-grpc to 1.5.1 (#1224)
- Bump google.golang.org/protobuf to 1.35.2 (#1277)
- Bump k8s.io/client-go to 0.32.0 (#1280)
v4.28.0
v4.27.0
- Sound option support for pushover (#996)
- Fix NTFY markdown (#1025)
- Fix global defaults for file provider (#1063)
- Switch to
github.com/PaulSonOfLars/gotgbot/v2for Telegram API client (#1135) - Go 1.21 (#1026 #1050 #1058)
- Generate sbom and provenance (#1116)
- Bump github.com/alecthomas/kong to 0.9.0 (#1041 #1118)
- Bump github.com/containerd/containerd to 1.7.14 (#1047 #1124)
- Bump github.com/containers/image/v5 to 5.30.0 (#1029 #1112)
- Bump github.com/docker/distribution to 2.8.3+incompatible (#991)
- Bump github.com/docker/docker to 25.0.5+incompatible (#1120 #1134)
- Bump github.com/go-playground/validator/v10 to 10.19.0 (#1020 #1109)
- Bump github.com/hashicorp/nomad/api to 1.7.2 (#1049)
- Bump github.com/jedib0t/go-pretty/v6 to 6.5.5 (#1012 #1083 #1126)
- Bump github.com/microcosm-cc/bluemonday to 1.0.26 (#1042)
- Bump github.com/moby/buildkit to 0.13.1 (#1043 #1111 #1117 #1128)
- Bump github.com/opencontainers/image-spec to 1.1.0 (#1100)
- Bump github.com/panjf2000/ants/v2 to 2.9.0 (#1046)
- Bump github.com/rs/zerolog to 1.32.0 (#989 #1121)
- Bump go.etcd.io/bbolt to 1.3.9 (#1044 #1106)
- Bump golang.org/x/crypto to 0.17.0 (#1060)
- Bump golang.org/x/mod to 0.16.0 (#1021 #1110)
- Bump golang.org/x/net to 0.17.0 (#1002)
- Bump golang.org/x/sys to 0.17.0 (#1035 #1092)
- Bump google.golang.org/grpc to 1.62.1 (#1048 #1061 #1113)
- Bump google.golang.org/protobuf to 1.33.0 (#1064 #1119)
- Bump k8s.io/client-go to 0.29.3 (#1045 #1051 #1098 #1127)
v4.26.0
- Global
defaultssupport for image configuration (#887 #981 #982) image:tag@digestformat support (#915)- Handle analysis of images with tag and digest (#968)
- Fix latest for
image listcommand (#983) - Fix dead link in reporting-issue docs (#963)
- Alpine Linux 3.18 (#914)
- Bump github.com/AlecAivazis/survey/v2 to 2.3.7 (#900)
- Bump github.com/alecthomas/kong to 0.8.0 (#905)
- Bump github.com/containerd/containerd to 1.7.6 (#954)
- Bump github.com/containers/image/v5 to 5.26.1 (#911)
- Bump github.com/docker/docker to 24.0.6+incompatible (#947)
- Bump github.com/eclipse/paho.mqtt.golang to 1.4.3 (#920)
- Bump github.com/go-playground/validator/v10 to 10.15.4 (#972)
- Bump github.com/gregdel/pushover to 1.3.0 (#975)
- Bump github.com/jedib0t/go-pretty/v6 to 6.4.7 (#971)
- Bump github.com/microcosm-cc/bluemonday to 1.0.25 (#927)
- Bump github.com/moby/buildkit to 0.12.2 (#940)
- Bump github.com/opencontainers/image-spec to 1.1.0-rc5 (#912 #974)
- Bump github.com/panjf2000/ants/v2 to 2.8.2 (#913 #922 #978)
- Bump github.com/rs/zerolog to 1.30.0 (#976)
- Bump github.com/streadway/amqp to 1.1.0 (#904)
- Bump golang.org/x/mod to 0.12.0 (#901 #917)
- Bump golang.org/x/sys to 0.12.0 (#899 #945)
- Bump google.golang.org/grpc to 1.58.2 (#906 #961 #980)
- Bump google.golang.org/protobuf to 1.31.0 (#908)
- Bump k8s.io/client-go to 0.28.2 (#960)
v4.25.0
runOnStartupwatch option (#895)- ntfy notification support (#787)
- Authentication support for ntfy (#890)
- Sorting for prefixed semver (#765)
- Check Nomad group meta tags (#763)
- Go 1.20 (#858)
- Bump github.com/docker/docker to 24.0.2+incompatible (#851 #883)
- Bump github.com/containers/image/v5 to 5.25.0 (#772 #791 #796 #855)
- Bump github.com/containerd/containerd to 1.7.2 (#757 #792 #885)
- Bump github.com/moby/buildkit to 0.11.6 (#790 #809 #848)
- Bump github.com/crazy-max/gonfig to 0.7.1 (#865)
- Bump github.com/crazy-max/gohealthchecks to 0.4.1 (#866)
- Bump github.com/gregdel/pushover to 1.2.0 (#867)
- Bump go.etcd.io/bbolt to 1.3.7 (#781)
- Bump github.com/docker/distribution to 2.8.2+incompatible (#871)
- Bump github.com/opencontainers/runc to 1.1.5 (#834)
- Bump github.com/rs/zerolog to 1.29.1 (#777 #854)
- Bump github.com/panjf2000/ants/v2 to 2.7.5 (#846 #889)
- Bump github.com/jedib0t/go-pretty/v6 to 6.4.4 (#760 #803)
- Bump github.com/microcosm-cc/bluemonday to 1.0.24 (#780 #810 #876)
- Bump github.com/go-playground/validator/v10 to 10.14.10 (#778 #852 #896)
- Bump github.com/imdario/mergo to 0.3.16 (#830 #898)
- Bump google.golang.org/grpc to 1.52.0 (#762 #785 #826 #864)
- Bump google.golang.org/grpc/cmd/protoc-gen-go-grpc to 1.3.0 (#806)
- Bump google.golang.org/protobuf to 1.30.0 (#818)
- Bump golang.org/x/mod to 0.10.0 (#786 #808 #837)
- Bump golang.org/x/net to 0.7.0 (#793)
- Bump golang.org/x/sys to 0.8.0 (#784 #807 #857)
- Bump github.com/stretchr/testify to 1.8.4 (#801 #897)
v4.24.0
v4.23.1
v4.23.0
- Nomad provider (#722 #739 #742)
- Signal (REST API) notifications support (#650)
- Fix email notification message template (#740)
- Fix panics when parsing notification templates (#741)
- Fix test notification typo (#677)
- docs: Fix
sort_tags(#655) - docs: List valid log levels (#668)
- docs: Fix the issues URL (#697)
- docs: New blog posts from the community (#657)
- Go 1.19 (#701)
- Alpine Linux 3.17 (#735)
- Fix proto gen (#720)
- Enhance workflow (#706)
- Use
GITHUB_REFwhen tag pushed for versioning (#707) - Bump github.com/crazy-max/gonfig from 0.5.0 to 0.6.0 (#651)
- Bump github.com/containerd/containerd from 1.6.6 to 1.6.14 (#669 #719 #732)
- Bump github.com/rs/zerolog from 1.27.0 to 1.28.0 (#676)
- Bump github.com/AlecAivazis/survey/v2 from 2.3.5 to 2.3.6 (#686)
- Bump github.com/docker/go-units from 0.4.0 to 0.5.0 (#678)
- Bump github.com/tidwall/pretty from 1.2.0 to 1.2.1 (#698)
- Bump github.com/go-playground/validator/v10 from 10.11.0 to 10.11.1 (#699)
- Bump github.com/microcosm-cc/bluemonday from 1.0.19 to 1.0.21 (#695)
- Bump github.com/jedib0t/go-pretty/v6 from 6.3.5 to 6.4.3 (#694 #715 #724)
- Bump google.golang.org/protobuf from 1.28.0 to 1.28.1 (#661)
- Bump github.com/containers/image/v5 from 5.21.1 to 5.23.1 (#692 #716)
- Bump google.golang.org/grpc from 1.48.0 to 1.51.0 (#696 #721)
- Bump k8s.io/client-go from 0.24.3 to 0.25.4 (#689 #717)
- Bump github.com/pkg/profile from 1.6.0 to 1.7.0 (#705)
- Bump github.com/alecthomas/kong from 0.6.1 to 0.7.1 (#718)
- Bump github.com/eclipse/paho.mqtt.golang from 1.4.1 to 1.4.2 (#711)
- Bump github.com/panjf2000/ants/v2 from 2.5.0 to 2.7.1 (#709 #733)
- Bump github.com/stretchr/testify from 1.8.0 to 1.8.1 (#708)
- Bump github.com/opencontainers/image-spec from 1.1.0-rc1 to 1.1.0-rc2 (#702)
- Bump golang.org/x/mod to 0.7.0 (#736)
- Bump golang.org/x/sys to 0.3.0 (#737)
- Bump github.com/moby/buildkit to 0.10.6 (#738)
v4.22.0
- Allow customizing the hub link (#648)
- Use OCI image url label to override hub link (#646)
- Tags sorting support (#645)
- Alpine Linux 3.16 (#647)
- Go 1.18 (#592)
- MkDocs Material 8.3.9 (#644)
- Explain roles required for rocketchat notification (#553)
- Bump github.com/AlecAivazis/survey/v2 from 2.3.2 to 2.3.5 (#585 #625)
- Bump github.com/alecthomas/kong from 0.3.0 to 0.6.1 (#549 #558 #576 #630)
- Bump github.com/containerd/containerd from 1.5.9 to 1.6.0 (#557)
- Bump github.com/containers/image/v5 from 5.19.0 to 5.21.1 (#552 #588 #603)
- Bump github.com/docker/docker from 20.10.12 to 20.10.3-0.20220414164044-61404de7df1a (#575)
- Bump github.com/eclipse/paho.mqtt.golang from 1.3.5 to 1.4.1 (#623)
- Bump github.com/go-playground/validator/v10 from 10.10.0 to 10.11.0 (#568 #602)
- Bump github.com/imdario/mergo from 0.3.12 to 0.3.13 (#617)
- Bump github.com/jedib0t/go-pretty/v6 from 6.2.5 to 6.3.5 (#555 #584 #595 #642)
- Bump github.com/microcosm-cc/bluemonday from 1.0.17 to 1.0.19 (#554 #636)
- Bump github.com/moby/buildkit from 0.9.3 to 0.10.1-0.20220712094726-874eef9b70db (#578 #590 #610 #643)
- Bump github.com/panjf2000/ants/v2 from 2.4.7 to 2.5.0 (#563 #611)
- Bump github.com/rs/zerolog from 1.26.1 to 1.27.0 (#626)
- Bump github.com/stretchr/testify from 1.7.1 to 1.8.0 (#635)
- Bump google.golang.org/grpc from 1.45.0 to 1.48.0 (#615 #639)
- Bump google.golang.org/protobuf from 1.27.1 to 1.28.0 (#582)
- Bump k8s.io/client-go from 0.22.5 to 0.24.3 (#561 #580 #604 #640)