diff --git a/CHANGELOG.md b/CHANGELOG.md index be2bf70c..94cc329c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,27 @@ # Changelog +## 0.46.3 (2024-04-23) + +* Revert "Bump github.com/miekg/dns from 1.1.50 to 1.1.59" #840 (ne-sachirou) +* Bump github.com/go-ldap/ldap/v3 from 3.4.4 to 3.4.8 #838 (dependabot[bot]) +* Bump github.com/miekg/dns from 1.1.50 to 1.1.59 #837 (dependabot[bot]) +* Bump golang.org/x/net from 0.17.0 to 0.23.0 #836 (dependabot[bot]) +* Fix: check-log panic with invalid memory address or nil pointer dereference #834 (ne-sachirou) +* Bump the golang-x group with 2 updates #833 (dependabot[bot]) +* Bump github.com/docker/docker from 23.0.0+incompatible to 24.0.9+incompatible #831 (dependabot[bot]) +* Bump github.com/fsouza/go-dockerclient from 1.9.4 to 1.11.0 #830 (dependabot[bot]) +* Bump mackerelio/workflows from 1.0.2 to 1.1.0 #828 (dependabot[bot]) +* Bump the testlibs group with 1 update #827 (dependabot[bot]) +* Bump github.com/opencontainers/runc from 1.1.2 to 1.1.12 #819 (dependabot[bot]) +* Bump actions/cache from 3 to 4 #817 (dependabot[bot]) +* Bump github.com/beevik/ntp from 0.3.0 to 1.3.1 #812 (dependabot[bot]) +* Bump github.com/containerd/containerd from 1.6.18 to 1.6.26 #810 (dependabot[bot]) +* Bump actions/upload-artifact from 3 to 4 #808 (dependabot[bot]) +* Bump actions/download-artifact from 3 to 4 #807 (dependabot[bot]) +* Bump actions/setup-go from 4 to 5 #806 (dependabot[bot]) +* Bump github.com/go-ole/go-ole from 1.2.6 to 1.3.0 #779 (dependabot[bot]) + + ## 0.46.2 (2024-02-27) * Reduce check-log errors when a file in the log directory has been removed at the moment of running check-log #823 (ne-sachirou) diff --git a/Makefile b/Makefile index b91e8450..0420760c 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION = 0.46.2 +VERSION = 0.46.3 CURRENT_REVISION = $(shell git rev-parse --short HEAD) ifeq ($(OS),Windows_NT) GOPATH_ROOT:=$(shell cygpath ${GOPATH}) diff --git a/mackerel-check.go b/mackerel-check.go index 7404dfd6..21a26b3a 100644 --- a/mackerel-check.go +++ b/mackerel-check.go @@ -60,7 +60,7 @@ func run(args []string) int { return exitOK } -const version = "0.46.2" +const version = "0.46.3" var gitcommit string diff --git a/packaging/deb-v2/debian/changelog b/packaging/deb-v2/debian/changelog index 4a128c08..69efff63 100644 --- a/packaging/deb-v2/debian/changelog +++ b/packaging/deb-v2/debian/changelog @@ -1,3 +1,44 @@ +mackerel-check-plugins (0.46.3-1.v2) stable; urgency=low + + * Revert "Bump github.com/miekg/dns from 1.1.50 to 1.1.59" (by ne-sachirou) + + * Bump github.com/go-ldap/ldap/v3 from 3.4.4 to 3.4.8 (by dependabot[bot]) + + * Bump github.com/miekg/dns from 1.1.50 to 1.1.59 (by dependabot[bot]) + + * Bump golang.org/x/net from 0.17.0 to 0.23.0 (by dependabot[bot]) + + * Fix: check-log panic with invalid memory address or nil pointer dereference (by ne-sachirou) + + * Bump the golang-x group with 2 updates (by dependabot[bot]) + + * Bump github.com/docker/docker from 23.0.0+incompatible to 24.0.9+incompatible (by dependabot[bot]) + + * Bump github.com/fsouza/go-dockerclient from 1.9.4 to 1.11.0 (by dependabot[bot]) + + * Bump mackerelio/workflows from 1.0.2 to 1.1.0 (by dependabot[bot]) + + * Bump the testlibs group with 1 update (by dependabot[bot]) + + * Bump github.com/opencontainers/runc from 1.1.2 to 1.1.12 (by dependabot[bot]) + + * Bump actions/cache from 3 to 4 (by dependabot[bot]) + + * Bump github.com/beevik/ntp from 0.3.0 to 1.3.1 (by dependabot[bot]) + + * Bump github.com/containerd/containerd from 1.6.18 to 1.6.26 (by dependabot[bot]) + + * Bump actions/upload-artifact from 3 to 4 (by dependabot[bot]) + + * Bump actions/download-artifact from 3 to 4 (by dependabot[bot]) + + * Bump actions/setup-go from 4 to 5 (by dependabot[bot]) + + * Bump github.com/go-ole/go-ole from 1.2.6 to 1.3.0 (by dependabot[bot]) + + + -- mackerel Tue, 23 Apr 2024 09:57:29 +0000 + mackerel-check-plugins (0.46.2-1.v2) stable; urgency=low * Reduce check-log errors when a file in the log directory has been removed at the moment of running check-log (by ne-sachirou) diff --git a/packaging/mackerel-check-plugins_0.46.2.orig.tar.gz b/packaging/mackerel-check-plugins_0.46.3.orig.tar.gz similarity index 100% rename from packaging/mackerel-check-plugins_0.46.2.orig.tar.gz rename to packaging/mackerel-check-plugins_0.46.3.orig.tar.gz diff --git a/packaging/rpm/mackerel-check-plugins-v2.spec b/packaging/rpm/mackerel-check-plugins-v2.spec index 0ae96874..410e3bac 100644 --- a/packaging/rpm/mackerel-check-plugins-v2.spec +++ b/packaging/rpm/mackerel-check-plugins-v2.spec @@ -36,6 +36,26 @@ done %{__targetdir}/* %changelog +* Tue Apr 23 2024 - 0.46.3 +- Revert "Bump github.com/miekg/dns from 1.1.50 to 1.1.59" (by ne-sachirou) +- Bump github.com/go-ldap/ldap/v3 from 3.4.4 to 3.4.8 (by dependabot[bot]) +- Bump github.com/miekg/dns from 1.1.50 to 1.1.59 (by dependabot[bot]) +- Bump golang.org/x/net from 0.17.0 to 0.23.0 (by dependabot[bot]) +- Fix: check-log panic with invalid memory address or nil pointer dereference (by ne-sachirou) +- Bump the golang-x group with 2 updates (by dependabot[bot]) +- Bump github.com/docker/docker from 23.0.0+incompatible to 24.0.9+incompatible (by dependabot[bot]) +- Bump github.com/fsouza/go-dockerclient from 1.9.4 to 1.11.0 (by dependabot[bot]) +- Bump mackerelio/workflows from 1.0.2 to 1.1.0 (by dependabot[bot]) +- Bump the testlibs group with 1 update (by dependabot[bot]) +- Bump github.com/opencontainers/runc from 1.1.2 to 1.1.12 (by dependabot[bot]) +- Bump actions/cache from 3 to 4 (by dependabot[bot]) +- Bump github.com/beevik/ntp from 0.3.0 to 1.3.1 (by dependabot[bot]) +- Bump github.com/containerd/containerd from 1.6.18 to 1.6.26 (by dependabot[bot]) +- Bump actions/upload-artifact from 3 to 4 (by dependabot[bot]) +- Bump actions/download-artifact from 3 to 4 (by dependabot[bot]) +- Bump actions/setup-go from 4 to 5 (by dependabot[bot]) +- Bump github.com/go-ole/go-ole from 1.2.6 to 1.3.0 (by dependabot[bot]) + * Tue Feb 27 2024 - 0.46.2 - Reduce check-log errors when a file in the log directory has been removed at the moment of running check-log (by ne-sachirou) - Bump the golang-x group with 3 updates (by dependabot[bot])