File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 1.4.0] ( https://www.github.com/googleapis/python-functions/compare/v1.3.1...v1.4.0 ) (2021-11-05)
4
+
5
+
6
+ ### Features
7
+
8
+ * CMEK integration fields 'kms_key_name' and 'docker_repository' added ([ 47c99d0] ( https://www.github.com/googleapis/python-functions/commit/47c99d0ea2e5e7d74d10976ea1ec7d8d399e06a4 ) )
9
+ * Secret Manager integration fields 'secret_environment_variables' and 'secret_volumes' added ([ #130 ] ( https://www.github.com/googleapis/python-functions/issues/130 ) ) ([ 47c99d0] ( https://www.github.com/googleapis/python-functions/commit/47c99d0ea2e5e7d74d10976ea1ec7d8d399e06a4 ) )
10
+
3
11
### [ 1.3.1] ( https://www.github.com/googleapis/python-functions/compare/v1.3.0...v1.3.1 ) (2021-11-01)
4
12
5
13
Original file line number Diff line number Diff line change 19
19
import os
20
20
import setuptools # type: ignore
21
21
22
- version = "1.3.1 "
22
+ version = "1.4.0 "
23
23
24
24
package_root = os .path .abspath (os .path .dirname (__file__ ))
25
25
You can’t perform that action at this time.
0 commit comments