From 9ba3b4b37fb82a93fdb1d371b1f9cc14b1cb44ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Paj=C4=85k?= Date: Thu, 14 Sep 2023 08:59:37 +0200 Subject: [PATCH] Release 1.6.0 (#257) --- .github/workflows/ci.yml | 1 + CHANGELOG.md | 22 +++++++++++++++++++++- 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2eb66ae..0906957 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,6 +2,7 @@ on: push: branches: [ main ] pull_request: + types: [opened, synchronize, reopened, labeled, unlabeled] workflow_dispatch: jobs: diff --git a/CHANGELOG.md b/CHANGELOG.md index 292cc0d..e0bab85 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,25 @@ ## [Unreleased] +## [1.6.0] - 2023-09-14 + +### Configuration + +#### Enhancements + +- Update the log message when `service.name` resource attribute is not set. + +### Repository + +#### Enhancements + +- Update `CONTRIBUTING.md` template to require signing commits. +- Suggest changelog sub-sections and labels. +- Require releases to contain a link to the upstream release notes. +- Add repository permission exception for bot accounts. +- Remove `signalfx/gdi-specification-*` teams from permissions. +- Add admins team. + ## [1.5.0] - 2023-03-30 ### Configuration @@ -233,7 +252,8 @@ - Primary focus is on Instrumentation Libraries for initial 1.0 release - Initial Collector specification defined -[Unreleased]: https://github.com/signalfx/gdi-specification/compare/v1.5.0...HEAD +[Unreleased]: https://github.com/signalfx/gdi-specification/compare/v1.6.0...HEAD +[1.6.0]: https://github.com/signalfx/gdi-specification/releases/tag/v1.6.0 [1.5.0]: https://github.com/signalfx/gdi-specification/releases/tag/v1.5.0 [1.4.0]: https://github.com/signalfx/gdi-specification/releases/tag/v1.4.0 [1.3.0]: https://github.com/signalfx/gdi-specification/releases/tag/v1.3.0