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
- refactor: rename two local variables for readability [#114](https://github.com/jupyterhub/chartpress/pull/114) ([@consideRatio](https://github.com/consideRatio))
@@ -153,9 +153,9 @@ reliable, thank you everyone for your contributions and work on it!!!
153
153
- Migrate from Travis CI to GitHub Actions [#101](https://github.com/jupyterhub/chartpress/pull/101) ([@consideRatio](https://github.com/consideRatio))
154
154
- 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
155
156
-
## [0.7]
156
+
## 0.7
157
157
158
-
### [0.7.0] - 2020-11-02
158
+
### 0.7.0 - 2020-11-02
159
159
160
160
#### Enhancements made
161
161
@@ -174,9 +174,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
209
- Adopt bump2version for automating version bumps [#74](https://github.com/jupyterhub/chartpress/pull/74) ([@minrk](https://github.com/minrk))
210
210
211
-
## [0.4]
211
+
## 0.4
212
212
213
-
### [0.4.3] - 2019-10-29 (Breaking changes)
213
+
### 0.4.3 - 2019-10-29 (Breaking changes)
214
214
215
215
0.4.3 contains important bug fixes for versions `0.4.0` to `0.4.2`. A big bug
216
216
fixed was that charts published using `--publish-chart` replaced previous charts
@@ -260,12 +260,12 @@ commits.
260
260
image: "image:tag"# <--sets this here
261
261
```
262
262
263
-
### [0.4.2] - 2019-10-19 (broken)
263
+
### 0.4.2 - 2019-10-19 (broken)
264
264
265
265
- --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
266
- 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 +276,41 @@ commits.
276
276
- Chart and image versioning, and Chart.yaml's --reset interaction [#52](https://github.com/jupyterhub/chartpress/pull/52) ([@consideRatio](https://github.com/consideRatio))
277
277
- Add --version flag [#45](https://github.com/jupyterhub/chartpress/pull/45) ([@consideRatio](https://github.com/consideRatio))
278
278
279
-
## [0.3]
279
+
## 0.3
280
280
281
-
### [0.3.2] - 2019-10-05
281
+
### 0.3.2 - 2019-10-05
282
282
283
283
- Update chartpress --help output in README.md [#42](https://github.com/jupyterhub/chartpress/pull/42) ([@consideRatio](https://github.com/consideRatio))
284
284
- Add initial setup when starting from scratch [#36](https://github.com/jupyterhub/chartpress/pull/36) ([@manics](https://github.com/manics))
285
285
- avoid mangling of quotes in rendered charts (#1) [#34](https://github.com/jupyterhub/chartpress/pull/34) ([@rokroskar](https://github.com/rokroskar))
286
286
- 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
287
288
-
### [0.3.1] - 2019-02-07
288
+
### 0.3.1 - 2019-02-07
289
289
290
290
- Fix conditionals for builds with new tagging scheme,
291
291
by checking if images exist locally or on the registry
292
292
rather than assuming the correct tag was pushed based on commit range.
293
293
- Echo shell commands that are executed during the chartpress process
294
294
295
-
### [0.3.0] - 2019-02-07
295
+
### 0.3.0 - 2019-02-07
296
296
297
297
- Add chart version as prefix to image tags (e.g. 0.8-abc123)
298
298
- Fix requires-python metadata to specify that Python 3.6 is required
299
299
300
-
## [0.2]
300
+
## 0.2
301
301
302
-
### [0.2.2] - 2018-09-19
302
+
### 0.2.2 - 2018-09-19
303
303
304
304
- Another ruamel.yaml type fix
305
305
306
-
### [0.2.1] - 2018-09-10
306
+
### 0.2.1 - 2018-09-10
307
307
308
308
- Add `--image-prefix` option
309
309
- Workaround ruamel.yaml bug when strings are all-digits
310
310
and start with 0 and contain an 8 or 9.
311
311
- Fix type checking for recent ruamel.yaml
312
312
313
-
### [0.2.0] - 2018-05-29
313
+
### 0.2.0 - 2018-05-29
314
314
315
315
- Fix image tagging when building multiple images
316
316
- Make image-building optional
@@ -319,12 +319,12 @@ commits.
319
319
- Include chartpress.yaml when resolving last changed ref
0 commit comments