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

Release version 0.46.3 #841

Merged
merged 1 commit into from
Apr 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -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})
Expand Down
2 changes: 1 addition & 1 deletion mackerel-check.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ func run(args []string) int {
return exitOK
}

const version = "0.46.2"
const version = "0.46.3"

var gitcommit string

Expand Down
41 changes: 41 additions & 0 deletions packaging/deb-v2/debian/changelog
Original file line number Diff line number Diff line change
@@ -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)
<https://github.com/mackerelio/go-check-plugins/pull/840>
* Bump github.com/go-ldap/ldap/v3 from 3.4.4 to 3.4.8 (by dependabot[bot])
<https://github.com/mackerelio/go-check-plugins/pull/838>
* Bump github.com/miekg/dns from 1.1.50 to 1.1.59 (by dependabot[bot])
<https://github.com/mackerelio/go-check-plugins/pull/837>
* Bump golang.org/x/net from 0.17.0 to 0.23.0 (by dependabot[bot])
<https://github.com/mackerelio/go-check-plugins/pull/836>
* Fix: check-log panic with invalid memory address or nil pointer dereference (by ne-sachirou)
<https://github.com/mackerelio/go-check-plugins/pull/834>
* Bump the golang-x group with 2 updates (by dependabot[bot])
<https://github.com/mackerelio/go-check-plugins/pull/833>
* Bump github.com/docker/docker from 23.0.0+incompatible to 24.0.9+incompatible (by dependabot[bot])
<https://github.com/mackerelio/go-check-plugins/pull/831>
* Bump github.com/fsouza/go-dockerclient from 1.9.4 to 1.11.0 (by dependabot[bot])
<https://github.com/mackerelio/go-check-plugins/pull/830>
* Bump mackerelio/workflows from 1.0.2 to 1.1.0 (by dependabot[bot])
<https://github.com/mackerelio/go-check-plugins/pull/828>
* Bump the testlibs group with 1 update (by dependabot[bot])
<https://github.com/mackerelio/go-check-plugins/pull/827>
* Bump github.com/opencontainers/runc from 1.1.2 to 1.1.12 (by dependabot[bot])
<https://github.com/mackerelio/go-check-plugins/pull/819>
* Bump actions/cache from 3 to 4 (by dependabot[bot])
<https://github.com/mackerelio/go-check-plugins/pull/817>
* Bump github.com/beevik/ntp from 0.3.0 to 1.3.1 (by dependabot[bot])
<https://github.com/mackerelio/go-check-plugins/pull/812>
* Bump github.com/containerd/containerd from 1.6.18 to 1.6.26 (by dependabot[bot])
<https://github.com/mackerelio/go-check-plugins/pull/810>
* Bump actions/upload-artifact from 3 to 4 (by dependabot[bot])
<https://github.com/mackerelio/go-check-plugins/pull/808>
* Bump actions/download-artifact from 3 to 4 (by dependabot[bot])
<https://github.com/mackerelio/go-check-plugins/pull/807>
* Bump actions/setup-go from 4 to 5 (by dependabot[bot])
<https://github.com/mackerelio/go-check-plugins/pull/806>
* Bump github.com/go-ole/go-ole from 1.2.6 to 1.3.0 (by dependabot[bot])
<https://github.com/mackerelio/go-check-plugins/pull/779>

-- mackerel <mackerel-developers@hatena.ne.jp> 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)
Expand Down
20 changes: 20 additions & 0 deletions packaging/rpm/mackerel-check-plugins-v2.spec
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,26 @@ done
%{__targetdir}/*

%changelog
* Tue Apr 23 2024 <mackerel-developers@hatena.ne.jp> - 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 <mackerel-developers@hatena.ne.jp> - 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])
Expand Down