Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare 0303 release #36

Merged
merged 2 commits into from
Mar 14, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Change Log

## [2.0.120230303]

* CLI version update that includes:
- Minor bug fixes
- Address [issue around named port environment variables not being created](https://github.com/Azure/Bridge-To-Kubernetes/issues/165)
- Address [migrating from netwonsoft to stj](https://github.com/Azure/Bridge-To-Kubernetes/issues/134)
- Address [fix to AddhostFileEntry tuple](https://github.com/Azure/Bridge-To-Kubernetes/issues/135)
- Address [JSon serialization issue](https://github.com/Azure/Bridge-To-Kubernetes/issues/55)
- Address [headless service not getting forwarded all the time](https://github.com/Azure/Bridge-To-Kubernetes/issues/167)
elenavillamil marked this conversation as resolved.
Show resolved Hide resolved

Thank you to everyone who contributed and particular thank you to community contributions from @Eneuman and @Strayfe!

## [2.0.120230216]

* CLI version update that address [issue](https://github.com/Azure/Bridge-To-Kubernetes/issues/162), [issue 89](https://github.com/Azure/Bridge-To-Kubernetes/issues/89) and [issue 56](https://github.com/Azure/Bridge-To-Kubernetes/issues/56)
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "mindaro",
"displayName": "Bridge to Kubernetes",
"description": "Rapid Kubernetes development for teams",
"version": "2.0.120230216",
"version": "2.0.120230310",
"icon": "images/bridge128.png",
"preview": false,
"publisher": "mindaro",
Expand Down Expand Up @@ -246,6 +246,6 @@
"url": "https://github.com/Azure/vscode-bridge-to-kubernetes"
},
"extensionMetadata": {
"expectedCLIVersion": "1.0.20230216.21"
"expectedCLIVersion": "1.0.20230310.3"
}
}