Skip to content

Commit 9844285

Browse files
anapsixAnastas Dancha
authored and
Anastas Dancha
committed
CHANGELOG: for easier tracking
1 parent 1b89292 commit 9844285

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

Changelog

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
## Changelog
2+
3+
### gitlabci_v5.0
4+
* upgraded to GitLab-CI version 5.0.1
5+
* `MYSQL_MIGRATE` will not work for 4.1 to 5.0 upgrade, just recreate the DB with `MYSQL_SETUP=true`
6+
* switched from Puma to Unicorn, per GitLab-CI changes
7+
8+
### gitlabci_v4.1
9+
* upgraded to GitLab-CI version 4.1
10+
* supporting **persistent/external** MySQL
11+
* using native `ADD` instead or `curl` when building Docker image
12+
13+
### gitlabci_v3.2
14+
* GitLab-CI version 3.2
15+
* trivial patching GitLab-CI to support SQLite3, thanks ActiveRecord
16+
* generating DB and Application config files at start-time
17+
* first version of the start-up and config generation script

0 commit comments

Comments
 (0)