From a8c4e1a30eedc465b3e35792ffebaa382be36aec Mon Sep 17 00:00:00 2001 From: tcskill Date: Fri, 26 May 2023 07:53:18 -0500 Subject: [PATCH 1/3] updates version --- .vscode/settings.json | 3 +++ README.md | 2 +- requirements.yml | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) create mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..878ec9e --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "ansible.python.interpreterPath": "/usr/local/bin/python3" +} \ No newline at end of file diff --git a/README.md b/README.md index 80da5ce..3a20b8b 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Maximo Application Suite (MAS) Install Automation OpenShift Operator -Currently using MAS Ansible: v13.7.0 +Currently using MAS Ansible: v13.11.0 ![GitHub Workflow Status (with branch)](https://img.shields.io/github/actions/workflow/status/cloud-native-toolkit/operator-masauto/docker-build.yaml) ![GitHub Release Date](https://img.shields.io/github/release-date/cloud-native-toolkit/operator-masauto) diff --git a/requirements.yml b/requirements.yml index 195a674..e365f64 100644 --- a/requirements.yml +++ b/requirements.yml @@ -12,4 +12,4 @@ collections: - name: ibm.cloudcollection version: ">=1.37.1,<2.0.0" - name: ibm.mas_devops - version: "13.7.0" \ No newline at end of file + version: "13.11.0" \ No newline at end of file From 52da2f7d848a42873f7133f9a51c09d19786f656 Mon Sep 17 00:00:00 2001 From: tcskill Date: Mon, 12 Jun 2023 10:47:36 -0500 Subject: [PATCH 2/3] updates version --- config/manager/kustomization.yaml | 2 +- requirements.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index adb9730..5b84adc 100644 --- a/config/manager/kustomization.yaml +++ b/config/manager/kustomization.yaml @@ -13,4 +13,4 @@ kind: Kustomization images: - name: controller newName: quay.io/cloudnativetoolkit/masauto - newTag: v3.2.0 + newTag: v3.3.0-alpha1a diff --git a/requirements.yml b/requirements.yml index e365f64..98a39b4 100644 --- a/requirements.yml +++ b/requirements.yml @@ -12,4 +12,4 @@ collections: - name: ibm.cloudcollection version: ">=1.37.1,<2.0.0" - name: ibm.mas_devops - version: "13.11.0" \ No newline at end of file + version: "13.13.0" \ No newline at end of file From 383a8d7f900df9e0f781bda96b1ad553d4a475fe Mon Sep 17 00:00:00 2001 From: tcskill Date: Mon, 12 Jun 2023 10:53:58 -0500 Subject: [PATCH 3/3] doc update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3a20b8b..0f1d81e 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Maximo Application Suite (MAS) Install Automation OpenShift Operator -Currently using MAS Ansible: v13.11.0 +Currently using MAS Ansible: v13.13.0 ![GitHub Workflow Status (with branch)](https://img.shields.io/github/actions/workflow/status/cloud-native-toolkit/operator-masauto/docker-build.yaml) ![GitHub Release Date](https://img.shields.io/github/release-date/cloud-native-toolkit/operator-masauto)