Skip to content

Commit

Permalink
chore(release): 3.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [3.0.0](v2.2.3...v3.0.0) (2021-05-30)

### Bug Fixes

* **monitoring:** keep action_namespace param backward compatible ([9582c2d](9582c2d))
* **monitoring:** multivalue locations not working ([70862cb](70862cb))
* **test:** add separate file for monitoringSetup ([80edc00](80edc00))

### Documentation

* **monitoring:** multivalue locations not working ([4c1bb77](4c1bb77))

### Features

* **monitoring:** ability to specify clouds ([a5a4862](a5a4862))
* **monitoring:** add google cloud support ([b5719aa](b5719aa))
* **monitoring:** keep universal runtime optional ([736b74f](736b74f))
* **monitoring:** make universal host configurable ([381259d](381259d))
* **monitoring:** switch default to universal ([b11efe5](b11efe5))
* **monitoring:** switch default to universal ([1eefd1b](1eefd1b))

### BREAKING CHANGES

* **monitoring:** runtime monitoring now optional
* **monitoring:** locations parameter value now space- instead of comma-separated
  • Loading branch information
semantic-release-bot committed May 30, 2021
1 parent e7e637e commit 6e322a6
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 1 deletion.
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,33 @@
# [3.0.0](https://github.com/adobe/helix-ops/compare/v2.2.3...v3.0.0) (2021-05-30)


### Bug Fixes

* **monitoring:** keep action_namespace param backward compatible ([9582c2d](https://github.com/adobe/helix-ops/commit/9582c2d3c7cffeb6477c35624a4069e154e12431))
* **monitoring:** multivalue locations not working ([70862cb](https://github.com/adobe/helix-ops/commit/70862cb459c73b27990a79ac3a58f8ba6d0e71de))
* **test:** add separate file for monitoringSetup ([80edc00](https://github.com/adobe/helix-ops/commit/80edc00cf42a2b56b7b8b3bb6ab012cdf22173e1))


### Documentation

* **monitoring:** multivalue locations not working ([4c1bb77](https://github.com/adobe/helix-ops/commit/4c1bb777820f2f60a2f42ad18732d5e684fce301))


### Features

* **monitoring:** ability to specify clouds ([a5a4862](https://github.com/adobe/helix-ops/commit/a5a4862e8bcdcae2651387cf35de8d62a9758a3d))
* **monitoring:** add google cloud support ([b5719aa](https://github.com/adobe/helix-ops/commit/b5719aab1159d6a827ba65a57759f35f0b523403))
* **monitoring:** keep universal runtime optional ([736b74f](https://github.com/adobe/helix-ops/commit/736b74f7dabf9701ec460183461b60bd3c52f708))
* **monitoring:** make universal host configurable ([381259d](https://github.com/adobe/helix-ops/commit/381259df767069b5a1992a700fd2f5e8e3dde7cf))
* **monitoring:** switch default to universal ([b11efe5](https://github.com/adobe/helix-ops/commit/b11efe5dd01a1301e2c4aa2df31d8d2c4daf9ab5))
* **monitoring:** switch default to universal ([1eefd1b](https://github.com/adobe/helix-ops/commit/1eefd1b03b14f7e2fc940317b73c9a99887143a7))


### BREAKING CHANGES

* **monitoring:** runtime monitoring now optional
* **monitoring:** locations parameter value now space- instead of comma-separated

## [2.2.3](https://github.com/adobe/helix-ops/compare/v2.2.2...v2.2.3) (2021-05-17)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@adobe/helix-ops",
"version": "2.2.3",
"version": "3.0.0",
"description": "Operational tooling for Project Helix services",
"bin": {
"newrelic": "src/newrelic.js",
Expand Down

0 comments on commit 6e322a6

Please sign in to comment.