release: bring back changes from v2.5.0 (#1061)

* deps: update version to v2.5.0

* attestation: hardcode measurements for v2.5.0

* bump operator versions

Co-authored-by: release[bot] <release[bot]@users.noreply.github.com>
Co-authored-by: Leonard Cohnen <lc@edgeless.systems>
This commit is contained in:
github-actions[bot] 2023-01-24 11:35:26 +01:00 committed by GitHub
parent 35d9efd351
commit 9567cc09ce
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
67 changed files with 168 additions and 168 deletions

View file

@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.11)
project(constellation LANGUAGES C VERSION 2.4.0)
project(constellation LANGUAGES C VERSION 2.5.0)
set(CLI_BUILD_TAGS "" CACHE STRING "Tags passed to go build of Constellation CLI.")
enable_testing()