Skip to content

Commit 8a79292

Browse files
committed
Update vendor tree to latest levels
Update CHANGELOG
1 parent 11efdcd commit 8a79292

File tree

175 files changed

+105950
-3942
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

175 files changed

+105950
-3942
lines changed

CHANGELOG.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
# Changelog
22
Newest updates are at the top of this file.
33

4-
### Jul 20 2021
5-
* Update to use v5.2.1 of the mq-golang repository
6-
* Allow prometheus collector to continue running even when qmgr down
4+
### Aug 03 2021 (v5.2.2)
5+
* Update to use v5.2.2 of the mq-golang repository
6+
* Update to use MQ 9.2.3
7+
* Allow prometheus collector to continue running even when qmgr down (#67)
78
* Report qmgr_status metric in such a situation
8-
* Updated "QMgr Status" dashboard to report the metric
9+
* Updated "QMgr Status" sample dashboard to report both that metric and the new cluster status metric
10+
* Update influxdb collector to use V2 APIs (#76)
11+
* Note changes to configuration attributes - in particular support for an APIToken
12+
* New sample dashboard using some very basic Flux queries
913

1014
### Apr 15 2021
1115
* Don't check for QMGR name unless config parse was a success

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ go 1.13
55
require (
66
github.com/aws/aws-sdk-go v1.37.23
77
github.com/go-sql-driver/mysql v1.5.0 // indirect
8-
github.com/ibm-messaging/mq-golang/v5 v5.2.0
9-
github.com/influxdata/influxdb1-client v0.0.0-20200827194710-b269163b24ab
8+
github.com/ibm-messaging/mq-golang/v5 v5.2.2
9+
github.com/influxdata/influxdb-client-go/v2 v2.4.0
1010
github.com/prometheus/client_golang v1.9.0
1111
github.com/sirupsen/logrus v1.8.0
1212
github.com/stretchr/testify v1.5.1 // indirect

go.sum

Lines changed: 50 additions & 0 deletions
Large diffs are not rendered by default.

vendor/github.com/deepmap/oapi-codegen/LICENSE

Lines changed: 201 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/deepmap/oapi-codegen/pkg/runtime/bind.go

Lines changed: 24 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)