Skip to content

Commit b0c6e6d

Browse files
authored
Update container-insights-manage-agent.md
Added Semantic versioning details to page
1 parent c31b97e commit b0c6e6d

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

articles/azure-monitor/containers/container-insights-manage-agent.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,20 @@ To reenable discovery of the environmental variables, apply the same process you
8989
- name: AZMON_COLLECT_ENV
9090
value: "True"
9191
```
92+
## Semantic version update of container insights agent version
93+
94+
Container insights has shifted the image version and naming convention to semver format to meet the following requirement for AKS Partner Addons:
95+
96+
1. If added functionality is independent of Kubernetes version, the addons will upgrade for all clusters.
97+
2. If it’s coupled with Kubernetes version, the addons will upgrade for the clusters in supported Kubernetes versions.
98+
99+
Semver is a universal software versioning schema which is defined in the format MAJOR.MINOR.PATCH, which follows the following constraints:
100+
101+
1. Increment the MAJOR version when you make incompatible API changes.
102+
2. Increment the MINOR version when you add functionality in a backwards compatible manner.
103+
3. Increment the PATCH version when you make backwards compatible bug fixes.
104+
105+
With the rise of Kubernetes and the OSS ecosystem, container insights migrate to use semver image following the K8s recommended standard wherein with each minor version introduced, all breaking changes were required to be publicly documented with each new Kubernetes release.
92106

93107
## Next steps
94108

0 commit comments

Comments
 (0)