Skip to content
This repository has been archived by the owner on Nov 13, 2022. It is now read-only.

Commit

Permalink
[patch] Fix ibm.mas_devops dependency range (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
durera authored Aug 4, 2022
1 parent 8b76109 commit 59028c9
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
build:
ansible-galaxy collection build --output-path . ibm/mas_airgap --force
install:
ansible-galaxy collection install ibm-mas_airgap-2.0.0.tar.gz --force --no-deps
ansible-galaxy collection install ibm-mas_airgap-3.0.0.tar.gz --force --no-deps
clean:
rm ibm-mas_airgap-2.0.0.tar.gz
rm ibm-mas_airgap-3.0.0.tar.gz

all: build install
1 change: 1 addition & 0 deletions docs/changes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
## Changes

- `2.0` Support for MAS 8.8 & Maximo Curated Operator Catalog ([#63](https://github.com/ibm-mas/ansible-airgap/pull/63))
- `1.3` Support IoT application install ([#43](https://github.com/ibm-mas/ansible-airgap/pull/43))
- `1.2` Multiple updates:
- Additional mirror playbooks ([#26](https://github.com/ibm-mas/ansible-airgap/pull/26))
Expand Down
1 change: 1 addition & 0 deletions ibm/mas_airgap/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
[https://ibm-mas.github.io/ansible-airgap/](https://ibm-mas.github.io/ansible-airgap/)

## Change Log
- `2.0` Support for MAS 8.8 & Maximo Curated Operator Catalog ([#63](https://github.com/ibm-mas/ansible-airgap/pull/63))
- `1.3` Support IoT application install ([#43](https://github.com/ibm-mas/ansible-airgap/pull/43))
- `1.2` Multiple updates:
- Additional mirror playbooks ([#26](https://github.com/ibm-mas/ansible-airgap/pull/26))
Expand Down
4 changes: 2 additions & 2 deletions ibm/mas_airgap/galaxy.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
namespace: ibm
name: mas_airgap
version: 2.0.0
version: 3.0.0
readme: README.md
authors:
- Paul Stone <stonepd@uk.ibm.com>
Expand All @@ -13,7 +13,7 @@ tags:
- mas
- rhocp
dependencies:
"ibm.mas_devops": ">=10.0.0,<11.0.0"
"ibm.mas_devops": ">=11.0.0,<12.0.0"
repository: https://github.com/ibm-mas/ansible-airgap/
documentation: https://ibm-mas.github.io/ansible-airgap/
homepage: https://ibm-mas.github.io/ansible-airgap/
Expand Down

0 comments on commit 59028c9

Please sign in to comment.