Skip to content

Commit 7809380

Browse files
author
Marcin Przepiorowski
committed
2.4.1 - rc1
1 parent d3ba0ec commit 7809380

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,16 @@ to changes with encryption keys and adding a checksum to password encryption.
88
- dx_get_engine_time script to display an engine time using a time zone defined in Delphix Engine
99
- [fix for #84](https://github.com/delphix/dxtoolkit/issues/84) - shared / unshare action added to dx_ctl_js_bookmarks
1010
- [fix for #94](https://github.com/delphix/dxtoolkit/issues/94) - shared / unshare action added to dx_ctl_js_bookmarks
11+
- [fix for #96](https://github.com/delphix/dxtoolkit/issues/96) - support for changing a host in an environment added
12+
- [fix for #97](https://github.com/delphix/dxtoolkit/issues/97) - dx_ctl_users enhancement - adding a SSH key to user
1113

1214
### Changed
1315
- better support for log in errors ( cookie clean up )
1416
- dx_get_js_snapshots will skip a template bookmarks
15-
- [fix for #98](https://github.com/delphix/dxtoolkit/issues/98)fix for session user check if user has a domain specified
17+
- fix for disabled databases
18+
- [fix for #93](https://github.com/delphix/dxtoolkit/issues/93) - fix for file upload in dx_ctl_engine_upgrade. TODO: apply needs to detect engine reboot
19+
- [fix for #98](https://github.com/delphix/dxtoolkit/issues/98) - fix for session user check if user has a domain specified
20+
1621

1722
## 2.4.0
1823

lib/Toolkit_helpers.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ use File::Spec;
2929

3030
use lib '../lib';
3131

32-
our $version = '2.4.0-hf1';
32+
our $version = '2.4.1';
3333

3434
sub logger {
3535
my $debug = shift;

0 commit comments

Comments
 (0)