File tree 4 files changed +15
-6
lines changed
getting_started/setup_vm/roles
4 files changed +15
-6
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
6
6
and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
7
7
8
+ ## [ 6.0.0-dev17]
9
+
10
+ [ 6.0.0-dev17 ] : https://github.com/microsoft/CCF/releases/tag/6.0.0-dev17
11
+
12
+ ### Fixed
13
+
14
+ Container dependencies.
15
+
8
16
## [ 6.0.0-dev16]
9
17
10
18
[ 6.0.0-dev16 ] : https://github.com/microsoft/CCF/releases/tag/6.0.0-dev16
@@ -22,14 +30,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
22
30
- All containers now include the correct version of libstdc++/libstdc++-dev, and the Debian package captures the runtime requirement as well.
23
31
- RPMs for Azure Linux 3.0 are now included in releases.
24
32
25
- Not all containers are available for this release, please see 6.0.0-dev15.
26
-
27
33
## [ 6.0.0-dev14]
28
34
29
35
[ 6.0.0-dev14 ] : https://github.com/microsoft/CCF/releases/tag/6.0.0-dev14
30
36
31
- Not all containers are available for this release, please see 6.0.0-dev15.
32
-
33
37
## [ 6.0.0-dev13]
34
38
35
39
[ 6.0.0-dev13 ] : https://github.com/microsoft/CCF/releases/tag/6.0.0-dev13
Original file line number Diff line number Diff line change 8
8
update_cache : yes
9
9
become : true
10
10
11
+ - name : Install debs
12
+ apt :
13
+ name : libstdc++6
14
+ update_cache : yes
15
+ become : true
16
+
11
17
- name : Get package url
12
18
shell :
13
19
cmd : |
Original file line number Diff line number Diff line change 12
12
apt :
13
13
name : " {{ debs }}"
14
14
update_cache : yes
15
- state : latest
16
15
become : yes
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
5
5
[project ]
6
6
name = " ccf"
7
- version = " 6.0.0-dev16 "
7
+ version = " 6.0.0-dev17 "
8
8
authors = [
9
9
{
name =
" CCF Team" ,
email =
" [email protected] " },
10
10
]
You can’t perform that action at this time.
0 commit comments