Skip to content

Commit 88133e3

Browse files
authored
Release datadog-api-client-1.0.0-beta.2 (#282)
1 parent 022ff54 commit 88133e3

File tree

2 files changed

+18
-5
lines changed

2 files changed

+18
-5
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# CHANGELOG
22

3+
## datadog-api-client-1.0.0-beta.2 / 2020-05-04
4+
5+
* [Added] Add some missing attributes to synthetics schemas. See [#265](https://github.com/DataDog/datadog-api-client-java/pull/265).
6+
* [Fixed] Monitor Query Descriptions. See [#278](https://github.com/DataDog/datadog-api-client-java/pull/278).
7+
* [Fixed] Synthetics Test Mark method and url as optional. See [#268](https://github.com/DataDog/datadog-api-client-java/pull/268).
8+
* [Fixed] Clean up generated client documentation. See [#260](https://github.com/DataDog/datadog-api-client-java/pull/260).
9+
* [Fixed] Add missing page query parameters. See [#253](https://github.com/DataDog/datadog-api-client-java/pull/253).
10+
* [Fixed] Update error responses for roles v2 endpoints. See [#252](https://github.com/DataDog/datadog-api-client-java/pull/252).
11+
* [Fixed] Bump jackson-databind from 2.9.10.3 to 2.9.10.4. See [#250](https://github.com/DataDog/datadog-api-client-java/pull/250).
12+
* [Fixed] Bump jackson-databind from 2.9.10 to 2.9.10.3. See [#246](https://github.com/DataDog/datadog-api-client-java/pull/246).
13+
* [Fixed] Add missing get ListSLO's 404 response. See [#247](https://github.com/DataDog/datadog-api-client-java/pull/247).
14+
* [Removed] Remove Pagerduty endpoint. See [#267](https://github.com/DataDog/datadog-api-client-java/pull/267).
15+
316
## 1.0.0-beta.1 / 2020-04-22
417

518
* [Added] Initial beta release of the Datadog API Client

RELEASING.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,22 +11,22 @@ This project does not have a strict release schedule. However, we would make a r
1111
### Prerequisites
1212
- Install [datadog_checks_dev](https://datadog-checks-base.readthedocs.io/en/latest/datadog_checks_dev.cli.html#installation) using Python 3
1313
- Have [Java 1.8](https://www.oracle.com/java/technologies/javase-jdk8-downloads.html)
14-
- Ensure all CIs are passing on the master branch that we're about to release.
15-
- Set the `BINTRAY_USER` and `BINTRAY_API_KEY` environment variables so that the release process can deploy to Bintray.
14+
- Ensure all CIs are passing on the master branch that we're about to release.
15+
- Set the `BINTRAY_USER` and `BINTRAY_API_KEY` environment variables so that the release process can deploy to Bintray.
1616

1717
## Release
1818
Note that once the release process is started, nobody should be merging/pushing anything.
1919

2020
### Commands
2121

2222
- See changes ready for release by running `ddev release show changes .` at the root of this project. Add any missing labels to PRs if needed.
23-
- Run `ddev release changelog . <NEW_VERSION>` to update the `CHANGELOG.md` file at the root of this repository
23+
- Run `ddev release changelog . <NEW_VERSION> --tag-prefix datadog-api-client-` to update the `CHANGELOG.md` file at the root of this repository
2424
- Commit the changes to the repository in a release branch and get it approved/merged after you:
2525
- Make sure that all CIs are passing, as this is the commit we will be releasing!
2626

2727
- Pull the latest changes after merging the above PR.
2828
- Run `mvn --settings settings.xml clean release:prepare` and follow the prompts to update the version and tag the repository.
29-
- Run `mvn --settings settings.xml release:perform` to deploy the artifact to Bintray.
29+
- Run `mvn --settings settings.xml release:perform` to deploy the artifact to Bintray.
3030
- Find the artifact in Bintray and publish to make it visible to all.
3131
- Within Bintray, sync the specified version to maven central.
3232

@@ -36,4 +36,4 @@ After merging the above PR, create a release on the [releases page](https://gith
3636
- Choose the tag that was created by the `mvn release:prepare` step
3737
- Place the changelog contents into the description of the release.
3838
- Attach the built Jar file into the release
39-
- Create/Publish the release, which will automatically create a tag on the `HEAD` commit.
39+
- Create/Publish the release, which will automatically create a tag on the `HEAD` commit.

0 commit comments

Comments
 (0)