Skip to content

Commit 73e92a9

Browse files
authored
Update container-insights-manage-agent.md
1 parent b0c6e6d commit 73e92a9

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

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

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -91,18 +91,15 @@ To reenable discovery of the environmental variables, apply the same process you
9191
```
9292
## Semantic version update of container insights agent version
9393

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.
94+
Container insights has shifted the image version and naming convention to semver format. SemVer helps developers keep track of every change made to a software during its development phase and ensures that the software versioning is consistent and meaningful. The old version was in format of ciprod<timestamp>-<commitId> and win-ciprod<timestamp>-<commitId>, Semver is started from 3.1.4 and win-3.1.4.
9895

9996
Semver is a universal software versioning schema which is defined in the format MAJOR.MINOR.PATCH, which follows the following constraints:
10097

10198
1. Increment the MAJOR version when you make incompatible API changes.
10299
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.
100+
3. Increment the PATCH version when you make backwards compatible bug fixes.
101+
102+
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.
106103

107104
## Next steps
108105

0 commit comments

Comments
 (0)