Skip to content

Commit

Permalink
[8.17 freeze] bump cloudbeat versions (#2751)
Browse files Browse the repository at this point in the history
  • Loading branch information
kubasobon authored Nov 21, 2024
1 parent cd2184e commit d0f120e
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion bin/hermit.hcl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
env = {
"CLOUDBEAT_VERSION": "8.15.0",
"CLOUDBEAT_VERSION": "8.17.0",
"ELK_VERSION": "${CLOUDBEAT_VERSION}-SNAPSHOT",
}
2 changes: 1 addition & 1 deletion deploy/azure/ARM-for-organization-account.dev.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"metadata": {
"description": "The version of elastic-agent to install"
},
"defaultValue": "8.17.0"
"defaultValue": "8.18.0"
},
"FleetUrl": {
"type": "string",
Expand Down
2 changes: 1 addition & 1 deletion deploy/azure/ARM-for-organization-account.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"metadata": {
"description": "The version of elastic-agent to install"
},
"defaultValue": "8.17.0"
"defaultValue": "8.18.0"
},
"FleetUrl": {
"type": "string",
Expand Down
2 changes: 1 addition & 1 deletion deploy/azure/ARM-for-single-account.dev.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"metadata": {
"description": "The version of elastic-agent to install"
},
"defaultValue": "8.17.0"
"defaultValue": "8.18.0"
},
"FleetUrl": {
"type": "string",
Expand Down
2 changes: 1 addition & 1 deletion deploy/azure/ARM-for-single-account.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"metadata": {
"description": "The version of elastic-agent to install"
},
"defaultValue": "8.17.0"
"defaultValue": "8.18.0"
},
"FleetUrl": {
"type": "string",
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
package version

// name matches github.com/elastic/beats/v7/dev-tools/mage/settings.go parseBeatVersion
const defaultBeatVersion = "8.17.0"
const defaultBeatVersion = "8.18.0"

// Version represents version information for a package
type Version struct {
Expand Down

0 comments on commit d0f120e

Please sign in to comment.