Skip to content

Commit

Permalink
Merge pull request #705 from mackerelio/bump-version-0.43.0
Browse files Browse the repository at this point in the history
Release version 0.43.0
  • Loading branch information
Arthur1 committed Feb 1, 2023
2 parents 1f9f36c + 020585c commit ab6a0dc
Show file tree
Hide file tree
Showing 7 changed files with 95 additions and 2 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Changelog

## 0.43.0 (2023-02-01)

* fix generate docs #703 (yseto)
* Bump actions/checkout from 2 to 3 #702 (dependabot[bot])
* Bump actions/setup-go from 2 to 3 #701 (dependabot[bot])
* Bump actions/cache from 2 to 3 #700 (dependabot[bot])
* Bump actions/upload-artifact from 2 to 3 #699 (dependabot[bot])
* Bump actions/download-artifact from 2 to 3 #698 (dependabot[bot])
* Bump github.com/aws/aws-sdk-go from 1.44.157 to 1.44.189 #697 (dependabot[bot])
* Enables Dependabot version updates for GitHub Actions #696 (Arthur1)
* Stop build for apt v1 #695 (Arthur1)
* Bump github.com/fsouza/go-dockerclient from 1.9.0 to 1.9.3 #694 (dependabot[bot])
* [check-http] add test.sh #692 (lufia)
* check-ssl-cert: add `ca-file`, `cert-file`, `key-file`, `no-check-certificate` options #690 (wafuwafu13)
* Bump golang.org/x/text from 0.5.0 to 0.6.0 #684 (dependabot[bot])
* Bump golang.org/x/crypto from 0.4.0 to 0.5.0 #682 (dependabot[bot])
* Bump github.com/shirou/gopsutil/v3 from 3.22.11 to 3.22.12 #679 (dependabot[bot])
* Bump github.com/go-sql-driver/mysql from 1.6.0 to 1.7.0 #671 (dependabot[bot])


## 0.42.4 (2023-01-18)

* check-cert-file: add test #687 (wafuwafu13)
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.42.4
VERSION = 0.43.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.42.4"
const version = "0.43.0"

var gitcommit string

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

* fix generate docs (by yseto)
<https://github.com/mackerelio/go-check-plugins/pull/703>
* Bump actions/checkout from 2 to 3 (by dependabot[bot])
<https://github.com/mackerelio/go-check-plugins/pull/702>
* Bump actions/setup-go from 2 to 3 (by dependabot[bot])
<https://github.com/mackerelio/go-check-plugins/pull/701>
* Bump actions/cache from 2 to 3 (by dependabot[bot])
<https://github.com/mackerelio/go-check-plugins/pull/700>
* Bump actions/upload-artifact from 2 to 3 (by dependabot[bot])
<https://github.com/mackerelio/go-check-plugins/pull/699>
* Bump actions/download-artifact from 2 to 3 (by dependabot[bot])
<https://github.com/mackerelio/go-check-plugins/pull/698>
* Bump github.com/aws/aws-sdk-go from 1.44.157 to 1.44.189 (by dependabot[bot])
<https://github.com/mackerelio/go-check-plugins/pull/697>
* Enables Dependabot version updates for GitHub Actions (by Arthur1)
<https://github.com/mackerelio/go-check-plugins/pull/696>
* Stop build for apt v1 (by Arthur1)
<https://github.com/mackerelio/go-check-plugins/pull/695>
* Bump github.com/fsouza/go-dockerclient from 1.9.0 to 1.9.3 (by dependabot[bot])
<https://github.com/mackerelio/go-check-plugins/pull/694>
* [check-http] add test.sh (by lufia)
<https://github.com/mackerelio/go-check-plugins/pull/692>
* check-ssl-cert: add `ca-file`, `cert-file`, `key-file`, `no-check-certificate` options (by wafuwafu13)
<https://github.com/mackerelio/go-check-plugins/pull/690>
* Bump golang.org/x/text from 0.5.0 to 0.6.0 (by dependabot[bot])
<https://github.com/mackerelio/go-check-plugins/pull/684>
* Bump golang.org/x/crypto from 0.4.0 to 0.5.0 (by dependabot[bot])
<https://github.com/mackerelio/go-check-plugins/pull/682>
* Bump github.com/shirou/gopsutil/v3 from 3.22.11 to 3.22.12 (by dependabot[bot])
<https://github.com/mackerelio/go-check-plugins/pull/679>
* Bump github.com/go-sql-driver/mysql from 1.6.0 to 1.7.0 (by dependabot[bot])
<https://github.com/mackerelio/go-check-plugins/pull/671>

