Skip to content

Commit 37a4496

Browse files
authored
Release v1.2.0 (#151)
* Release v1.2.0 Add a status to the Kubernetes Package Management Solutions section of the configuration specification. Update the changelog with all relevant changes and prepare for release v1.2.0 of the project. * Clarify the experimental specification added for Kube * Update CHANGELOG.md
1 parent 1d24a75 commit 37a4496

File tree

2 files changed

+17
-3
lines changed

2 files changed

+17
-3
lines changed

CHANGELOG.md

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## [Unreleased]
44

5+
## [1.2.0] - 2021-11-15
6+
57
### General
68

79
#### Bug fixes
@@ -10,17 +12,26 @@
1012

1113
### Configuration
1214

15+
#### Enhancements
16+
17+
- Add experimental specification for the configuration for Kubernetes package
18+
management solutions.
19+
1320
#### Bug fixes
1421

15-
- Properly specify configuration statuses for RUM and serverless.
22+
- Properly specify configuration statuses for RUM and serverless. These
23+
sections of the configuration specification are not stable and are correctly
24+
identified as such now.
1625
- Clarify requirement for RUM `beaconEndpoint` configuration value to be HTTPS
1726
only on systems that allow such enforcement.
1827

1928
### Versioning
2029

2130
#### Enhancements
2231

23-
- Add packaging specification information
32+
- Add information about packaging project versioning. This allows packaging
33+
projects to be released as stable without the need for the project they
34+
package to be stable.
2435

2536
## [1.1.0] - 2021-10-26
2637

@@ -101,7 +112,8 @@
101112
- Primary focus is on Instrumentation Libraries for initial 1.0 release
102113
- Initial Collector specification defined
103114

104-
[Unreleased]: https://github.com/signalfx/gdi-specification/compare/v1.1.0...HEAD
115+
[Unreleased]: https://github.com/signalfx/gdi-specification/compare/v1.2.0...HEAD
116+
[1.2.0]: https://github.com/signalfx/gdi-specification/releases/tag/v1.2.0
105117
[1.1.0]: https://github.com/signalfx/gdi-specification/releases/tag/v1.1.0
106118
[1.0.0]: https://github.com/signalfx/gdi-specification/releases/tag/v1.0.0
107119
[1.0.0-rc.3]: https://github.com/signalfx/gdi-specification/releases/tag/v1.0.0-rc.3

specification/configuration.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,8 @@ environment variables:
9292

9393
### Kubernetes Package Management Solutions
9494

95+
**Status**: [Experimental](../README.md#versioning-and-status-of-the-specification)
96+
9597
While Kubernetes supports container technology that can be configured using
9698
environment variables, package management solutions such as Helm charts and
9799
Operators require YAML-based configuration. As a result, Kubernetes package

0 commit comments

Comments
 (0)