Compare commits

..

3 Commits

Author SHA1 Message Date
Leonardo Di Giovanna
dd9fb0dbac update(CHANGELOG.md): release 0.41.2
Signed-off-by: Leonardo Di Giovanna <leonardodigiovanna1@gmail.com>
2025-06-17 12:38:44 +02:00
Leonardo Di Giovanna
805e6a99cc update(build): update container plugin to 0.3.0
Signed-off-by: Leonardo Di Giovanna <leonardodigiovanna1@gmail.com>
2025-06-17 10:56:43 +02:00
Leonardo Grasso
8122b86f4c update(build): update container plugin to 0.2.6
Signed-off-by: Leonardo Grasso <me@leonardograsso.com>
2025-06-12 10:28:10 +02:00
2 changed files with 27 additions and 3 deletions

View File

@@ -1,5 +1,29 @@
# Change Log
## v0.41.2
Released on 2025-06-17
### Minor Changes
* update(build): update container plugin to 0.3.0 [[#3619](https://github.com/falcosecurity/falco/pull/3619)] - [@ekoops](https://github.com/ekoops)
### Non user-facing changes
* update(build): update container plugin to 0.2.6 [[#3611](https://github.com/falcosecurity/falco/pull/3611)] - [@leogr](https://github.com/leogr)
### Statistics
| MERGED PRS | NUMBER |
|-----------------|--------|
| Not user-facing | 1 |
| Release note | 1 |
| Total | 2 |
## v0.41.1
Released on 2025-06-05

View File

@@ -267,11 +267,11 @@ if(NOT WIN32
AND NOT MUSL_OPTIMIZED_BUILD
)
include(falcoctl)
set(CONTAINER_VERSION "0.2.5")
set(CONTAINER_VERSION "0.3.0")
if(${CMAKE_HOST_SYSTEM_PROCESSOR} STREQUAL "x86_64")
set(CONTAINER_HASH "129df5ce1dad89b2dc5e11d0b619dc2db7d9178dcb87113a7f3846dfdeada054")
set(CONTAINER_HASH "69816e9c2c72f896a1645d6fe0a2983ba351972c41b28c52f73684e998136746")
else() # arm64
set(CONTAINER_HASH "20d9ac9880e463a72caafddd00eceac52b0e3549e4b9f8a85b0c5a07ea7b3cc0")
set(CONTAINER_HASH "8daa93402e11622237c6cf2e4e27fea570d5a4023aba10c1339d991b3232a4a2")
endif()
include(container_plugin)