Skip to content

Commit 9896ff7

Browse files
Merge pull request #234019 from ibrar2411/patch-5
Update container-insights-manage-agent.md
2 parents 3692c29 + b6d4fba commit 9896ff7

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

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

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,17 @@ 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] (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.
95+
96+
Semver is a universal software versioning schema which is defined in the format MAJOR.MINOR.PATCH, which follows the following constraints:
97+
98+
1. Increment the MAJOR version when you make incompatible API changes.
99+
2. Increment the MINOR version when you add functionality in a backwards compatible manner.
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.
92103

93104
## Next steps
94105

0 commit comments

Comments
 (0)