Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Product Compatibility

Refer to product compatibility to determine supported Operating Systems and Database Versions.

...

  • Fixed an issue with the purging policy being non-deterministic. 
    To address this, a more deterministic approach is applied, where purging rules are explicitly defined and applied based on the command set names or other relevant criteria, ensuring consistent and predictable data retention and deletion.
  • Fixed an issue where the Compare Revision screen displays an error message even when no node is selected for revision comparison.

opConfig 4.5.5

Status
subtletrue
colourGreen
titleRELEASED
25th March 2024

...

New release with improvements and bug-fixes.

Improvements

  • When the compliance system generates an exception it generates an event.
  • Added option print_command_output=true  for opConfig CLI config command sets.
  • Automatically apply OS detection.  For example, if we know a node is Linux, run some commands to determine if it is Debian, Ubuntu, CentOS, etc.

...

  • Improved mongodb index for command sets.
  • Improved the "Help screen" for Command Sets and Config Sets
  • Added the "Discover OS Info", "Discover Connection Details" and "Test Connection" buttons for nodes in opAdmin
  • New CRUD API for credential sets
  • New CLI API for credential sets
  • Improved main dashboard load times.
  • Fix to protect a command.
  • New parameter to increase the time out for a plugin per command set: 
    interaction_timeout

opConfig 4.3.1

16 Dec 2021

  • Fix issue where using opConfig in classic auth node would show nodes you shouldn't have access to.
  • Fix issue where virtual operator would break in classic auth mode.
  • Fix issue where scheduling jobs would save the time using the browers timezone not the servers
  • New improvement with a new parameter, compare_to_previous_revisionfor config sets to avoid compare revisions. This parameter is specially helpful when the are big files to compare and the config sets are taking a really long time:

...

Code Block
     "commands" : [
         {
            "privileged" : "true",
            "multipage" : "true",
            "compare_to_previous_revision" : "false",
            "use_processing_plugins" : [
               ""
            ],
            "report_level_min_changes" : null,
            "active" : "true",
            "tags" : [
               "application",
               "troubleshooting"
            ],
            "use_collection_plugin" : "",
            "command" : "scp my/file"
         },


opConfig 4.3.0

1 Dec 2021

RELEASED 

  • Updated core dependencies
  • Cookies now support samesite strict, see Security Configurations
  • Fixed issue in checkdaemons.sh with stopping monogdb

opConfig 4.2.7

26 Oct 2021

RELEASED 

This release includes:

  • Spanish translations.

opConfig 4.2.6

21 Sept 2021

RELEASED 

This release includes the following new features:

...

opConfig 4.2.5

10 Aug 2021

RELEASED Bug fixes

  • Fixed issue where editing a node in opConfig would overwrite the nodes configuration
  • Test connection error now shows the current error state and if the node name cannot be found it will use the nodes uuid
  • Installer now changes the config option opconfig_default_period from 8d to 2d

opConfig 4.2.4

RELEASED 30 Jul 2021

This release includes:

opConfig 4.2.3-1

RELEASED 29 Jul 2021

Bug Fix

  • Fixes an issue in ./omk/conf/opCommon.json and ./omk/install/opCommon.json by changing the following entry:
    • "omk_show_getting_started_widgets" : true
      becomes
      "omk_show_getting_started_widgets" : "true"

...