Skip to content

Commit 62d8fd8

Browse files
author
Krisztián Gödrei
committed
v3.1.1
1 parent ff7d9ea commit 62d8fd8

File tree

1 file changed

+148
-0
lines changed

1 file changed

+148
-0
lines changed

CHANGELOG.md

Lines changed: 148 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,148 @@
1+
## Changelog (Current version: 3.1.1)
2+
3+
-----------------
4+
5+
### 3.1.1 (2016 Mar 09)
6+
7+
* [ff7d9ea] release configs
8+
* [532ad02] Merge pull request #10 from bitrise-io/log_checkout_commit_hash
9+
* [a0a399c] print commit hash, even if empty
10+
* [cb73b60] log git clone hash
11+
* [e1d080b] share-this-step workflow
12+
13+
### 3.1.0 (2015 Nov 06)
14+
15+
* [bae5898] style revision
16+
* [d101329] further unused code/option cleanup
17+
* [8016714] removed unnecessary formatted output path log
18+
* [fb36fec] removed unused parameters; does not log sensitive info (ssh key) anymore; README update; testing revision
19+
* [864ca9d] Merge pull request #7 from bazscsa/patch-1
20+
* [ed5879d] Update step.yml
21+
22+
### 3.0.0 (2015 Sep 11)
23+
24+
* [c44326a] removed the 'destination dir will be removed' note from step.yml
25+
* [ba0118e] no more destination path magic, and DON'T DELETE IT!! - it's just plain wrong to do it without even asking!
26+
27+
### 2.2.0 (2015 Sep 11)
28+
29+
* [83cde19] Merge pull request #5 from gkiki90/master
30+
* [98845eb] clone destination path is required
31+
* [1a01db1] clone_into_dir fix
32+
33+
### 2.1.0 (2015 Sep 10)
34+
35+
* [23a96b4] bitrise.yml update
36+
* [cf5bd15] Merge pull request #4 from gkiki90/script_dir
37+
* [7a9a26f] fix
38+
39+
### 2.0.0 (2015 Sep 04)
40+
41+
* [ab46847] `step.yml` description fix
42+
* [843b1d1] updated for Bitrise "V2" & stripped down (removed deprecated&unused) : advanced options moved into `steps-git-clone-extended`
43+
* [5abbf32] converted to V2 step format, ready to run with `bitrise` CLI
44+
* [f365185] indent fix
45+
46+
### 1.5.0 (2015 Apr 11)
47+
48+
* [fa0f15f] don't fail if there's no checkout parameter (for compatibility reasons) but print a debug message
49+
* [28ee85e] fail if no checkout parameter specified
50+
* [dc8fef1] git_clone converted to tabs
51+
* [b6c73b8] removed empty line
52+
* [dc701c8] deprecated comment moved
53+
* [accb021] removed base64 ssh key again (got back during the revision)
54+
* [17f8e43] step.yml revision
55+
* [81f82e6] minimal step.yml syntax fix&revision
56+
* [d1bfe5d] deprecated in git_clone too
57+
* [6603648] marked base64 key as deprecated
58+
* [00795ff] removed old base64 ssh key input
59+
* [5c1d98a] whitespace and indent fix
60+
* [97b2c37] Merge pull request #2 from birmacher/master
61+
* [f651d16] GitHub pull request support
62+
* [7f02dd1] fix to clone repository without master branch
63+
64+
### 1.4.0 (2014 Nov 12)
65+
66+
* [339b471] step sh style fix
67+
* [13a1b68] step.yml revision; exported outputs support (git commit hash, msg, author, ...); a bit of formatted output handling revision
68+
* [db21a9e] Merge pull request #1 from erosdome/master
69+
* [d33e6d2] Update step.yml
70+
* [210deb8] Update step.yml
71+
* [d17fd22] Update README.md
72+
73+
### 1.3.0 (2014 Oct 17)
74+
75+
* [0f93b77] Merge branch 'release/1.3.0'
76+
* [d368f9b] comment/syntax fix
77+
* [c04c9ca] the multiline ssh-key parameter is now retrieved directly from the environment
78+
* [2563aa1] raw ssh key support
79+
80+
### 1.2.0 (2014 Jul 11)
81+
82+
* [22044d4] Merge branch 'release/1.2.0'
83+
* [ee25b58] rename from codename concrete to Bitrise
84+
85+
### 1.1.3 (2014 Jun 24)
86+
87+
* [10a631f] Merge branch 'release/1.1.3'
88+
* [58252bf] highlight the commit-hash in formatted output with pre/code
89+
90+
### 1.1.2 (2014 Jun 24)
91+
92+
* [625dd85] Merge branch 'release/1.1.2'
93+
* [2ebbde6] commit hash formatted output formatting fix
94+
95+
### 1.1.1 (2014 Jun 24)
96+
97+
* [31d82bb] Merge branch 'release/1.1.1'
98+
* [7c772d2] option to generate a formatted output (markdown) file
99+
100+
### 1.1.0 (2014 Jun 17)
101+
102+
* [567d24b] Merge branch 'release/1.1.0'
103+
* [0c6c170] better private key handling: won't overwrite id_rsa but rather use a 'concrete' ssh private key file (and use it specifically!) + it will remove the private key file at the end of the script
104+
105+
### 1.0.9 (2014 Jun 17)
106+
107+
* [df8ebbf] Merge branch 'release/1.0.9'
108+
* [5d5c536] don't redirect user-known-hosts-file to /dev/null
109+
110+
### 1.0.8 (2014 Jun 14)
111+
112+
* [fb305c3] Merge branch 'release/1.0.8'
113+
* [03a74b1] 'this script path' handling change/fix
114+
115+
### 1.0.7 (2014 Jun 14)
116+
117+
* [1d10e27] Merge branch 'release/1.0.7'
118+
* [b02e44f] path handling fix
119+
120+
### 1.0.6 (2014 Jun 14)
121+
122+
* [eda6553] Merge branch 'release/1.0.6'
123+
* [7b8a61b] unused clone cleanup
124+
* [431b802] commit-hash parameter support + a significant rewrite to remove old, now not required workarounds and to support clone+checkout based on commit-hash
125+
126+
### 1.0.5 (2014 Jun 11)
127+
128+
* [7ff11d1] Merge branch 'release/1.0.5'
129+
* [1f77349] ssh no prompt: redirect known hosts file to /dev/null
130+
131+
### 1.0.4 (2014 Jun 04)
132+
133+
* [1250ced] Merge branch 'release/1.0.4'
134+
* [1fd3028] clean up the clone-destination-dir before cloning
135+
136+
### 1.0.3 (2014 May 30)
137+
138+
* [1d8c023] Merge branch 'release/1.0.3'
139+
* [f1048ec] retry delay increased
140+
141+
### 1.0.2 (2014 May 29)
142+
143+
* [98d9e19] Merge branch 'release/1.0.2'
144+
* [9f053ed] retry with delay support
145+
146+
-----------------
147+
148+
Updated: 2016 Mar 09

0 commit comments

Comments
 (0)