File tree 3 files changed +7
-3
lines changed
3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 2
2
All notable changes to this project will be documented in this file.
3
3
This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
4
4
5
- ## [ Unreleased] ( https://github.com/passbolt/passbolt_docker/compare/v3.0.0...HEAD )
5
+ ## [ Unreleased] ( https://github.com/passbolt/passbolt_docker/compare/v3.0.1...HEAD )
6
+
7
+ ## [ 3.0.1] ( https://github.com/passbolt/passbolt_docker/compare/v3.0.0...v3.0.1 ) - 2021-02-24
8
+
9
+ - This is a sync release. Check [ changes] ( https://github.com/passbolt/passbolt_api/compare/v3.0.0...v3.0.1 ) for passbolt_api
6
10
7
11
## [ 3.0.0] ( https://github.com/passbolt/passbolt_docker/compare/v2.13.5...v3.0.0 ) - 2021-02-23
8
12
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ services:
10
10
- " 127.0.0.1:3306:3306"
11
11
12
12
passbolt :
13
- image : passbolt/passbolt:3.0.0 -pro
13
+ image : passbolt/passbolt:3.0.1 -pro
14
14
# Alternatively you can use rootless:
15
15
# image: passbolt/passbolt:3.0.0-pro-non-root
16
16
tty : true
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ services:
10
10
- " 127.0.0.1:3306:3306"
11
11
12
12
passbolt :
13
- image : passbolt/passbolt:3.0.0 -ce
13
+ image : passbolt/passbolt:3.0.1 -ce
14
14
# Alternatively you can use rootless:
15
15
# image: passbolt/passbolt:3.0.0-ce-non-root
16
16
tty : true
You can’t perform that action at this time.
0 commit comments