Skip to content

Commit 58d596f

Browse files
author
Marcin Przepiorowski
committed
Chenge log update
2 parents 1d2e3a7 + cf2f197 commit 58d596f

File tree

3 files changed

+20
-5
lines changed

3 files changed

+20
-5
lines changed

CHANGELOG.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,18 @@
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)
@@ -16,7 +23,6 @@
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

tools/dxt.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@
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

tools/dxt_git.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,15 @@
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"

0 commit comments

Comments
 (0)