-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update docs links to reflect restructured repo (#214)
* Update docs links to reflect restructured repo
- Loading branch information
Showing
21 changed files
with
66 additions
and
67 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
changelog: | ||
- type: NEW_FEATURE | ||
description: Adds the new Wasme Operator for deploying filters to production. | ||
issueLink: https://github.com/solo-io/wasme/issues/42 | ||
issueLink: https://github.com/solo-io/wasm/issues/42 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
changelog: | ||
- type: FIX | ||
description: 'Fix `wasme deploy envoy` command and update it with a cleaner experience using the local cache.' | ||
issueLink: https://github.com/solo-io/wasme/issues/72 | ||
issueLink: https://github.com/solo-io/wasm/issues/72 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
changelog: | ||
- type: NEW_FEATURE | ||
description: 'Adds support for `init` and `build` for the AssemblyScript language: https://github.com/AssemblyScript/assemblyscript' | ||
issueLink: https://github.com/solo-io/wasme/issues/71 | ||
issueLink: https://github.com/solo-io/wasm/issues/71 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
changelog: | ||
- type: NEW_FEATURE | ||
description: 'List all repos with `wasme list`' | ||
issueLink: https://github.com/solo-io/wasme/issues/80 | ||
|
||
issueLink: https://github.com/solo-io/wasm/issues/80 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
changelog: | ||
- type: FIX | ||
description: Fix cache race by firing events | ||
issueLink: https://github.com/solo-io/wasme/issues/64 | ||
issueLink: https://github.com/solo-io/wasm/issues/64 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
changelog: | ||
- type: FIX | ||
description: Fix issue where `wasme list` would return an error if the cache had not been initialized with `wasme build` or `wasme pull`. | ||
issueLink: https://github.com/solo-io/wasme/issues/87 | ||
issueLink: https://github.com/solo-io/wasm/issues/87 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
changelog: | ||
- type: FIX | ||
description: Fix incorrect base selection on wasme init command. | ||
issueLink: https://github.com/solo-io/wasme/issues/90 | ||
issueLink: https://github.com/solo-io/wasm/issues/90 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
changelog: | ||
- type: FIX | ||
description: Fix issue where `wasme list` returns an empty list if --store is not set | ||
issueLink: https://github.com/solo-io/wasme/issues/87 | ||
issueLink: https://github.com/solo-io/wasm/issues/87 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
changelog: | ||
- type: FIX | ||
description: Allow wasme cache to use credentials given to its command line. | ||
issueLink: https://github.com/solo-io/wasme/pull/102 | ||
issueLink: https://github.com/solo-io/wasm/pull/102 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
changelog: | ||
- type: NEW_FEATURE | ||
description: 'Add support for Istio v1.6.x' | ||
issueLink: https://github.com/solo-io/wasme/issues/126 | ||
issueLink: https://github.com/solo-io/wasm/issues/126 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
changelog: | ||
- type: FIX | ||
description: Fix Bookinfo URL. | ||
issueLink: https://github.com/solo-io/wasme/issues/122 | ||
issueLink: https://github.com/solo-io/wasm/issues/122 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
changelog: | ||
- type: FIX | ||
description: Fix user-facing typo - cahced. | ||
issueLink: https://github.com/solo-io/wasme/issues/77 | ||
issueLink: https://github.com/solo-io/wasm/issues/77 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
changelog: | ||
- type: NEW_FEATURE | ||
description: 'Add support for gloo v1.5.x' | ||
issueLink: https://github.com/solo-io/wasme/issues/130 | ||
issueLink: https://github.com/solo-io/wasm/issues/130 | ||
- type: NON_USER_FACING | ||
description: Fix broken build by pinning skv2 version and formatting imports | ||
issueLink: https://github.com/solo-io/wasme/issues/124 | ||
issueLink: https://github.com/solo-io/wasm/issues/124 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
changelog: | ||
- type: FIX | ||
description: Allows using --config param in CLI deploy command for both Istio and Gloo again | ||
issueLink: https://github.com/solo-io/wasme/issues/130 | ||
issueLink: https://github.com/solo-io/wasm/issues/130 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
changelog: | ||
- type: FIX | ||
description: Use a more recent envoy for local deploy. | ||
issueLink: https://github.com/solo-io/wasme/issues/107 | ||
issueLink: https://github.com/solo-io/wasm/issues/107 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
changelog: | ||
- type: FIX | ||
description: Fix a bug in version linking which caused the version to be 'dev' on release. | ||
issueLink: https://github.com/solo-io/wasme/issues/158 | ||
issueLink: https://github.com/solo-io/wasm/issues/158 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.