From deb4648a606c4ff7be4e85c45fae5f06fbfa330e Mon Sep 17 00:00:00 2001 From: "azure-pipelines[bot]" <36771401+azure-pipelines[bot]@users.noreply.github.com> Date: Thu, 3 Sep 2020 14:07:55 +0200 Subject: [PATCH] update compat versions for 1.5.0-snapshot.20200902.5118.0.2b3cf1b3 (#7308) CHANGELOG_BEGIN CHANGELOG_END Update exclusions to include new snapshot changelog_begin changelog_end Co-authored-by: Moritz Kiefer --- compatibility/bazel_tools/testing.bzl | 2 +- compatibility/versions.bzl | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/compatibility/bazel_tools/testing.bzl b/compatibility/bazel_tools/testing.bzl index 093fb01ef1..43d103bb35 100644 --- a/compatibility/bazel_tools/testing.bzl +++ b/compatibility/bazel_tools/testing.bzl @@ -84,7 +84,7 @@ excluded_test_tool_tests = [ ], }, { - "start": "0.0.0", # TODO Update to first snapshot after 1.5.0-snapshot.20200825.5071.0.d33e130f + "start": "1.5.0-snapshot.20200902.5118.0.2b3cf1b3", "platform_ranges": [ { "start": "1.0.0", diff --git a/compatibility/versions.bzl b/compatibility/versions.bzl index 5de25e4328..a52ab024f5 100644 --- a/compatibility/versions.bzl +++ b/compatibility/versions.bzl @@ -13,6 +13,7 @@ sdk_versions = [ "1.5.0-snapshot.20200811.4959.0.bbc2fe56", "1.5.0-snapshot.20200818.5027.0.1b33d374", "1.5.0-snapshot.20200825.5071.0.d33e130f", + "1.5.0-snapshot.20200902.5118.0.2b3cf1b3", "0.0.0", ] platform_versions = [ @@ -26,6 +27,7 @@ platform_versions = [ "1.5.0-snapshot.20200811.4959.0.bbc2fe56", "1.5.0-snapshot.20200818.5027.0.1b33d374", "1.5.0-snapshot.20200825.5071.0.d33e130f", + "1.5.0-snapshot.20200902.5118.0.2b3cf1b3", "0.0.0", ] stable_versions = [ @@ -137,4 +139,14 @@ version_sha256s = { "daml_react": "5e9d40fdb46e0420c34a31a8ec3217f13719530ee8fe53a58ebcd3366cfa5414", "create_daml_app_patch": "b187d446443209288c165cf34247307275b497e015a5d953805297c05279d856", }, + "1.5.0-snapshot.20200902.5118.0.2b3cf1b3": { + "linux": "1b2f0aa4e08e5f3fb7b60c56dbc233ebd2631055bcdb04504fbee90c8107dd20", + "macos": "aabb2829fa608ea5ac89e598c2759555631201cef94b2eb08d4a45430acda4ec", + "windows": "7dab2023bf4f76733b8a1fc9f58bc2a2a091558de33719d394759024924d73da", + "test_tool": "5b086eba8eb8302060d2eda35e4456010b12e350b0485271faf4aa14498fdc32", + "daml_types": "f65f58efef91fb83d1eec9c59c6c8ffe9d1acd1d9868bb7decef081e66c7eb50", + "daml_ledger": "abce096de52f9906c9450b9b4eb907480a3dd020f32ddd08f8ddab0e6c00cb17", + "daml_react": "a5a02d06936823bf5ee8f69b469a25ca720cebf778ace2775cc291b70766f098", + "create_daml_app_patch": "b187d446443209288c165cf34247307275b497e015a5d953805297c05279d856", + }, }