You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- use baseVersion config to set the base version for development releases (supersedes useChartVersion config) [#179](https://github.com/jupyterhub/chartpress/pull/179) ([@minrk](https://github.com/minrk))
30
+
31
+
#### Enhancements made
32
+
33
+
- Allow extra options to be passed to docker build [#142](https://github.com/jupyterhub/chartpress/pull/142) ([@adamblake](https://github.com/adamblake))
34
+
35
+
#### Bugs fixed
36
+
37
+
- fix check for first-time publishing chart [#161](https://github.com/jupyterhub/chartpress/pull/161) ([@minrk](https://github.com/minrk))
38
+
39
+
#### Maintenance and upkeep improvements
40
+
41
+
- upload test coverage to codecov [#181](https://github.com/jupyterhub/chartpress/pull/181) ([@minrk](https://github.com/minrk))
42
+
- Enforce that `--reset` is an exclusive argument [#180](https://github.com/jupyterhub/chartpress/pull/180) ([@minrk](https://github.com/minrk))
43
+
- count commits on branch instead of commits since last tag on branch [#178](https://github.com/jupyterhub/chartpress/pull/178) ([@minrk](https://github.com/minrk))
44
+
- pre-commit: add pyupgrade and isort (replaces reorder-python-imports) [#173](https://github.com/jupyterhub/chartpress/pull/173) ([@consideRatio](https://github.com/consideRatio))
45
+
- (reverted) accept --tag arg in --reset [#152](https://github.com/jupyterhub/chartpress/pull/152) ([@minrk](https://github.com/minrk))
46
+
- (reverted) Add `useChartVersion` and change appended version suffix (now like `1.2.3-0.dev.git.3.h123`) [#150](https://github.com/jupyterhub/chartpress/pull/150) ([@minrk](https://github.com/minrk))
47
+
- Add tests with dev tags and backport branches [#145](https://github.com/jupyterhub/chartpress/pull/145) ([@minrk](https://github.com/minrk))
48
+
- Drop support for py36 and misc ci maintenance [#144](https://github.com/jupyterhub/chartpress/pull/144) ([@consideRatio](https://github.com/consideRatio))
49
+
- Remove six (no longer needed by docker) [#140](https://github.com/jupyterhub/chartpress/pull/140) ([@manics](https://github.com/manics))
50
+
51
+
#### Documentation improvements
52
+
53
+
- docs: update README about use with GitHub actions [#139](https://github.com/jupyterhub/chartpress/pull/139) ([@consideRatio](https://github.com/consideRatio))
54
+
55
+
#### Continuous integration improvements
56
+
57
+
- upload test coverage to codecov [#181](https://github.com/jupyterhub/chartpress/pull/181) ([@minrk](https://github.com/minrk))
58
+
59
+
#### Contributors to this release
60
+
61
+
([GitHub contributors page for this release](https://github.com/jupyterhub/chartpress/graphs/contributors?from=2021-07-26&to=2022-08-30&type=c))
- refactor: rename two local variables for readability [#114](https://github.com/jupyterhub/chartpress/pull/114) ([@consideRatio](https://github.com/consideRatio))
@@ -153,9 +213,9 @@ reliable, thank you everyone for your contributions and work on it!!!
153
213
- Migrate from Travis CI to GitHub Actions [#101](https://github.com/jupyterhub/chartpress/pull/101) ([@consideRatio](https://github.com/consideRatio))
154
214
- CI: fix syntax typo making us not run tests before publish [#100](https://github.com/jupyterhub/chartpress/pull/100) ([@consideRatio](https://github.com/consideRatio))
155
215
156
-
## [0.7]
216
+
## 0.7
157
217
158
-
### [0.7.0] - 2020-11-02
218
+
### 0.7.0 - 2020-11-02
159
219
160
220
#### Enhancements made
161
221
@@ -174,9 +234,9 @@ reliable, thank you everyone for your contributions and work on it!!!
- Prefix build info with n and h to ensure SemVer 2 validity, in order to solve Helm 3 compatibility [#87](https://github.com/jupyterhub/chartpress/pull/87) ([@consideRatio](https://github.com/consideRatio))
- Setup CD of PyPI releases on git tag pushes [#83](https://github.com/jupyterhub/chartpress/pull/83) ([@consideRatio](https://github.com/consideRatio))
209
269
- Adopt bump2version for automating version bumps [#74](https://github.com/jupyterhub/chartpress/pull/74) ([@minrk](https://github.com/minrk))
210
270
211
-
## [0.4]
271
+
## 0.4
212
272
213
-
### [0.4.3] - 2019-10-29 (Breaking changes)
273
+
### 0.4.3 - 2019-10-29 (Breaking changes)
214
274
215
275
0.4.3 contains important bug fixes for versions `0.4.0` to `0.4.2`. A big bug
216
276
fixed was that charts published using `--publish-chart` replaced previous charts
@@ -260,12 +320,12 @@ commits.
260
320
image: "image:tag"# <--sets this here
261
321
```
262
322
263
-
### [0.4.2] - 2019-10-19 (broken)
323
+
### 0.4.2 - 2019-10-19 (broken)
264
324
265
325
- --long flag to always output build information in image tags and chart version [#57](https://github.com/jupyterhub/chartpress/pull/57) ([@consideRatio](https://github.com/consideRatio))
266
326
- Refactor publish_pages for comprehensibility [#56](https://github.com/jupyterhub/chartpress/pull/56) ([@consideRatio](https://github.com/consideRatio))
- Reset Chart.yaml's version to a valid value [#54](https://github.com/jupyterhub/chartpress/pull/54) ([@consideRatio](https://github.com/consideRatio))
@@ -276,41 +336,41 @@ commits.
276
336
- Chart and image versioning, and Chart.yaml's --reset interaction [#52](https://github.com/jupyterhub/chartpress/pull/52) ([@consideRatio](https://github.com/consideRatio))
277
337
- Add --version flag [#45](https://github.com/jupyterhub/chartpress/pull/45) ([@consideRatio](https://github.com/consideRatio))
278
338
279
-
## [0.3]
339
+
## 0.3
280
340
281
-
### [0.3.2] - 2019-10-05
341
+
### 0.3.2 - 2019-10-05
282
342
283
343
- Update chartpress --help output in README.md [#42](https://github.com/jupyterhub/chartpress/pull/42) ([@consideRatio](https://github.com/consideRatio))
284
344
- Add initial setup when starting from scratch [#36](https://github.com/jupyterhub/chartpress/pull/36) ([@manics](https://github.com/manics))
285
345
- avoid mangling of quotes in rendered charts (#1) [#34](https://github.com/jupyterhub/chartpress/pull/34) ([@rokroskar](https://github.com/rokroskar))
286
346
- Add --skip-build and add --reset to reset image tags as well as chart version [#28](https://github.com/jupyterhub/chartpress/pull/28) ([@rokroskar](https://github.com/rokroskar))
287
347
288
-
### [0.3.1] - 2019-02-07
348
+
### 0.3.1 - 2019-02-07
289
349
290
350
- Fix conditionals for builds with new tagging scheme,
291
351
by checking if images exist locally or on the registry
292
352
rather than assuming the correct tag was pushed based on commit range.
293
353
- Echo shell commands that are executed during the chartpress process
294
354
295
-
### [0.3.0] - 2019-02-07
355
+
### 0.3.0 - 2019-02-07
296
356
297
357
- Add chart version as prefix to image tags (e.g. 0.8-abc123)
298
358
- Fix requires-python metadata to specify that Python 3.6 is required
299
359
300
-
## [0.2]
360
+
## 0.2
301
361
302
-
### [0.2.2] - 2018-09-19
362
+
### 0.2.2 - 2018-09-19
303
363
304
364
- Another ruamel.yaml type fix
305
365
306
-
### [0.2.1] - 2018-09-10
366
+
### 0.2.1 - 2018-09-10
307
367
308
368
- Add `--image-prefix` option
309
369
- Workaround ruamel.yaml bug when strings are all-digits
310
370
and start with 0 and contain an 8 or 9.
311
371
- Fix type checking for recent ruamel.yaml
312
372
313
-
### [0.2.0] - 2018-05-29
373
+
### 0.2.0 - 2018-05-29
314
374
315
375
- Fix image tagging when building multiple images
316
376
- Make image-building optional
@@ -319,12 +379,12 @@ commits.
319
379
- Include chartpress.yaml when resolving last changed ref
0 commit comments