Skip to content

Commit

Permalink
chore(release): Autobump agent plugin version (0.15.0) (#2308)
Browse files Browse the repository at this point in the history
* chore(release): Autobump agent version

* chore(agent): Adding Agent plugin 0.15.0 release notes

---------

Co-authored-by: Github Actions <[email protected]>
Co-authored-by: christosarvanitis <[email protected]>
  • Loading branch information
3 people authored Jul 18, 2024
1 parent 5099751 commit 860a454
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 10 deletions.
20 changes: 11 additions & 9 deletions config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -244,16 +244,18 @@ offlineSearchSummaryLength = 200
# Armory Agent plugin versions
[params.kubesvc-plugin]

agent_plug_latest-4="0.11.56"
agent_plug_latest_spin-4="2.28.x (1.28.x)"
agent_plug_latest-3="0.12.21"
agent_plug_latest_spin-3="1.29.x"
agent_plug_latest-2="0.13.20"
agent_plug_latest_spin-2="2.30.x (1.30.x)"
agent_plug_latest-5="0.11.56"
agent_plug_latest_spin-5="2.28.x (1.28.x)"
agent_plug_latest-4="0.12.21"
agent_plug_latest_spin-4="1.29.x"
agent_plug_latest-3="0.13.20"
agent_plug_latest_spin-3="2.30.x (1.30.x)"
agent_plug_latest-2="0.14.1"
agent_plug_latest_spin-2="2.31.x (1.31.x)"
agent_plug_latest-1="0.14.1"
agent_plug_latest_spin-1="2.31.x (1.31.x)"
agent_plug_latest="0.14.1"
agent_plug_latest_spin="2.32.x (1.32.x)"
agent_plug_latest_spin-1="2.32.x (1.32.x)"
agent_plug_latest="0.15.0"
agent_plug_latest_spin="2.34.x (1.34.x)"

# Policy Engine plugin versions
[params.policy-engine-plugin]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
| Armory CD (Spinnaker) Version | Scale Agent Plugin Version | Scale Agent Service Version |
|:----------------------------------------------------|:-----------------------------------------------|:---------------------------- |
| {{<param kubesvc-plugin.agent_plug_latest_spin-5>}} | {{<param kubesvc-plugin.agent_plug_latest-5>}} | {{<param kubesvc-version>}} |
| {{<param kubesvc-plugin.agent_plug_latest_spin-4>}} | {{<param kubesvc-plugin.agent_plug_latest-4>}} | {{<param kubesvc-version>}} |
| {{<param kubesvc-plugin.agent_plug_latest_spin-3>}} | {{<param kubesvc-plugin.agent_plug_latest-3>}} | {{<param kubesvc-version>}} |
| {{<param kubesvc-plugin.agent_plug_latest_spin-2>}} | {{<param kubesvc-plugin.agent_plug_latest-2>}} | {{<param kubesvc-version>}} |
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: v0.14.1 Armory Agent Clouddriver Plugin (2023-11-06)
toc_hide: true
version: 00.14.1
version: 00.14.01
date: 2023-11-06
---

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
title: v0.15.0 Armory Agent Clouddriver Plugin (2024-07-17)
toc_hide: true
version: 00.15.00
date: 2023-11-06
---

Changes:
- Updating compatibility with 1.34.x Spinnaker (2.34.x Armory CD)

0 comments on commit 860a454

Please sign in to comment.