Skip to content

Commit

Permalink
Public TA 3.2 Ready
Browse files Browse the repository at this point in the history
Remove install_source_checksum
Add .readthedocs.yaml file required for building project on Read the Docs
  • Loading branch information
sheehp3 committed Sep 25, 2023
1 parent 1422870 commit a784770
Show file tree
Hide file tree
Showing 9 changed files with 43 additions and 15 deletions.
22 changes: 22 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# .readthedocs.yaml
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

# Required
version: 2

# Set the version of Python and other tools you might need
build:
os: ubuntu-22.04
tools:
python: "3.6,3.7"

# Build documentation in the docs/ directory with Sphinx
sphinx:
configuration: docs/source/conf.py

# We recommend specifying your dependencies to enable reproducible builds:
# https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
# python:
# install:
# - requirements: docs/requirements.txt
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
PowerMax for Splunk 3.2 - 22nd Sep 2023
============================================
- Remove install_source_checksum
- Add .readthedocs.yaml file required for building project on Read the Docs

PowerMax for Splunk 3.1 - 20th May 2022
============================================
- Upgrade TA to jQuery 3.5.
Expand Down
8 changes: 4 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Welcome to PowerMax for Splunk 3.1!
Welcome to PowerMax for Splunk 3.2!
===================================

| |Maintenance| |OpenSource| |AskUs| |Test| |Build| |Docs|
Expand Down Expand Up @@ -31,11 +31,11 @@ The TA and App can be downloaded from the links below:
Version Info
------------
+---------------------------------+----------------------------------------+
| **PowerMax for Splunk** | 3.1 |
| **PowerMax for Splunk** | 3.2 |
+---------------------------------+----------------------------------------+
| **Technology Add-On** | 3.1.0.0 |
| **Technology Add-On** | 3.2.0.0 |
+---------------------------------+----------------------------------------+
| **App** | 3.1.0.0 |
| **App** | 3.2.0.0 |
+---------------------------------+----------------------------------------+
| **Minimum Unisphere Version** | 9.2.0.0 |
+---------------------------------+----------------------------------------+
Expand Down
2 changes: 1 addition & 1 deletion app.manifest
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"id": {
"group": null,
"name": "TA-DellEMC_VMAX",
"version": "3.1.0"
"version": "3.2.0"
},
"author": [
{
Expand Down
2 changes: 1 addition & 1 deletion appserver/static/js/build/globalConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"meta": {
"name": "TA-DellEMC_VMAX",
"displayName": "Dell EMC PowerMax Add-on for Splunk Enterprise",
"version": "3.1.0",
"version": "3.2.0",
"restRoot": "TA_DellEMC_VMAX",
"schemaVersion": "0.0.3"
},
Expand Down
2 changes: 1 addition & 1 deletion default/app.conf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ build = 2

[launcher]
author = Philip Sheehan
version = 3.1.0
version = 3.2.0
description = REST API based input for polling summary & performance data from Dell EMC PowerMax storage arrays.

[ui]
Expand Down
6 changes: 3 additions & 3 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@ for both code can be viewed and downloaded from the links below:
Version Info
------------
+---------------------------------+----------------------------------------+
| **PowerMax for Splunk** | 3.1 |
| **PowerMax for Splunk** | 3.2 |
+---------------------------------+----------------------------------------+
| **Technology Add-On** | 3.1.0.0 |
| **Technology Add-On** | 3.2.0.0 |
+---------------------------------+----------------------------------------+
| **App** | 3.1.0.0 |
| **App** | 3.2.0.0 |
+---------------------------------+----------------------------------------+
| **Minimum Unisphere Version** | 9.2.0.0 |
+---------------------------------+----------------------------------------+
Expand Down
6 changes: 3 additions & 3 deletions docs/source/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ Installation
Supported Versions
------------------
+---------------------------------+----------------------------------------+
| **PowerMax for Splunk** | 3.1 |
| **PowerMax for Splunk** | 3.2 |
+---------------------------------+----------------------------------------+
| **Technology Add-On** | 3.1.0.0 |
| **Technology Add-On** | 3.2.0.0 |
+---------------------------------+----------------------------------------+
| **App** | 3.1.0.0 |
| **App** | 3.2.0.0 |
+---------------------------------+----------------------------------------+
| **Minimum Unisphere Version** | 9.2.0.0 |
+---------------------------------+----------------------------------------+
Expand Down
5 changes: 3 additions & 2 deletions docs/source/overview.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,10 @@ for both code can be viewed and downloaded from the links below:
- `Dell EMC PowerMax App for Splunk Enterprise source`_


What's New in PowerMax for Splunk 3.1
What's New in PowerMax for Splunk 3.2
-------------------------------------
- Upgrade TA to jQuery 3.5.
- Remove install_source_checksum
- Add .readthedocs.yaml file required for building project on Read the Docs

Contact
-------
Expand Down

0 comments on commit a784770

Please sign in to comment.