Skip to content

Commit d93ebad

Browse files
authored
Merge pull request #18 from Bertievh/main
Release 23.2 Doc updates
2 parents 880cfd6 + 759f4ea commit d93ebad

File tree

4 files changed

+49
-2
lines changed

4 files changed

+49
-2
lines changed

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ sidebar_label: 'OpCon Deploy'
77

88
OpCon Deploy is a separate application working on a central repository that contains the schedule definitions, transformation rules, and all the required configuration information to deploy the schedule definitions between OpCon environments in a controlled and consistent manner.
99

10-
The current version is **23.1**.
10+
The current version is **23.2**.
1111

1212
## Overview
1313

docs/installation.md

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ Complete the procedures in this section to install a new OpCon Deploy Server:
136136
* Select the X (This feature will not be available.) option from the drop-down.
137137
11. Click Next.
138138
12. Enter the definitions for the ImpEx2 Server:
139-
* OpCon database server name (If a MS SQL instance is being used, enter ```<servername>\<instancename>```)
139+
* OpCon database server name (If a MS SQL instance is being used, enter ```<servername>\<instancename>```, if TLS for database connection, add ***;TrustServerCertificate=True*** name)
140140
* OpCon database name
141141
* OpCon database login ID
142142
* OpCon database login ID password
@@ -381,6 +381,28 @@ web.port=9001
381381
#
382382
system.debug=false
383383
384+
```
385+
### Sample Deploy Server Configuration File using TLS SQL Server connection
386+
387+
```
388+
#
389+
# OpCon server connection information
390+
#
391+
opcon.server.name=EC2AMAZ-2QV0RKO
392+
opcon.db.name=OPCONXPS;TrustServerCertificate=True
393+
opcon.db.user=opconsam
394+
opcon.db.password=sYnk3bzpZybGPbSOrhsr4g==
395+
opcon.db.using.winauth=true
396+
opcon.db.connection.max=10
397+
#
398+
# REST server configuration
399+
#
400+
web.port=9001
401+
#
402+
# Logger configuration
403+
#
404+
system.debug=false
405+
384406
```
385407
## Deploy Database Backup Scripts
386408

docs/release-notes.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,29 @@ sidebar_label: 'Release notes'
44

55
# OpCon Deploy Release Notes
66

7+
The Deploy Client is not paired with a specific OpCon Release.
8+
9+
There are no Deploy patch releases as corrections are applied to the main software and a new version is released on a regular basis.
10+
11+
Deploy contains compatibility checks to ensure that features supported in newer OpCon Releases are not deployed to older opCon Releases.
12+
13+
The ImpEx2 Server portion of Deploy is paired with each specific OpCon release and is part of the OpCon Release. The ImpEx2
14+
server for each release are patched and released within the OpCOn release cycles.
15+
16+
## Version 23.2
17+
18+
2024 August
19+
20+
:eight_spoked_asterisk: **OPCDEPLOY-1380**: Fixed a problem during deployment when checking if the deployment has a previous deployment failure.
21+
22+
:eight_spoked_asterisk: **OPCDEPLOY-1382**: Fixed a problem during package creation when newly selected schedule versions are removed from the selection list when the Refresh button is selected to search for schedule versions to include in the package.
23+
24+
:eight_spoked_asterisk: **OPCDEPLOY-1383**: Updated database scripts to support SQL-Azure.
25+
26+
:eight_spoked_asterisk: **OPCDEPLOY-1384**: Added a .l4j.ini file for the Deploy client increasing the JVM heap size to prevent heap memory thrashing when very large definitions are being deployed.
27+
28+
:eight_spoked_asterisk: **OPCDEPLOY-1385**: Fixed a partial update of resource/threshold names during transformation of Threshold Update resources..
29+
730
## Version 23.1
831

932
2024 May

docs/transformations/transformation-rules.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,9 @@ It must be noted that wild cards are not supported, instead the text entered in
155155
* IBMi_Inquiry_Message_Reply
156156
* Job_Instance_Property
157157
* Job_Machine_Group_Name
158+
* Job_Machine_Group_Name_to_Machine_Name
158159
* Job_Machine_Name
160+
* Job_Machine_Name_to_Machine_Group_Name
159161
* Job_Name
160162
* Job_Tag
161163
* MCP_Arguments

0 commit comments

Comments
 (0)