Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 1.6.0 #257

Merged
merged 3 commits into from
Sep 14, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ on:
push:
branches: [ main ]
pull_request:
types: [opened, synchronize, reopened, labeled, unlabeled]
workflow_dispatch:

jobs:
Expand Down
22 changes: 21 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down