|
| 1 | +# v1.29.0 Release - 07/30/2021 |
| 2 | +Note: This release comes with a new config version, `v2beta20`. To upgrade your skaffold.yaml, use `skaffold fix`. If you choose not to upgrade, skaffold will auto-upgrade as best as it can. |
| 3 | + |
| 4 | +Highlights: |
| 5 | +* Introducing Skaffold lifecycle hooks [#6330](https://github.com/GoogleContainerTools/skaffold/pull/6330) |
| 6 | +* Rename Skaffold's `master` branch to `main` [#6263](https://github.com/GoogleContainerTools/skaffold/pull/6263) |
| 7 | +* Add state to event handler to track `logrus` output events [#6272](https://github.com/GoogleContainerTools/skaffold/pull/6272) |
| 8 | +* fix: kubeContext override via flag [#6331](https://github.com/GoogleContainerTools/skaffold/pull/6331) |
| 9 | +* Added developer journey tutorial [#6201](https://github.com/GoogleContainerTools/skaffold/pull/6201) |
| 10 | + |
| 11 | +Fixes: |
| 12 | +* Fix tail false but still log issue [#6299](https://github.com/GoogleContainerTools/skaffold/pull/6299) |
| 13 | +* skip manifest validation for default `kubectl deployer` [#6294](https://github.com/GoogleContainerTools/skaffold/pull/6294) |
| 14 | +* Fix switched container/pod names in app log event [#6215](https://github.com/GoogleContainerTools/skaffold/pull/6215) |
| 15 | +* fix remote branch lookup [#6269](https://github.com/GoogleContainerTools/skaffold/pull/6269) |
| 16 | +* [cherry-pick] Fix Workdir error when --filename flag is used. [#6247](https://github.com/GoogleContainerTools/skaffold/pull/6247) |
| 17 | +* Make skaffold reproducible [#6238](https://github.com/GoogleContainerTools/skaffold/pull/6238) |
| 18 | + |
| 19 | +Updates and Refactors: |
| 20 | +* Give `logrus.Hook` implementation information about task and subtask [#6313](https://github.com/GoogleContainerTools/skaffold/pull/6313) |
| 21 | +* Add `logrus.Logger` return type on `WithEventContext()` [#6309](https://github.com/GoogleContainerTools/skaffold/pull/6309) |
| 22 | +* Add `logrus` hook for sending `SkaffoldLogEvent`s [#6250](https://github.com/GoogleContainerTools/skaffold/pull/6250) |
| 23 | + |
| 24 | +* Prefix port forward links with `http://` [#6295](https://github.com/GoogleContainerTools/skaffold/pull/6295) |
| 25 | +* Set output event context in cache check, tag generation, status check, port forward [#6234](https://github.com/GoogleContainerTools/skaffold/pull/6234) |
| 26 | + |
| 27 | + |
| 28 | +Docs, Test, and Release Updates: |
| 29 | +* Update deps and restore k3d tests [#6280](https://github.com/GoogleContainerTools/skaffold/pull/6280) |
| 30 | +* Remove log tail test for nodejs example [#6275](https://github.com/GoogleContainerTools/skaffold/pull/6275) |
| 31 | +* `git fetch` origin/main before `make checks` [#6274](https://github.com/GoogleContainerTools/skaffold/pull/6274) |
| 32 | + |
| 33 | + |
| 34 | +Huge thanks goes out to all of our contributors for this release: |
| 35 | + |
| 36 | +- Aaron Prindle |
| 37 | +- Benjamin P. Jung |
| 38 | +- Brian de Alwis |
| 39 | +- Chris Willis |
| 40 | +- dependabot[bot] |
| 41 | +- elnoro |
| 42 | +- Gaurav |
| 43 | +- jelle van der Waa |
| 44 | +- Marlon Gamez |
| 45 | +- Nick Kubala |
| 46 | +- Tejal Desai |
| 47 | +- Yanshu |
| 48 | +- Yuwen Ma |
| 49 | + |
| 50 | + |
1 | 51 | # v1.28.0 Release - 07/14/2021
|
2 | 52 | Note: This release comes with a new config version, `v2beta19`. To upgrade your skaffold.yaml, use `skaffold fix`. If you choose not to upgrade, skaffold will auto-upgrade as best as it can.
|
3 | 53 |
|
|
0 commit comments