Skip to content

Commit 9ba3b4b

Browse files
authored
Release 1.6.0 (#257)
1 parent 9ab69be commit 9ba3b4b

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ on:
22
push:
33
branches: [ main ]
44
pull_request:
5+
types: [opened, synchronize, reopened, labeled, unlabeled]
56
workflow_dispatch:
67

78
jobs:

CHANGELOG.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,25 @@
22

33
## [Unreleased]
44

5+
## [1.6.0] - 2023-09-14
6+
7+
### Configuration
8+
9+
#### Enhancements
10+
11+
- Update the log message when `service.name` resource attribute is not set.
12+
13+
### Repository
14+
15+
#### Enhancements
16+
17+
- Update `CONTRIBUTING.md` template to require signing commits.
18+
- Suggest changelog sub-sections and labels.
19+
- Require releases to contain a link to the upstream release notes.
20+
- Add repository permission exception for bot accounts.
21+
- Remove `signalfx/gdi-specification-*` teams from permissions.
22+
- Add admins team.
23+
524
## [1.5.0] - 2023-03-30
625

726
### Configuration
@@ -233,7 +252,8 @@
233252
- Primary focus is on Instrumentation Libraries for initial 1.0 release
234253
- Initial Collector specification defined
235254

236-
[Unreleased]: https://github.com/signalfx/gdi-specification/compare/v1.5.0...HEAD
255+
[Unreleased]: https://github.com/signalfx/gdi-specification/compare/v1.6.0...HEAD
256+
[1.6.0]: https://github.com/signalfx/gdi-specification/releases/tag/v1.6.0
237257
[1.5.0]: https://github.com/signalfx/gdi-specification/releases/tag/v1.5.0
238258
[1.4.0]: https://github.com/signalfx/gdi-specification/releases/tag/v1.4.0
239259
[1.3.0]: https://github.com/signalfx/gdi-specification/releases/tag/v1.3.0

0 commit comments

Comments
 (0)