-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(release): Automated agent release notes (v1.0.80) (#2276)
* chore(release): Automated agent release notes * chore(release): Automated agent release notes (#2280) Co-authored-by: Github Actions <[email protected]> * chore(release): Automated agent release notes (#2279) Co-authored-by: Github Actions <[email protected]> * chore(release): Automated agent release notes (#2278) Co-authored-by: Github Actions <[email protected]> * chore(release): Automated agent release notes (#2277) Co-authored-by: Github Actions <[email protected]> * bumped version --------- Co-authored-by: Github Actions <[email protected]> Co-authored-by: Daniel Gonzalez <[email protected]>
- Loading branch information
1 parent
3ebcf2f
commit 4c38c38
Showing
6 changed files
with
50 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9 changes: 9 additions & 0 deletions
9
...nt/en/plugins/scale-agent/release-notes/agent-service/agent-service-v-1-0-76.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
title: v1.0.76 Armory Agent Service (2024-01-24) | ||
toc_hide: true | ||
version: 01.00.76 | ||
date: 2024-01-24 | ||
--- | ||
|
||
### Fixes | ||
- Improves detection on config file changes, prevents false positives such as permissions being modified. |
11 changes: 11 additions & 0 deletions
11
...nt/en/plugins/scale-agent/release-notes/agent-service/agent-service-v-1-0-77.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- | ||
title: v1.0.77 Armory Agent Service (2024-01-29) | ||
toc_hide: true | ||
version: 01.00.77 | ||
date: 2024-01-29 | ||
--- | ||
|
||
### Fixes: | ||
- Better REST mapping search when discovery had misses. | ||
|
||
> This fix prevents an agent restart in the case of discovery (during start) missing one k8s kind. |
9 changes: 9 additions & 0 deletions
9
...nt/en/plugins/scale-agent/release-notes/agent-service/agent-service-v-1-0-78.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
title: v1.0.78 Armory Agent Service (2024-01-29) | ||
toc_hide: true | ||
version: 01.00.78 | ||
date: 2024-01-29 | ||
--- | ||
|
||
### Fixes: | ||
- Additional improvements to live k8s REST mapping fallback methods. |
9 changes: 9 additions & 0 deletions
9
...nt/en/plugins/scale-agent/release-notes/agent-service/agent-service-v-1-0-79.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
title: v1.0.79 Armory Agent Service (2024-02-09) | ||
toc_hide: true | ||
version: 01.00.79 | ||
date: 2024-02-09 | ||
--- | ||
|
||
### Fixes: | ||
- Additional coverage for resolution of the k8s REST api for different kubernetes kinds. |
11 changes: 11 additions & 0 deletions
11
...nt/en/plugins/scale-agent/release-notes/agent-service/agent-service-v-1-0-80.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- | ||
title: v1.0.80 Armory Agent Service (2024-02-27) | ||
toc_hide: true | ||
version: 01.00.80 | ||
date: 2024-02-27 | ||
--- | ||
|
||
### Fixes | ||
- Better support for correct resolution of kinds with the same name and different API group. | ||
|
||
> This fix is important in k8s engines like OpenShift where different kinds have the same name such as Ingress. |