Skip to content

Commit

Permalink
Release 1.6.0 (#257)
Browse files Browse the repository at this point in the history
  • Loading branch information
pellared committed Sep 14, 2023
1 parent 9ab69be commit 9ba3b4b
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
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

0 comments on commit 9ba3b4b

Please sign in to comment.