Releases: stephenyeargin/hubot-grafana
Release 5.0.2
Release 5.0.1
Release 5.0.0
🚨 Breaking Changes
This release includes a substantial refactoring of several features related to uploading images and formatting the Hubot response for certain adapters. As such, folks running older versions of Hubot or Node may run into trouble with this release. If this is you, please open an issue. In the meantime, the 4.x branch should be fine to continue using.
What's Changed
- chore: implement OWASP recommendation for package by @KeesCBakker in #163
- The Big Refactor by @KeesCBakker in #166
Full Changelog: v4.1.1...v5.0.0
Release 4.1.1
- Release 4.1.0 (8b64a80)
- Merge pull request #162 from KeesCBakker/main (eab2553)
- fix: make fetch behave when testing. (29483cf)
- chore: convert download to fetch (4d5bb06)
- feat: remove obsolete request package, add fetch (2a8d151)
- Merge pull request #160 from stephenyeargin/hubot-7-adaptername (c8c889a)
- Adjust
adapterName
match for Hubot v7 (75ef1a8) - Merge pull request #159 from KeesCBakker/feat-npm-ignore-dev-files (a17f30d)
- Merge pull request #157 from KeesCBakker/feat-support-for-hubotfriends-slack (ce12708)
- Ingnore files for development (fb3b1a6)
- Merge pull request #155 from KeesCBakker/main (cdb1f37)
- Support for @hubot-friends/hubot-slack adapter (c27dff5)
- Fix S3 url, per docs: https://docs.aws.amazon.com/AmazonS3/latest/userguide/access-bucket-intro.html#virtual-host-style-url-ex (fbf209d)
- Bump versions (eb24d3e)
Release 4.0.0
🚨 Breaking Change
If you are using the S3 upload feature, note that this package now relies on the AWS SDK instead of Knox. This means rather than supplying the Access Key ID and Secret Key through environment variables, you will instead rely on what's set in ~/.aws/credentials
or through your instance role if hosted on AWS. This was done to remove a vulnerable dependency as Knox is no longer maintained. This also means that some S3-compatible providers may no longer work.
If you run into trouble, consider remaining on the 3.x releases for now.
- Version bumps (3ddbc32)
- Merge pull request #153 from stephenyeargin/dependabot/npm_and_yarn/fast-xml-parser-and-aws-sdk/client-s3-4.2.5 (da67a3d)
- Bump fast-xml-parser and @aws-sdk/client-s3 (97f11ca)
- Merge pull request #152 from stephenyeargin/decaffinate-migrate-to-native-s3 (fae27e6)
- Merge branch 'main' into decaffinate-migrate-to-native-s3 (8fc20c5)
- Switch to regular JavaScript, replace Knox with AWS S3 SDK (2d4e6d6)
Release 3.2.3
Release 3.2.2
- Bump packages (1b90eaf)
Release 3.2.1
- Bump dependencies to resolve CVE-2022-3517 warning. (d81479b)