Skip to content

Commit

Permalink
Update base image and release notes for 4.0.22 (#6502)
Browse files Browse the repository at this point in the history
  • Loading branch information
achamayou authored Sep 26, 2024
1 parent 599eadb commit 2e7a308
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .azure-pipelines-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ pr: none
resources:
containers:
- container: virtual
image: ghcr.io/microsoft/ccf/ci/default:build-28-08-2024-1
image: ghcr.io/microsoft/ccf/ci/default:build-26-09-2024
options: --publish-all --cap-add NET_ADMIN --cap-add NET_RAW --cap-add SYS_PTRACE -v /lib/modules:/lib/modules:ro

- container: snp
image: ghcr.io/microsoft/ccf/ci/default:build-28-08-2024-1
image: ghcr.io/microsoft/ccf/ci/default:build-26-09-2024
options: --publish-all --cap-add NET_ADMIN --cap-add NET_RAW --cap-add SYS_PTRACE -v /lib/modules:/lib/modules:ro

- container: sgx
image: ghcr.io/microsoft/ccf/ci/sgx:build-28-08-2024-1
image: ghcr.io/microsoft/ccf/ci/sgx:build-26-09-2024
options: --publish-all --cap-add NET_ADMIN --cap-add NET_RAW --device /dev/sgx_enclave:/dev/sgx_enclave --device /dev/sgx_provision:/dev/sgx_provision -v /dev/sgx:/dev/sgx -v /lib/modules:/lib/modules:ro

variables:
Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [4.0.22]

[4.0.22]: https://github.com/microsoft/CCF/releases/tag/ccf-4.0.22

### Base image

- Updated container base image.

## [4.0.21]

[4.0.21]: https://github.com/microsoft/CCF/releases/tag/ccf-4.0.21
Expand Down

0 comments on commit 2e7a308

Please sign in to comment.