# OES 3.2.X Release Notes

{% hint style="warning" %} <mark style="color:red;">**The below versions are deprecated.**</mark>
{% endhint %}

## Version 3.2 (2nd November 2020)

### New Features

* **Life Cycle Management 1.0** - Life Cycle Management 1.0 has the following features:
  * Default Installation will have Spinnaker installed in HA mode for Clouddriver and Echo.
  * Secrets related to accounts (e.g. Jenkins passwords, k8s kubeconfig files, etc.) are encrypted and stored in git/S3.&#x20;
  * gitops style Spinnaker config management. Halyard does not have persistent storage, all configuration information is in the git repository. Halyard configuration is no longer stored in halyard, it is now stored in git/S3.&#x20;
  * Upgrades - Updating a version in a config file in git causes the Spinnaker version to be upgraded with minimal efforts. After making the changes you need to restart Halyard.
  * Dynamic Accounts - Default installation of Spinnaker comes pre-configured for dynamic k8s accounts.

### Known Issues

* Previous comments for reclassification of one canary are still appearing after re-run and update.
* Log Analysis section is flickering in a canary analysis report when the mouse cursor is hovered on the navigation menu items.
* Pagination "Next" & "Previous" buttons are enabled even if we have a single page of entries in Datasource.
* DOWNLOAD Debug data on the Deployment verification page is not working.
* OpsMx logo is not hyperlinked.
* Metric Analysis - Sorting is not available.
* Firefox browser - The Deployment Verification page has a shift left effect.
* "Download Cluster Info" is not working under Log Analysis.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.opsmx.com/opsmx-1/opsmx-context-engine/additional-resources/previous-releases/isd-3.12/release-notes/oes-3.2-release-notes.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
