Skip to content

Commit

Permalink
add sloth to app collections (#14)
Browse files Browse the repository at this point in the history
* add sloth to app collections

* changelog
  • Loading branch information
QuantumEnigmaa authored Apr 11, 2023
1 parent b7ef6bc commit 9db9069
Show file tree
Hide file tree
Showing 2 changed files with 96 additions and 1 deletion.
93 changes: 92 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,101 @@ workflows:
# release tag, there is an app version in the catalog.
- architect/push-to-app-catalog:
context: architect
name: push-to-control-plane-catalog-master
name: push-sloth-app-to-control-plane-catalog-master
app_catalog: "control-plane-catalog"
app_catalog_test: "control-plane-test-catalog"
chart: "sloth"
filters:
tags:
only: /^v.*/

- architect/push-to-app-collection:
name: aws-app-collection
context: "architect"
app_name: "sloth"
app_collection_repo: "aws-app-collection"
requires:
- push-sloth-app-to-control-plane-catalog-master
filters:
branches:
ignore: /.*/
tags:
only: /^v.*/

- architect/push-to-app-collection:
name: azure-app-collection
context: "architect"
app_name: "sloth"
app_collection_repo: "azure-app-collection"
requires:
- push-sloth-app-to-control-plane-catalog-master
filters:
branches:
ignore: /.*/
tags:
only: /^v.*/

- architect/push-to-app-collection:
name: vsphere-app-collection
context: "architect"
app_name: "sloth"
app_collection_repo: "vsphere-app-collection"
requires:
- push-sloth-app-to-control-plane-catalog-master
filters:
branches:
ignore: /.*/
tags:
only: /^v.*/

- architect/push-to-app-collection:
name: openstack-app-collection
context: "architect"
app_name: "sloth"
app_collection_repo: "openstack-app-collection"
requires:
- push-sloth-app-to-control-plane-catalog-master
filters:
branches:
ignore: /.*/
tags:
only: /^v.*/

- architect/push-to-app-collection:
context: architect
name: push-to-cloud-director-app-collection
app_name: "sloth"
app_collection_repo: "cloud-director-app-collection"
requires:
- push-sloth-app-to-control-plane-catalog-master
filters:
branches:
ignore: /.*/
tags:
only: /^v.*/

- architect/push-to-app-collection:
context: architect
name: push-to-capa-app-collection
app_name: "sloth"
app_collection_repo: "capa-app-collection"
requires:
- push-sloth-app-to-control-plane-catalog-master
filters:
branches:
ignore: /.*/
tags:
only: /^v.*/

- architect/push-to-app-collection:
context: architect
name: push-to-gcp-app-collection
app_name: "sloth"
app_collection_repo: "gcp-app-collection"
requires:
- push-sloth-app-to-control-plane-catalog-master
filters:
branches:
ignore: /.*/
tags:
only: /^v.*/()
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project's packages adheres to [Semantic Versioning](http://semver.org/s

## [Unreleased]

### Added

- Circleci jobs to add sloth to app collections

## [1.0.0] - 2023-04-04

### Changed
Expand Down

0 comments on commit 9db9069

Please sign in to comment.