File tree Expand file tree Collapse file tree 3 files changed +17
-3
lines changed
getting_started/setup_vm/roles/ccf_install/tasks Expand file tree Collapse file tree 3 files changed +17
-3
lines changed Original file line number Diff line number Diff line change @@ -5,13 +5,20 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
66and this project adheres Fto [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
77
8- ## [ 6.0.0-dev14 ]
8+ ## [ 6.0.0-dev15 ]
99
10- [ 6.0.0-dev14 ] : https://github.com/microsoft/CCF/releases/tag/6.0.0-dev14
10+ [ 6.0.0-dev15 ] : https://github.com/microsoft/CCF/releases/tag/6.0.0-dev15
1111
1212### Fixed
1313
1414- All containers now include the correct version of libstdc++/libstdc++-dev, and the Debian package captures the runtime requirement as well.
15+ - RPMs for Azure Linux 3.0 are now included in releases.
16+
17+ ## [ 6.0.0-dev14]
18+
19+ [ 6.0.0-dev14 ] : https://github.com/microsoft/CCF/releases/tag/6.0.0-dev14
20+
21+ Not all containers are available for this release, please see 6.0.0-dev15.
1522
1623## [ 6.0.0-dev13]
1724
Original file line number Diff line number Diff line change 11- name : Include vars
22 include_vars : common.yml
33
4+ - name : Add stdcxx APT repository
5+ apt_repository :
6+ repo : " ppa:ubuntu-toolchain-r/test"
7+ state : present
8+ update_cache : yes
9+ become : true
10+
411- name : Get package url
512 shell :
613 cmd : |
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " ccf"
7- version = " 6.0.0-dev14 "
7+ version = " 6.0.0-dev15 "
88authors = [
99 {
name =
" CCF Team" ,
email =
" [email protected] " },
1010]
You can’t perform that action at this time.
0 commit comments