diff --git a/CHANGES b/CHANGES index 8f3ed22cca..851ba2dbf9 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,13 @@ +6.1.0-dev.104 | 2023-06-20 10:15:24 -0700 + + * CI: Force rebuild of tumbleweed VM to pick up newer version of python (Tim Wojtulewicz, Corelight) + + The version of python included in the existing VM doesn't have the sqlite + module included for some reason. Forcing the VM to rebuild installs python311 + which does include it, fixing a build failure. + + * Stmt/Assert: Use std::move() for backtrace element (Arne Welzel, Corelight) + 6.1.0-dev.100 | 2023-06-15 21:13:46 -0700 * Update external testing hashes for 6.1 deprecation changes (Tim Wojtulewicz, Corelight) diff --git a/VERSION b/VERSION index 293b2bea8a..a25e4b0457 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -6.1.0-dev.100 +6.1.0-dev.104 diff --git a/ci/opensuse-tumbleweed/Dockerfile b/ci/opensuse-tumbleweed/Dockerfile index 635f9af1c5..b5903b72f8 100644 --- a/ci/opensuse-tumbleweed/Dockerfile +++ b/ci/opensuse-tumbleweed/Dockerfile @@ -2,7 +2,7 @@ FROM opensuse/tumbleweed # A version field to invalidate Cirrus's build cache when needed, as suggested in # https://github.com/cirruslabs/cirrus-ci-docs/issues/544#issuecomment-566066822 -ENV DOCKERFILE_VERSION 20230523 +ENV DOCKERFILE_VERSION 20230620 # Remove the repo-openh264 repository, it caused intermittent issues # and we should not be needing any packages from it.