Skip to content

Commit

Permalink
Merge pull request #22 from f5devcentral/v1.2.0
Browse files Browse the repository at this point in the history
5/5 work for 1.2
  • Loading branch information
DumpySquare authored Jun 6, 2023
2 parents 9b260e4 + be6aabf commit 08204bf
Show file tree
Hide file tree
Showing 14 changed files with 466 additions and 422 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
coverage
.nyc_output
node_modules
private
dist
tmp
out
Expand Down
3 changes: 2 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,5 @@ docs/
/tmp
# ignore existing packages
*.tgz
*.png
*.png
private
3 changes: 2 additions & 1 deletion .vscodeignore
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,5 @@ tmp
tests
# *.tgz
*.vsix
dist
dist
private
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,25 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
### Fixed


---

## [1.2.0] - (06-06-2023)

### Added

- test for gslb name with space

### Changed

- Moved gslb items from apps to it's own group in UI/view
- updated vserver regexs (cs/lb/gslb) to handle names with spaces (wrapped in "")
- updated all deps

### Fixed

- sorting of cs/lb by IP descending now working
- couple of async/parsing bugs

---

## [1.1.0] - (06-03-2023)
Expand Down
Binary file modified f5_flipper_test.tgz
Binary file not shown.
Loading

0 comments on commit 08204bf

Please sign in to comment.