Skip to content

Commit ea64d15

Browse files
committed
* Defaults for boolean config options not handled well by Go parser
* Add script to build images using buildah + Red Hat UBI base * Temporarily override vendored mq-golang/mqmetric code to deliver fixes * Deal with buffer expansion when there are lots of queues to query AND remote system is different CCSID (#75) * Ensure labels - in particular object DESCR values - are valid UTF8
1 parent 5e8fda1 commit ea64d15

File tree

5 files changed

+49
-21
lines changed

5 files changed

+49
-21
lines changed

CHANGELOG.md

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

4+
### Sep 17 2021 (v5.2.3)
5+
* Defaults for boolean config options not handled well by Go parser
6+
* Add script to build images using buildah + Red Hat UBI base
7+
* Temporarily override vendored mq-golang/mqmetric code to deliver fixes
8+
* Deal with buffer expansion when there are lots of queues to query AND remote system is different CCSID (#75)
9+
* Ensure labels - in particular object DESCR values - are valid UTF8
10+
* This code is newer than the upstream version which will inherit the fixes later
11+
412
### Aug 03 2021 (v5.2.2)
513
* Update to use v5.2.2 of the mq-golang repository
614
* Update to use MQ 9.2.3

vendor/github.com/ibm-messaging/mq-golang/v5/mqmetric/channel.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/ibm-messaging/mq-golang/v5/mqmetric/discover.go

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

vendor/github.com/ibm-messaging/mq-golang/v5/mqmetric/queue.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/ibm-messaging/mq-golang/v5/mqmetric/status.go

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

0 commit comments

Comments
 (0)