Skip to content

Commit

Permalink
Merge pull request #300 from openziti/3.1.0-release
Browse files Browse the repository at this point in the history
3.1.0 Release
  • Loading branch information
rgallettonf committed Apr 10, 2024
2 parents 6707e54 + 4ad2745 commit ed173e5
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "io.netfoundry.zac",
"version": "3.0.8",
"version": "3.1.0",
"description": "Ziti Administration Console",
"main": "server.js",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion projects/ziti-console-lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openziti/ziti-console-lib",
"version": "0.0.10",
"version": "0.1.0",
"repository": {
"type": "git",
"url": "https://github.com/openziti/ziti-console"
Expand Down
14 changes: 14 additions & 0 deletions release-notes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# app-ziti-console-v3.1.0
# ziti-console-lib-v0.1.0
*
## Features/Improvements
* [Issue #299](https://github.com/openziti/ziti-console/issues/299) - New "Simple Service" form for defining a ziti service, service policies, & configs
* [Issue #285](https://github.com/openziti/ziti-console/issues/285) - Summary details for new "Simple Service" creation
*
## Bug Fixes
* [Issue #261](https://github.com/openziti/ziti-console/pull/291) - Issues when creating/editing configs on advanced service form
* [Issue #297](https://github.com/openziti/ziti-console/pull/297) - Download JWT isn't working for routers list page
* [Issue #293](https://github.com/openziti/ziti-console/pull/293) - Issues with simple service form attribute selections
* [Issue #310](https://github.com/openziti/ziti-console/pull/310) - Router name does not populate in delete modal.
* [Issue #310](https://github.com/openziti/ziti-console/pull/307) - Error messages for invalid forwarding config fields in the "Advanced Service" editor are not helpful

# app-ziti-console-v3.0.8
## Bug Fixes

Expand Down

0 comments on commit ed173e5

Please sign in to comment.