Skip to content

Commit 9cdf3c4

Browse files
mms-build-accountlsierant
authored andcommitted
Updated files
1 parent 54c1dbc commit 9cdf3c4

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
@@ -15,7 +15,7 @@ variables:
1515

1616
- &ops_manager_70_latest 7.0.20 # The order/index is important, since these are anchors. Please do not change
1717

18-
- &ops_manager_80_latest 8.0.17 # The order/index is important, since these are anchors. Please do not change
18+
- &ops_manager_80_latest 8.0.18 # The order/index is important, since these are anchors. Please do not change
1919

2020
# The dependency unification between static and non-static is intentional here.
2121
# 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
@@ -65,7 +65,8 @@
6565
"8.0.14",
6666
"8.0.15",
6767
"8.0.16",
68-
"8.0.17"
68+
"8.0.17",
69+
"8.0.18"
6970
],
7071
"variants": [
7172
"ubi"
@@ -215,6 +216,10 @@
215216
"8.0.17": {
216217
"agent_version": "108.0.16.8895-1",
217218
"tools_version": "100.13.0"
219+
},
220+
"8.0.18": {
221+
"agent_version": "108.0.18.8921-1",
222+
"tools_version": "100.13.0"
218223
}
219224
}
220225
},

0 commit comments

Comments
 (0)