Skip to content

V23.3 Documentation updates #19

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ sidebar_label: 'OpCon Deploy'

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.

The current version is **23.2**.
The current version is **23.3**.

## Overview

Expand Down
12 changes: 11 additions & 1 deletion docs/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,14 @@ Deploy contains compatibility checks to ensure that features supported in newer
The ImpEx2 Server portion of Deploy is paired with each specific OpCon release and is part of the OpCon Release. The ImpEx2
server for each release are patched and released within the OpCOn release cycles.

## Version 23.3

2024 October

:eight_spoked_asterisk: **OPCDEPLOY-1387**: Fixed a problem during deployment ensuring script versions are placed in the version list in ascending order to prevent problems inserting versions into OpCOn database.

:eight_spoked_asterisk: **OPCDEPLOY-1388**: Fixed a problem during package creation when schedule versions are retained in the selection list causing duplicates when a refresh is performed and the schedules are part of the subsequent selection..

## Version 23.2

2024 August
Expand All @@ -25,7 +33,9 @@ server for each release are patched and released within the OpCOn release cycles

: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.

:eight_spoked_asterisk: **OPCDEPLOY-1385**: Fixed a partial update of resource/threshold names during transformation of Threshold Update resources..
:eight_spoked_asterisk: **OPCDEPLOY-1385**: Fixed a partial update of resource/threshold names during transformation of Threshold Update resources.

:eight_spoked_asterisk: **OPCDEPLOY-1386**: Fixed the setting of the reset AutoBuild and AutoDelete flags from only for reset to when selected when creating the importRules object.

## Version 23.1

Expand Down
Loading