Skip to content
This repository was archived by the owner on Apr 13, 2020. It is now read-only.

Commit 41a6015

Browse files
authored
Updating SPK to 0.4.0 (#208)
* Updating to 0.4.0 * Updates
1 parent 93ddacd commit 41a6015

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

CHANGELOG.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# RELEASE NOTES
22

3+
## [0.4.0] - 2020-01-25
4+
5+
### Added
6+
7+
- Ability to disable ingress route creation
8+
- Ability to specify ports for traefik ingress routes
9+
- Generation of traefik strip-prefix middleware
10+
- Ability to specify per-service middleware injection for Traefik2 IngressRoutes
11+
- Extend bedrock.yaml services to incorporate display name
12+
13+
### Changed
14+
15+
- Syntax for some operations. Please refer to documentation.
16+
- Various bug fixes
17+
318
## [0.3.0] - 2019-11-24
419

520
### Added
@@ -12,7 +27,7 @@
1227

1328
### Changed
1429

15-
- Syntax for from operations. Please refer to documentation.
30+
- Syntax for some operations. Please refer to documentation.
1631

1732
## [0.2.0] - 2019-10-29
1833

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "spk",
3-
"version": "0.3.0",
3+
"version": "0.4.0",
44
"description": "The missing Bedrock CLI",
55
"author": "Evan Louie <evan.louie@microsoft.com> (https://evanlouie.com)",
66
"contributors": [],

0 commit comments

Comments
 (0)