summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorKamil Trzciński <ayufan@ayufan.eu>2015-07-13 10:07:27 +0000
committerKamil Trzciński <ayufan@ayufan.eu>2015-07-13 10:07:27 +0000
commit73e3a6ad5944a1b4ead4a6d6a5c3cee45a5449e1 (patch)
tree4ed8bcc481d08dff915cc06fee22f124177a8536 /CHANGELOG
parentd841ed56d39db1b33947b9b9c0291beaa7dcdd43 (diff)
parentbb1401985e55e0740ef037c5200f098de9ac8657 (diff)
downloadgitlab-ci-73e3a6ad5944a1b4ead4a6d6a5c3cee45a5449e1.tar.gz
Merge branch 'secrets-yaml' into 'master'
Use config/secrets.yml to store session secret and database encryption secret I took the approach that config/secrets.yml is generated when key is not found. /cc @vsizov @jacobvosmaer See merge request !195
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 8cbfefe..a9946d0 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -13,6 +13,7 @@ v7.13.0
- Build traces is stored in the file instead of database
- Make the builds path configurable
- Disable link to runner if it's not assigned to specific project
+ - Store all secrets in config/secrets.yml
v7.12.2
- Revert: Runner without tag should pick builds without tag only