Skip to content

Commit dcf896c

Browse files
Updated
1 parent 64ca2a8 commit dcf896c

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.evergreen.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ variables:
1111

1212
- &ops_manager_70_latest 7.0.15 # The order/index is important, since these are anchors. Please do not change
1313

14-
- &ops_manager_80_latest 8.0.11 # The order/index is important, since these are anchors. Please do not change
14+
- &ops_manager_80_latest 8.0.12 # The order/index is important, since these are anchors. Please do not change
1515

1616
# The dependency unification between static and non-static is intentional here.
1717
# Even though some images are exclusive, in EVG they all are built once and in parallel.

release.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@
5454
"8.0.5",
5555
"8.0.6",
5656
"8.0.7",
57-
"8.0.11"
57+
"8.0.11",
58+
"8.0.12"
5859
],
5960
"variants": [
6061
"ubi"
@@ -175,6 +176,10 @@
175176
"8.0.11": {
176177
"agent_version": "108.0.11.8830-1",
177178
"tools_version": "100.12.2"
179+
},
180+
"8.0.12": {
181+
"agent_version": "108.0.12.8846-1",
182+
"tools_version": "100.12.2"
178183
}
179184
}
180185
},

0 commit comments

Comments
 (0)