Skip to content

Commit b6d4fba

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,15 +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. 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.
94+
Container Insights has shifted the image version and naming convention to [semver format] (https://semver.org/). 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>, our first image versions using the Semver format are 3.1.4 for Linux and win-3.1.4 for Windows.
9595

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

9898
1. Increment the MAJOR version when you make incompatible API changes.
9999
2. Increment the MINOR version when you add functionality in a backwards compatible manner.
100100
3. Increment the PATCH version when you make backwards compatible bug fixes.
101101

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.
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.
103103

104104
## Next steps
105105

0 commit comments

Comments
 (0)