Skip to content

Commit e25b182

Browse files
Bump cloudbeat version (#2965)
* Update version.go * Update .mergify.yml * Update ARM templates --------- Co-authored-by: Cloud Security Machine <cloudsecmachine@users.noreply.github.com>
1 parent 22e4afb commit e25b182

6 files changed

+18
-5
lines changed

.mergify.yml

+13
Original file line numberDiff line numberDiff line change
@@ -352,3 +352,16 @@ pull_request_rules:
352352
labels:
353353
- "backport"
354354
title: "[{{ destination_branch }}](backport #{{ number }}) {{ title }}"
355+
- name: backport patches to 9.0 branch
356+
conditions:
357+
- merged
358+
- label=backport-v9.0.0
359+
actions:
360+
backport:
361+
assignees:
362+
- "{{ author }}"
363+
branches:
364+
- "9.0"
365+
labels:
366+
- "backport"
367+
title: "[{{ destination_branch }}](backport #{{ number }}) {{ title }}"

deploy/azure/ARM-for-organization-account.dev.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"metadata": {
2828
"description": "The version of elastic-agent to install"
2929
},
30-
"defaultValue": "9.0.0"
30+
"defaultValue": "9.1.0"
3131
},
3232
"FleetUrl": {
3333
"type": "string",

deploy/azure/ARM-for-organization-account.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"metadata": {
2828
"description": "The version of elastic-agent to install"
2929
},
30-
"defaultValue": "9.0.0"
30+
"defaultValue": "9.1.0"
3131
},
3232
"FleetUrl": {
3333
"type": "string",

deploy/azure/ARM-for-single-account.dev.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"metadata": {
1515
"description": "The version of elastic-agent to install"
1616
},
17-
"defaultValue": "9.0.0"
17+
"defaultValue": "9.1.0"
1818
},
1919
"FleetUrl": {
2020
"type": "string",

deploy/azure/ARM-for-single-account.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"metadata": {
1515
"description": "The version of elastic-agent to install"
1616
},
17-
"defaultValue": "9.0.0"
17+
"defaultValue": "9.1.0"
1818
},
1919
"FleetUrl": {
2020
"type": "string",

version/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
package version
1919

2020
// name matches github.com/elastic/beats/v7/dev-tools/mage/settings.go parseBeatVersion
21-
const defaultBeatVersion = "9.0.0"
21+
const defaultBeatVersion = "9.1.0"
2222

2323
var qualifier = ""
2424

0 commit comments

Comments
 (0)