diff --git a/CMakeLists.txt b/CMakeLists.txt index 3b3dd5ff7378d40d894cdb2bdeec485d0deea38a..375c6e8fc570422e72f178b25398c2c9faec6740 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,7 +9,7 @@ include(cmake/set_build_flags.cmake) #set(CMAKE_C_COMPILER "gcc" CACHE PATH "c compiler") -set(GIT_COMMIT_HASH "585966f81816a4ca2b2204bee6268ef477c04b9c") +set(GIT_COMMIT_HASH "5e254f8182526b5fde84eb170c52663697bab3f4") message("-- commit id: " ${GIT_COMMIT_HASH}) add_definitions(-DISULAD_GIT_COMMIT="${GIT_COMMIT_HASH}") diff --git a/cmake/options.cmake b/cmake/options.cmake index 5098d3766687c74220912b58bed6bc2c76eb13c2..7a141fefb64567948650f230dbf281d1d48bcfe1 100644 --- a/cmake/options.cmake +++ b/cmake/options.cmake @@ -6,7 +6,7 @@ endif() option(VERSION "set isulad version" ON) if (VERSION STREQUAL "ON") - set(ISULAD_VERSION "2.0.16") + set(ISULAD_VERSION "2.0.17") message("${BoldBlue}Version: ${ISULAD_VERSION} ${ColourReset}") endif() diff --git a/iSulad.spec b/iSulad.spec index c0dc473994a07a4ba47ad7c047e516999d51faa0..e9826a29c14402801e374f32991eb8d957a5f164 100644 --- a/iSulad.spec +++ b/iSulad.spec @@ -1,5 +1,5 @@ -%global _version 2.0.16 -%global _release 3 +%global _version 2.0.17 +%global _release 1 %global is_systemd 1 %global enable_shimv2 1 %global enable_embedded 1 diff --git a/release_notes b/release_notes index b89ea38b6b73c70ee600416fe9bb8772c25075da..14b10b8b47803809e185c12b3beccfc3f6984e5d 100644 --- a/release_notes +++ b/release_notes @@ -1,3 +1,20 @@ +2022-10-08 ubuntu release 2.0.17 + - !1650 add static for udev_wait_pth_t function + - !1644 fix maybe uwait use after free + - !1625 add timezone CI test + - !1622 add hostname env for container + - !1618 calculate timezone by tm_gmtoff + - !1616 invalid free default-runtime and cri-runtime after free json-confs + - !1613 add isulad args Merge pull request !1613 from zhangxiaoyu/stable-v2.0.x + - !1611 Remove redundant header files + - !1609 adapt to openssl 3.0 + - !1605 cleancode about rest register container + - !1601 fix memleak + + dev stats: + - 21 files changed, 585 insertions(+), 218 deletions(-) + - contributors: zhangxiaoyu, haozi007, wujing, WangFengTu, zhongtao + 2022-08-23 root release 2.0.16 - !1590 [codecheck] cleancode about big function and magic number - !1591 【codecheck】handle some warnings