Skip to content

Commit

Permalink
Upversion to 2.0.9-1 (#134)
Browse files Browse the repository at this point in the history
Fix addresses creation for any interface class(#116)

This commit upversions to 2.0.9-1 to cherry-pick the
fix in PR #116

Signed-off-by: Yuxing Jiang <Yuxing.Jiang@windriver.com>

Signed-off-by: Yuxing Jiang <Yuxing.Jiang@windriver.com>
  • Loading branch information
yjian118 authored Oct 18, 2022
1 parent be248d6 commit f4e0903
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion DEBUGGING.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ To re-apply a new set of overrides to an existing installation the Helm upgrade
command can simply be re-executed.
```
helm upgrade --install deployment-manager --values deployment-manager-overrides.yaml wind-river-cloud-platform-deployment-manager-2.0.9.tgz
helm upgrade --install deployment-manager --values deployment-manager-overrides.yaml wind-river-cloud-platform-deployment-manager-2.0.9-1.tgz
```

## Enabling version API interaction logs
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -499,7 +499,7 @@ directly into the StarlingX local Docker registry.

```bash
export OFFLINE_IMAGE_PATH="/some/path/to/images"
docker tag wind-river/cloud-platform-deployment-manager:latest wind-river/cloud-platform-deployment-manager:v2.0.9
docker tag wind-river/cloud-platform-deployment-manager:latest wind-river/cloud-platform-deployment-manager:v2.0.9-1
docker save wind-river/cloud-platform-deployment-manager | gzip > ${OFFLINE_IMAGE_PATH}/wind-river-cloud-platform-deployment-manager-images.tgz
```

Expand All @@ -524,12 +524,12 @@ A pre-built copy of the Deployment Manager Helm chart can be downloaded from
this repo at the following location. Alternatively, it can be accessed
directly from the cloned repo in the ```docs/charts``` directory.

https://github.com/Wind-River/wind-river-cloud-platform-deployment-manager/raw/master/docs/charts/wind-river-cloud-platform-deployment-manager-2.0.9.tgz
https://github.com/Wind-River/wind-river-cloud-platform-deployment-manager/raw/master/docs/charts/wind-river-cloud-platform-deployment-manager-2.0.9-1.tgz

It can be deployed using the following command.

```bash
helm upgrade --install deployment-manager wind-river-cloud-platform-deployment-manager-2.0.9.tgz
helm upgrade --install deployment-manager wind-river-cloud-platform-deployment-manager-2.0.9-1.tgz
```

If any configuration values need to be overridden at installation time then a
Expand All @@ -538,7 +538,7 @@ further details on managing and deploying Helm charts please refer to Helm
documentation for more information.

```bash
helm upgrade --install deployment-manager --values overrides.yaml wind-river-cloud-platform-deployment-manager-2.0.9.tgz
helm upgrade --install deployment-manager --values overrides.yaml wind-river-cloud-platform-deployment-manager-2.0.9-1.tgz
```

The default Helm chart assumes that the Deployment Manager image is present in
Expand All @@ -554,7 +554,7 @@ image location can be overridden to specify a private URL using the following
syntax assuming that the private registry is hosted at "your.registry.org".

```bash
helm upgrade --install deployment-manager --set "manager.image.repository=your.registry.com/wind-river/cloud-platform-deployment-manager" wind-river-cloud-platform-deployment-manager-2.0.9.tgz
helm upgrade --install deployment-manager --set "manager.image.repository=your.registry.com/wind-river/cloud-platform-deployment-manager" wind-river-cloud-platform-deployment-manager-2.0.9-1.tgz
```


Expand Down Expand Up @@ -642,7 +642,7 @@ more detailed information on how to set playbook variables and how to run
playbooks please refer to the Ansible documentation.

```bash
$ ansible-playbook docs/playbooks/wind-river-cloud-platform-deployment-manager-playbook.yaml -e "deployment_manager_chart==/some/other/path/wind-river-cloud-platform-deployment-manager-2.0.9.tgz" -e @ansible-overrides.yaml
$ ansible-playbook docs/playbooks/wind-river-cloud-platform-deployment-manager-playbook.yaml -e "deployment_manager_chart==/some/other/path/wind-river-cloud-platform-deployment-manager-2.0.9-1.tgz" -e @ansible-overrides.yaml
```

The system deployment configuration file must be specified using the
Expand Down
10 changes: 5 additions & 5 deletions docs/charts/index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ entries:
wind-river-cloud-platform-deployment-manager:
- apiVersion: v1
appVersion: "1.0"
created: "2022-06-01T15:47:31.553166579-03:00"
created: "2022-10-18T10:15:36.229886078-04:00"
description: A Helm chart for the Deployment Manager
digest: 6857e61db4f0f8c2dd7ff2fc3355ae3e608994b98d2a6519fd462145de4c5654
digest: 2da3599aa744ede7ed1f892aa10bf75201ec40e13335ff43fa9411e9adf11d96
icon: https://www.windriver.com/resources/images/wr-logo-red-2018.png
name: wind-river-cloud-platform-deployment-manager
urls:
- wind-river-cloud-platform-deployment-manager-2.0.9.tgz
version: 2.0.9
generated: "2022-06-01T15:47:31.550793035-03:00"
- wind-river-cloud-platform-deployment-manager-2.0.9-1.tgz
version: 2.0.9-1
generated: "2022-10-18T10:15:36.22765028-04:00"
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ apiVersion: v1
appVersion: "1.0"
description: A Helm chart for the Deployment Manager
name: wind-river-cloud-platform-deployment-manager
version: 2.0.9
version: 2.0.9-1
icon: https://www.windriver.com/resources/images/wr-logo-red-2018.png

0 comments on commit f4e0903

Please sign in to comment.