Skip to content

Commit 0753149

Browse files
author
EarthmanT
committed
re-releaser rhel8
1 parent e922293 commit 0753149

5 files changed

Lines changed: 5 additions & 4 deletions

File tree

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: 2.1
22

33
orbs:
44
node: cloudify/public-unittest-orb@1 #orb version
5-
wagonorb: cloudify/wagon-bulder-orb@2.2.0 #orb version
5+
wagonorb: cloudify/wagon-bulder-orb@2.4.0 #orb version
66
releaseorb: cloudify/release-orb@1.4.0 #orb version
77
managerorb: cloudify/manager-orb@1
88

CHANGELOG.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,4 @@
3232
- Port source code to python3
3333
0.9.1.1: Testing webhook for Marketplace scraping
3434
0.9.2: Rerelease for build system.
35+
0.9.3: Rerelease with rhel8.

plugin.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ plugins:
22
libvirt:
33
executor: central_deployment_agent
44
package_name: cloudify-libvirt-plugin
5-
package_version: '0.9.2'
5+
package_version: '0.9.3'
66

77
data_types:
88

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
setup(
1818
name='cloudify-libvirt-plugin',
19-
version='0.9.2',
19+
version='0.9.3',
2020
description='support libvirt',
2121
author='Cloudify',
2222
author_email='hello@getcloudify.org',

v2_plugin.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ plugins:
22
libvirt:
33
executor: central_deployment_agent
44
package_name: cloudify-libvirt-plugin
5-
package_version: '0.9.2'
5+
package_version: '0.9.3'
66

77
blueprint_labels:
88
obj-type:

0 commit comments

Comments
 (0)