UNPKG

5.87 kBMarkdownView Raw
1# Changelog
2
3## 0.17.0
4
5- feat(aws-lambda): Update the sentry release registry with AWS Lambda layer versions (#172)
6
7## 0.16.1
8
9- fix(gcs-target): Fix incorrect upload path to GCS when it has a leading slash (#170)
10
11## 0.16.0
12
13- feat(aws-lambda): AWS Lambda layer target (#160)
14
15## 0.15.0
16
17- fix(publish): Fix fail on dry-run w/ github target (#152)
18- feat(docker): Support cocoapods in the docker container (#153)
19- ref(github): GitHub standardized on GITHUB_TOKEN so let's use that (#154)
20
21## 0.14.0
22
23- feat(publish): Add support for optional post-release script (#144)
24- fix(publish): Fix error when special target 'all' is used (#142)
25
26## 0.13.3
27
28- fix(publish): Only allow valid target ids for -t (#137)
29- fix(changelog): Support subheadings (#139)
30- doc(docker): Mention access token instead of password (#140)
31
32## 0.13.2
33
34- fix: npm package
35
36## 0.13.1
37
38- fix: npm token usage (#134) kinda reverting (#130)
39
40## 0.13.0
41
42- feat: Github Artifact Provider (#121)
43
44## 0.12.0
45
46- feat(docker): Add sourceFormat & targetFormat options (#125)
47- feat(targets): Add optional `id` field to target config (#128)
48- fix(npm): Actually use NPM_TOKEN for publishing (#130)
49
50## 0.11.1
51
52- fix(gcs): Better error serialization (#120)
53- fix(github): Detect skipped status checks and Github actions runs as successful (#124)
54
55## 0.11.0
56
57- build: Migrate from tslint to eslint (#113)
58- fix: Add stronger types for module exports (#114)
59- fix(github): Don't fail when there are queued check suites (#117)
60- feat: Add support for `gem` target (#119)
61
62## 0.10.1
63
64- build(ci): Have better defaults for CI environments (#110)
65- build(docker): Upgrade cargo to a recent version (#104)
66- feat(gha): Add GitHub Action for Craft (#103)
67- docs: Fix `changelogPolicy` enum (#102)
68- build(docker): Add a `craft` binary into the Docker image (#101)
69- docs: Fix `artifactProvider` example (#100)
70- feat(crates): Add a `noDevDeps` option (#112)
71- fix(crates): Detect stale upload caches and retry (#98)
72
73## 0.10.0
74
75- feat(changelog): Add "auto" changeset policy (#93)
76- fix(github): Ignore pending response from legacy commit check API (#94)
77- fix(zeus): Don't force ZEUS_API_TOKEN when Zeus is not used (#97)
78- feat(target): Add "docker" target (#95)
79- fix(logger): Logger should respect log level from env file (#96)
80
81## 0.9.6
82
83- feat: Add a `releaseBranchPrefix` config attribute (#86)
84
85## 0.9.5
86
87- feat: Cocoapods Target add `--allow-warnings` by default
88- fix: Localized git branch checks (#84)
89
90## 0.9.4
91
92- fix(gcs): Fix content-types issues (#78)
93
94## 0.9.3
95
96- ref: Remove the need for `COCOAPODS_TRUNK_TOKEN` to be in the environment (#72)
97
98## 0.9.2
99
100- feat: Artifact provider abstraction (#52, #54)
101- feat: Support for custom remote names (#43)
102- ref: Create GCS API module (#63)
103- ref: Create environment utils module (#60)
104- chore: Hard-pin runtime dependencies, remove node-emoji and node-dryrun (#53, #58, #65)
105
106## 0.9.1
107
108- fix: Default status provider should still be Zeus
109- fix: Handling of undefined command line arguments (#40)
110
111## 0.9.0
112
113- feat: Add new `statusProvider` option
114- feat: Make artifact check optional (#36)
115
116## 0.8.4
117
118- gcs: fix shallow copy issue with upload parameters
119
120## 0.8.3
121
122- github: add missing dry-run check
123
124## 0.8.2
125
126- registry: add onlyIfPresent attribute
127- Limit concurrent downloads for some targets
128
129## 0.8.1
130
131- Pin octokit dependency
132
133## 0.8.0
134
135- registry: checksums can be added to registry entries
136- Add "requireNames" attribute
137
138## 0.7.10
139
140- gcs: add charsets to content-type
141- Disable advanced ctrl-c behavior by default
142
143## 0.7.9
144
145- gcs: use explicit content-type for specific file types
146
147## 0.7.8
148
149- npm: use "next" tag when publishing pre-releases (#20)
150
151## 0.7.7
152
153- registry: do not update the "latest" symlink if the new version is older
154
155## 0.7.6
156
157- crates: support submodules when publishing (#18)
158
159## 0.7.5
160
161- npm: allow using "yarn"
162- npm: allow to specify OTP for publishing
163- Log errors to Sentry
164
165## 0.7.4
166
167- github: strip date from release title
168- pre-release command: empty string skips the run
169
170## 0.7.3
171
172- gcs/github: add retries
173- Rename "release" step to "prepare"
174- Display artifact size before publishing
175- Upgrade GCS/GitHub dependencies
176
177## 0.7.2
178
179- Change prompt type when publishing
180- Read environment configuration from the project root, and not from the current directory
181- Warn about insecure environment files
182- gh-pages: Add version to commit message
183- Change minimal supported NPM version to 5.6.0
184- Fix artifact sorting
185
186## 0.7.1
187
188- Read environment from .craft.env
189- Show summary of available artifacts before publishing
190- Always print Zeus links when publishing
191- Add "--no-input" and "--dry-run" as CLI arguments
192
193## 0.7.0
194
195- Create annotated tags by default
196
197## 0.6.1
198
199- Require additional ctrl-c when running "publish"
200- Checkout master after successfull "craft release"
201- Fix "registry" issue with prereleases
202
203## 0.6.0
204
205- Replace "maxCacheAge" with more generic "metadata" attribute in "gcs" target
206- Add "cocoapods" target
207
208## 0.5.2
209
210- Conditional execution for "registry" targets
211- Minor error message fixes
212
213## 0.5.1
214
215- Add minVersion attribute to the configuration file
216
217## 0.5.0
218
219- Add Sentry Release Registry ("registry") target
220- Change template engine to Mustache
221- Add additional polling for unfinished and non-existing builds
222
223## 0.4.11
224
225- Add GitHub Pages ("gh-pages") target
226- Add Google Cloud Storage ("gcs") target
227- Add update notifier
228
229## 0.4.10
230
231- Fix PATH issue with "crates" target
232- Add a missing check for `ZEUS_API_TOKEN`
233
234## 0.4.9
235
236- Add "crates" target for publishing Rust packages
237
238## 0.4.8
239
240- Fix encoding issue for NPM target
241
242## 0.4.7
243
244- Check for executables when doing "publish"
245- Improve support for interactive pre-release scripts
246
247## 0.4.3
248
249- Basic changelog management
250
251## 0.1.2
252
253- Basic "release" functionality
254
255## 0.1.1
256
257- Basic "publish" functionality for GitHub and NPM