Skip to content

Commit

Permalink
Merge pull request #799 from mackerelio/bump-version-0.46.0
Browse files Browse the repository at this point in the history
Release version 0.46.0
  • Loading branch information
yohfee committed Nov 13, 2023
2 parents 31c750a + e5da0f8 commit a2a8095
Show file tree
Hide file tree
Showing 6 changed files with 57 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## 0.46.0 (2023-11-13)

* Bump github.com/aws/aws-sdk-go from 1.47.3 to 1.47.9 #798 (dependabot[bot])
* Bump github.com/shirou/gopsutil/v3 from 3.23.8 to 3.23.10 #797 (dependabot[bot])
* Bump github.com/aws/aws-sdk-go from 1.44.271 to 1.47.3 #795 (dependabot[bot])
* bump go version on build #791 (yseto)
* fix the line handling of UTF-16le #790 (kmuto)
* use mackerelio/workflows and upgrade maximum Go version to 1.21 #788 (lufia)
* check-ntservice: exclude should be -x, not -E #782 (kmuto)
* Bump github.com/lib/pq from 1.10.7 to 1.10.9 #780 (dependabot[bot])
* Bump github.com/go-sql-driver/mysql from 1.7.0 to 1.7.1 #775 (dependabot[bot])
* Bump actions/checkout from 3 to 4 #773 (dependabot[bot])
* support overwrite status #766 (yseto)


## 0.45.0 (2023-09-22)

* Bump golang.org/x/crypto from 0.6.0 to 0.13.0 #771 (dependabot[bot])
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.45.0
VERSION = 0.46.0
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.45.0"
const version = "0.46.0"

var gitcommit string

Expand Down
27 changes: 27 additions & 0 deletions packaging/deb-v2/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,30 @@
mackerel-check-plugins (0.46.0-1.v2) stable; urgency=low

* Bump github.com/aws/aws-sdk-go from 1.47.3 to 1.47.9 (by dependabot[bot])
<https://github.com/mackerelio/go-check-plugins/pull/798>
* Bump github.com/shirou/gopsutil/v3 from 3.23.8 to 3.23.10 (by dependabot[bot])
<https://github.com/mackerelio/go-check-plugins/pull/797>
* Bump github.com/aws/aws-sdk-go from 1.44.271 to 1.47.3 (by dependabot[bot])
<https://github.com/mackerelio/go-check-plugins/pull/795>
* bump go version on build (by yseto)
<https://github.com/mackerelio/go-check-plugins/pull/791>
* fix the line handling of UTF-16le (by kmuto)
<https://github.com/mackerelio/go-check-plugins/pull/790>
* use mackerelio/workflows and upgrade maximum Go version to 1.21 (by lufia)
<https://github.com/mackerelio/go-check-plugins/pull/788>
* check-ntservice: exclude should be -x, not -E (by kmuto)
<https://github.com/mackerelio/go-check-plugins/pull/782>
* Bump github.com/lib/pq from 1.10.7 to 1.10.9 (by dependabot[bot])
<https://github.com/mackerelio/go-check-plugins/pull/780>
* Bump github.com/go-sql-driver/mysql from 1.7.0 to 1.7.1 (by dependabot[bot])
<https://github.com/mackerelio/go-check-plugins/pull/775>
* Bump actions/checkout from 3 to 4 (by dependabot[bot])
<https://github.com/mackerelio/go-check-plugins/pull/773>
* support overwrite status (by yseto)
<https://github.com/mackerelio/go-check-plugins/pull/766>

-- mackerel <mackerel-developers@hatena.ne.jp> Mon, 13 Nov 2023 06:59:46 +0000

mackerel-check-plugins (0.45.0-1.v2) stable; urgency=low

* Bump golang.org/x/crypto from 0.6.0 to 0.13.0 (by dependabot[bot])
Expand Down
13 changes: 13 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,19 @@ done
%{__targetdir}/*

%changelog
* Mon Nov 13 2023 <mackerel-developers@hatena.ne.jp> - 0.46.0
- Bump github.com/aws/aws-sdk-go from 1.47.3 to 1.47.9 (by dependabot[bot])
- Bump github.com/shirou/gopsutil/v3 from 3.23.8 to 3.23.10 (by dependabot[bot])
- Bump github.com/aws/aws-sdk-go from 1.44.271 to 1.47.3 (by dependabot[bot])
- bump go version on build (by yseto)
- fix the line handling of UTF-16le (by kmuto)
- use mackerelio/workflows and upgrade maximum Go version to 1.21 (by lufia)
- check-ntservice: exclude should be -x, not -E (by kmuto)
- Bump github.com/lib/pq from 1.10.7 to 1.10.9 (by dependabot[bot])
- Bump github.com/go-sql-driver/mysql from 1.7.0 to 1.7.1 (by dependabot[bot])
- Bump actions/checkout from 3 to 4 (by dependabot[bot])
- support overwrite status (by yseto)

* Fri Sep 22 2023 <mackerel-developers@hatena.ne.jp> - 0.45.0
- Bump golang.org/x/crypto from 0.6.0 to 0.13.0 (by dependabot[bot])
- Bump github.com/shirou/gopsutil/v3 from 3.23.1 to 3.23.8 (by dependabot[bot])
Expand Down

0 comments on commit a2a8095

Please sign in to comment.