File tree Expand file tree Collapse file tree 2 files changed +17
-3
lines changed Expand file tree Collapse file tree 2 files changed +17
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## [ Unreleased]
4
4
5
+ ## [ 1.2.0] - 2021-11-15
6
+
5
7
### General
6
8
7
9
#### Bug fixes
10
12
11
13
### Configuration
12
14
15
+ #### Enhancements
16
+
17
+ - Add experimental specification for the configuration for Kubernetes package
18
+ management solutions.
19
+
13
20
#### Bug fixes
14
21
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.
16
25
- Clarify requirement for RUM ` beaconEndpoint ` configuration value to be HTTPS
17
26
only on systems that allow such enforcement.
18
27
19
28
### Versioning
20
29
21
30
#### Enhancements
22
31
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.
24
35
25
36
## [ 1.1.0] - 2021-10-26
26
37
101
112
- Primary focus is on Instrumentation Libraries for initial 1.0 release
102
113
- Initial Collector specification defined
103
114
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
105
117
[ 1.1.0 ] : https://github.com/signalfx/gdi-specification/releases/tag/v1.1.0
106
118
[ 1.0.0 ] : https://github.com/signalfx/gdi-specification/releases/tag/v1.0.0
107
119
[ 1.0.0-rc.3 ] : https://github.com/signalfx/gdi-specification/releases/tag/v1.0.0-rc.3
Original file line number Diff line number Diff line change @@ -92,6 +92,8 @@ environment variables:
92
92
93
93
### Kubernetes Package Management Solutions
94
94
95
+ ** Status** : [ Experimental] ( ../README.md#versioning-and-status-of-the-specification )
96
+
95
97
While Kubernetes supports container technology that can be configured using
96
98
environment variables, package management solutions such as Helm charts and
97
99
Operators require YAML-based configuration. As a result, Kubernetes package
You can’t perform that action at this time.
0 commit comments