-- mackerel <[email protected]> Wed, 1 Feb 2023 06:05:22 +0000

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

* check-cert-file: add test (by wafuwafu13)
Expand Down
18 changes: 18 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,24 @@ done
%{__targetdir}/*

%changelog
* Wed Feb 1 2023 <[email protected]> - 0.43.0
- fix generate docs (by yseto)
- Bump actions/checkout from 2 to 3 (by dependabot[bot])
- Bump actions/setup-go from 2 to 3 (by dependabot[bot])
- Bump actions/cache from 2 to 3 (by dependabot[bot])
- Bump actions/upload-artifact from 2 to 3 (by dependabot[bot])
- Bump actions/download-artifact from 2 to 3 (by dependabot[bot])
- Bump github.com/aws/aws-sdk-go from 1.44.157 to 1.44.189 (by dependabot[bot])
- Enables Dependabot version updates for GitHub Actions (by Arthur1)
- Stop build for apt v1 (by Arthur1)
- Bump github.com/fsouza/go-dockerclient from 1.9.0 to 1.9.3 (by dependabot[bot])
- [check-http] add test.sh (by lufia)
- check-ssl-cert: add `ca-file`, `cert-file`, `key-file`, `no-check-certificate` options (by wafuwafu13)
- Bump golang.org/x/text from 0.5.0 to 0.6.0 (by dependabot[bot])
- Bump golang.org/x/crypto from 0.4.0 to 0.5.0 (by dependabot[bot])
- Bump github.com/shirou/gopsutil/v3 from 3.22.11 to 3.22.12 (by dependabot[bot])
- Bump github.com/go-sql-driver/mysql from 1.6.0 to 1.7.0 (by dependabot[bot])

* Wed Jan 18 2023 <[email protected]> - 0.42.4
- check-cert-file: add test (by wafuwafu13)
- test: use `T.TempDir` to create temporary test directory (by Juneezee)
Expand Down
18 changes: 18 additions & 0 deletions packaging/rpm/mackerel-check-plugins.spec
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,24 @@ done
%{__oldtargetdir}/*

%changelog
* Wed Feb 1 2023 <[email protected]> - 0.43.0
- fix generate docs (by yseto)
- Bump actions/checkout from 2 to 3 (by dependabot[bot])
- Bump actions/setup-go from 2 to 3 (by dependabot[bot])
- Bump actions/cache from 2 to 3 (by dependabot[bot])
- Bump actions/upload-artifact from 2 to 3 (by dependabot[bot])
- Bump actions/download-artifact from 2 to 3 (by dependabot[bot])
- Bump github.com/aws/aws-sdk-go from 1.44.157 to 1.44.189 (by dependabot[bot])
- Enables Dependabot version updates for GitHub Actions (by Arthur1)
- Stop build for apt v1 (by Arthur1)
- Bump github.com/fsouza/go-dockerclient from 1.9.0 to 1.9.3 (by dependabot[bot])
- [check-http] add test.sh (by lufia)
- check-ssl-cert: add `ca-file`, `cert-file`, `key-file`, `no-check-certificate` options (by wafuwafu13)
- Bump golang.org/x/text from 0.5.0 to 0.6.0 (by dependabot[bot])
- Bump golang.org/x/crypto from 0.4.0 to 0.5.0 (by dependabot[bot])
- Bump github.com/shirou/gopsutil/v3 from 3.22.11 to 3.22.12 (by dependabot[bot])
- Bump github.com/go-sql-driver/mysql from 1.6.0 to 1.7.0 (by dependabot[bot])

* Wed Jan 18 2023 <[email protected]> - 0.42.4
- check-cert-file: add test (by wafuwafu13)
- test: use `T.TempDir` to create temporary test directory (by Juneezee)
Expand Down

0 comments on commit ab6a0dc

Please sign in to comment.