File tree Expand file tree Collapse file tree 3 files changed +20
-5
lines changed Expand file tree Collapse file tree 3 files changed +20
-5
lines changed Original file line number Diff line number Diff line change 11## 2.4.0
22
3- ### Changed
4- - [ fix for #63 ] ( https://github.com/delphix/dxtoolkit/issues/63 )
5- - [ fix for #65 ] ( https://github.com/delphix/dxtoolkit/issues/65 )
3+ Configuration files with an encrypted passwords has to be regenerated due
4+ to changes with encryption keys and adding a checksum to password encryption.
5+
6+ ### Added
7+
68- [ fix for #66 ] ( https://github.com/delphix/dxtoolkit/issues/66 ) - dx_get_osversions and dx_ctl_engine_upgrade scripts added
79- [ fix for #72 ] ( https://github.com/delphix/dxtoolkit/issues/72 ) - possibility to add Windows cluster environment
810- [ fix for #73 ] ( https://github.com/delphix/dxtoolkit/issues/73 ) - filter by rdbms in dx_get_db_env
11+
12+ ### Changed
13+
14+ - [ fix for #63 ] ( https://github.com/delphix/dxtoolkit/issues/63 )
15+ - [ fix for #65 ] ( https://github.com/delphix/dxtoolkit/issues/65 )
916- [ fix for #76 ] ( https://github.com/delphix/dxtoolkit/issues/76 )
1017- [ fix for #77 ] ( https://github.com/delphix/dxtoolkit/issues/77 )
1118- [ fix for #79 ] ( https://github.com/delphix/dxtoolkit/issues/79 )
1623- fix for MS SQL hooks (PR-2)
1724- Encryption changes:
1825 - checksum is added to encrypted password
19- - old way decryption is still enabled
2026 - shared parameter added to dx_encrypt to enable encryption without host name for shared configs
2127- security fix - dxtoolkit is checking if cookie is set for user declared in configuration file
2228- dx_get_vdbthroughput fix plus documentation fix
Original file line number Diff line number Diff line change 4747 state : absent
4848 path : " {{ dxloc }}/bin/dx_syslog.pl"
4949
50+ - name : put password
51+ synchronize : src=dbutils.pm dest={{ dxloc }}/lib/dbutils.pm
52+
5053 - name : create script
5154 template : src=/mnt/c/Users/pioro/Documents/oss_delphix/dxtoolkit/tools/compile_template.j2 dest="{{ dxloc }}/bin/compile.sh" mode=755
5255
Original file line number Diff line number Diff line change 5151 clone : yes
5252 version : " {{ gittag }}"
5353 force : yes
54+
55+ - name : no dx_syslog support
56+ when : no_dx_syslog == True
57+ file :
58+ state : absent
59+ path : " {{ dxloc }}/bin/dx_syslog.pl"
5460
5561 - name : put password
56- synchronize : src=../lib/ dbutils.pm dest={{ dxloc }}/lib/dbutils.pm
62+ synchronize : src=dbutils.pm dest={{ dxloc }}/lib/dbutils.pm
5763
5864 # - name: remove script
5965 # file: name="{{ dxloc }}/bin/compile.sh"
You can’t perform that action at this time.
0 commit comments