UNPKG

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