|
2 | 2 |
|
3 | 3 | *Note*: This release comes with a new config version `v1beta15`.
|
4 | 4 | To upgrade your `skaffold.yaml`, use `skaffold fix`. If you don't upgrade, skaffold will auto-upgrade in memory as best it can, and print a warning message.
|
5 |
| - See [deprecation-policy.md](/deprecation-policy.md) for details on what beta means. |
| 5 | + See [Skaffold Deprecation Policy](http://skaffold.dev/docs/references/deprecation/) for details on what beta means. |
6 | 6 | The env vars `DIGEST`, `DIGEST_HEX` and `DIGEST_ALGO` now fail if found in `envTemplate` fields.
|
7 | 7 |
|
8 | 8 | Highlights:
|
@@ -82,7 +82,7 @@ Huge thanks goes out to all of our contributors for this release:
|
82 | 82 |
|
83 | 83 | *Note*: This release comes with a new config version `v1beta14`.
|
84 | 84 | To upgrade your `skaffold.yaml`, use `skaffold fix`. If you don't upgrade, skaffold will auto-upgrade in memory as best it can, and print a warning message.
|
85 |
| - See [deprecation-policy.md](/deprecation-policy.md) for details on what beta means. |
| 85 | + See [Skaffold Deprecation Policy](http://skaffold.dev/docs/references/deprecation/) for details on what beta means. |
86 | 86 | The env vars `DIGEST`, `DIGEST_HEX` and `DIGEST_ALGO` won't work anymore in envTemplates.
|
87 | 87 |
|
88 | 88 | New Features:
|
@@ -412,7 +412,7 @@ Huge thanks goes out to all of our contributors for this release:
|
412 | 412 |
|
413 | 413 | *Note*: This release comes with a new config version `v1beta13`.
|
414 | 414 | To upgrade your `skaffold.yaml`, use `skaffold fix`. If you don't upgrade, skaffold will auto-upgrade in memory as best it can, and print a warning message.
|
415 |
| - See [deprecation-policy.md](/deprecation-policy.md) for details on what beta means. |
| 415 | + See [Skaffold Deprecation Policy](http://skaffold.dev/docs/references/deprecation/) for details on what beta means. |
416 | 416 |
|
417 | 417 | New Features:
|
418 | 418 | * File output flag for writing built images to a specified file [#2476](https://github.com/GoogleContainerTools/skaffold/pull/2476)
|
@@ -495,7 +495,7 @@ Huge thanks goes out to all of our contributors for this release:
|
495 | 495 |
|
496 | 496 | *Note*: This release comes with a new config version `v1beta12`.
|
497 | 497 | To upgrade your `skaffold.yaml`, use `skaffold fix`. If you don't upgrade, skaffold will auto-upgrade in memory as best it can, and print a warning message.
|
498 |
| - See [deprecation-policy.md](/deprecation-policy.md) for details on what beta means. |
| 498 | + See [Skaffold Deprecation Policy](http://skaffold.dev/docs/references/deprecation/) for details on what beta means. |
499 | 499 |
|
500 | 500 | New Features:
|
501 | 501 | * Add support for user defined port forwarding [#2336](https://github.com/GoogleContainerTools/skaffold/pull/2336)
|
@@ -705,7 +705,7 @@ Huge thanks goes out to all of our contributors for this release:
|
705 | 705 |
|
706 | 706 | *Note*: This release comes with a new config version `v1beta11`.
|
707 | 707 | To upgrade your `skaffold.yaml`, use `skaffold fix`. If you don't upgrade, skaffold will auto-upgrade in memory as best it can, and print a warning message.
|
708 |
| - See [deprecation-policy.md](/deprecation-policy.md) for details on what beta means. |
| 708 | + See [Skaffold Deprecation Policy](http://skaffold.dev/docs/references/deprecation/) for details on what beta means. |
709 | 709 |
|
710 | 710 | New Features:
|
711 | 711 |
|
@@ -777,7 +777,7 @@ Huge thanks goes out to all of our contributors for this release:
|
777 | 777 |
|
778 | 778 | *Note*: This release comes with a new config version `v1beta10`.
|
779 | 779 | To upgrade your `skaffold.yaml`, use `skaffold fix`. If you don't upgrade, skaffold will auto-upgrade in memory as best it can, and print a warning message.
|
780 |
| - See [deprecation-policy.md](/deprecation-policy.md) for details on what beta means. |
| 780 | + See [Skaffold Deprecation Policy](http://skaffold.dev/docs/references/deprecation/) for details on what beta means. |
781 | 781 |
|
782 | 782 | **Note**: `skaffold deploy` now requires images to be built first, `skaffold deploy` will not build images itself.
|
783 | 783 |
|
@@ -858,7 +858,7 @@ Huge thanks goes out to all of our contributors for this release:
|
858 | 858 |
|
859 | 859 | *Note*: This release comes with a new config version `v1beta9`.
|
860 | 860 | To upgrade your `skaffold.yaml`, use `skaffold fix`. If you don't upgrade, skaffold will auto-upgrade in memory as best it can, and print a warning message.
|
861 |
| - See [deprecation-policy.md](/deprecation-policy.md) for details on what beta means. |
| 861 | + See [Skaffold Deprecation Policy](http://skaffold.dev/docs/references/deprecation/) for details on what beta means. |
862 | 862 |
|
863 | 863 | New Features:
|
864 | 864 | * Git tagger variants (Tags, CommitSha, AbbrevCommitSha) [#1902](https://github.com/GoogleContainerTools/skaffold/pull/1902)
|
@@ -919,7 +919,7 @@ Huge thanks goes out to all of our contributors for this release:
|
919 | 919 |
|
920 | 920 | *Note*: This release comes with a new config version `v1beta8`.
|
921 | 921 | To upgrade your `skaffold.yaml`, use `skaffold fix`. If you don't upgrade, skaffold will auto-upgrade in memory as best it can, and print a warning message.
|
922 |
| - See [deprecation-policy.md](/deprecation-policy.md) for details on what beta means. |
| 922 | + See [Skaffold Deprecation Policy](http://skaffold.dev/docs/references/deprecation/) for details on what beta means. |
923 | 923 |
|
924 | 924 | New Features:
|
925 | 925 |
|
@@ -1024,7 +1024,7 @@ Huge thanks goes out to all of our contributors for this release:
|
1024 | 1024 |
|
1025 | 1025 | *Note*: This release comes with a new config version `v1beta7`.
|
1026 | 1026 | To upgrade your `skaffold.yaml`, use `skaffold fix`. If you don't upgrade, skaffold will auto-upgrade in memory as best it can, and print a warning message.
|
1027 |
| - See [deprecation-policy.md](/deprecation-policy.md) for details on what beta means. |
| 1027 | + See [Skaffold Deprecation Policy](http://skaffold.dev/docs/references/deprecation/) for details on what beta means. |
1028 | 1028 |
|
1029 | 1029 |
|
1030 | 1030 | *Deprecation notice*: With this release we mark for deprecation the `flags` (KanikoArtifact.AdditionalFlags) field in kaniko; instead Kaniko's additional flags will now be represented as unique fields under `kaniko` per artifact (`KanikoArtifact` type).
|
@@ -1115,7 +1115,7 @@ Huge thanks goes out to all of our contributors for this release:
|
1115 | 1115 |
|
1116 | 1116 | *Note*: This release comes with a new config version `v1beta6`.
|
1117 | 1117 | To upgrade your `skaffold.yaml`, use `skaffold fix`. If you don't upgrade, skaffold will auto-upgrade in memory as best it can, and print a warning message.
|
1118 |
| -See [deprecation-policy.md](/deprecation-policy.md) for details on what beta means. |
| 1118 | +See [Skaffold Deprecation Policy](http://skaffold.dev/docs/references/deprecation/) for details on what beta means. |
1119 | 1119 |
|
1120 | 1120 | New Features:
|
1121 | 1121 | * Add gRPC based event API [#1574](https://github.com/GoogleContainerTools/skaffold/pull/1574)
|
@@ -1168,7 +1168,7 @@ Huge thanks goes out to all of our contributors for this release:
|
1168 | 1168 |
|
1169 | 1169 | *Note*: This release comes with a new config version `v1beta5`.
|
1170 | 1170 | To upgrade your `skaffold.yaml`, use `skaffold fix`. If you don't upgrade, skaffold will auto-upgrade in memory as best it can, and print a warning message.
|
1171 |
| - See [deprecation-policy.md](/deprecation-policy.md) for details on what beta means. |
| 1171 | + See [Skaffold Deprecation Policy](http://skaffold.dev/docs/references/deprecation/) for details on what beta means. |
1172 | 1172 |
|
1173 | 1173 | *Deprecation notice*: With this release we mark for deprecation the following env variables in the `envTemplate` tagger:
|
1174 | 1174 | - `DIGEST`
|
@@ -1241,7 +1241,7 @@ Huge thanks goes out to all of our contributors for this release:
|
1241 | 1241 |
|
1242 | 1242 | *Note*: This release comes with a new config version `v1beta4`.
|
1243 | 1243 | To upgrade your `skaffold.yaml`, use `skaffold fix`. If you don't upgrade, skaffold will auto-upgrade in memory as best it can, and print a warning message.
|
1244 |
| - See [deprecation-policy.md](/deprecation-policy.md) for details on what beta means. |
| 1244 | + See [Skaffold Deprecation Policy](http://skaffold.dev/docs/references/deprecation/) for details on what beta means. |
1245 | 1245 |
|
1246 | 1246 | New features:
|
1247 | 1247 | * Introduce configuration option to configure image pushing per kube-context [#1355](https://github.com/GoogleContainerTools/skaffold/pull/1355)
|
@@ -1331,7 +1331,7 @@ Huge thanks goes out to all of our contributors for this release:
|
1331 | 1331 |
|
1332 | 1332 | *Note*: This release comes with a new config version `v1beta3`.
|
1333 | 1333 | To upgrade your `skaffold.yaml`, use `skaffold fix`. If you don't upgrade, skaffold will auto-upgrade in memory as best it can, and print a warning message.
|
1334 |
| - See [deprecation-policy.md](/deprecation-policy.md) for details on what beta means. |
| 1334 | + See [Skaffold Deprecation Policy](http://skaffold.dev/docs/references/deprecation/) for details on what beta means. |
1335 | 1335 |
|
1336 | 1336 | New Features:
|
1337 | 1337 | * Add support for urls in deploy.kubectl.manifests [#1408](https://github.com/GoogleContainerTools/skaffold/pull/1408)
|
@@ -1405,7 +1405,7 @@ Huge thank you for this release towards our contributors:
|
1405 | 1405 |
|
1406 | 1406 | *Note*: This release comes with a new config version `v1beta2`.
|
1407 | 1407 | To upgrade your `skaffold.yaml`, use `skaffold fix`. If you don't upgrade, skaffold will auto-upgrade in memory as best it can, and print a warning message.
|
1408 |
| - See [deprecation-policy.md](/deprecation-policy.md) for details on what beta means. |
| 1408 | + See [Skaffold Deprecation Policy](http://skaffold.dev/docs/references/deprecation/) for details on what beta means. |
1409 | 1409 |
|
1410 | 1410 | New Features:
|
1411 | 1411 |
|
@@ -1465,7 +1465,7 @@ Huge thank you for this release towards our contributors:
|
1465 | 1465 |
|
1466 | 1466 | *Note*: This release comes with a new config version `v1beta1`.
|
1467 | 1467 | To upgrade your `skaffold.yaml`, use `skaffold fix`. If you don't upgrade, skaffold will auto-upgrade in memory as best it can, and print a warning message.
|
1468 |
| - See [deprecation-policy.md](/deprecation-policy.md) for details on what beta means. |
| 1468 | + See [Skaffold Deprecation Policy](http://skaffold.dev/docs/references/deprecation/) for details on what beta means. |
1469 | 1469 |
|
1470 | 1470 |
|
1471 | 1471 | New features:
|
|
0 commit comments