Skip to content

Commit

Permalink
CircleCI - Add push to CAPZ, CAPG, CAPV, CAPVCD app collection (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
tuladhar authored Oct 31, 2023
1 parent 0609147 commit 162cf5b
Show file tree
Hide file tree
Showing 2 changed files with 64 additions and 0 deletions.
60 changes: 60 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,3 +84,63 @@ workflows:
ignore: /.*/
tags:
only: /^v.*/

- architect/push-to-app-collection:
context: architect
name: push-to-cloud-director-app-collection
app_name: "teleport-operator"
app_collection_repo: "cloud-director-app-collection"
requires:
- push-teleport-operator-to-quay
- push-teleport-operator-to-docker
- push-teleport-operator-to-app-catalog
filters:
branches:
ignore: /.*/
tags:
only: /^v.*/

- architect/push-to-app-collection:
context: architect
name: push-to-capz-app-collection
app_name: "teleport-operator"
app_collection_repo: "capz-app-collection"
requires:
- push-teleport-operator-to-quay
- push-teleport-operator-to-docker
- push-teleport-operator-to-app-catalog
filters:
branches:
ignore: /.*/
tags:
only: /^v.*/

- architect/push-to-app-collection:
context: architect
name: push-to-gcp-app-collection
app_name: "teleport-operator"
app_collection_repo: "gcp-app-collection"
requires:
- push-teleport-operator-to-quay
- push-teleport-operator-to-docker
- push-teleport-operator-to-app-catalog
filters:
branches:
ignore: /.*/
tags:
only: /^v.*/

- architect/push-to-app-collection:
context: architect
name: push-to-vsphere-app-collection
app_name: "teleport-operator"
app_collection_repo: "vsphere-app-collection"
requires:
- push-teleport-operator-to-quay
- push-teleport-operator-to-docker
- push-teleport-operator-to-app-catalog
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 @@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Added

- Add push to CAPZ, CAPG, CAPV, CAPVCD app collection

## [0.4.0] - 2023-10-19

### Changed
Expand Down

0 comments on commit 162cf5b

Please sign in to comment.