Skip to content
This repository has been archived by the owner on Oct 8, 2024. It is now read-only.

Commit

Permalink
Revert CircleCI jobs (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
marieroque authored Mar 14, 2024
1 parent f618c59 commit b2bb26f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 55 deletions.
55 changes: 0 additions & 55 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,58 +31,3 @@ workflows:
tags:
only: /^v.*/

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

- architect/push-to-app-collection:
context: "architect"
name: capz-app-collection
app_name: "mimir-grafana-agent"
app_namespace: "mimir"
app_collection_repo: "capz-app-collection"
requires:
- "push-to-control-plane-app-catalog"
filters:
branches:
ignore: /.*/
tags:
only: /^v.*/

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

- architect/push-to-app-collection:
context: "architect"
name: vsphere-app-collection
app_name: "mimir-grafana-agent"
app_namespace: "mimir"
app_collection_repo: "vsphere-app-collection"
requires:
- "push-to-control-plane-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 @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Fixed

- Remove Circleci jobs to push `mimir-grafana-agent` to CAPI collections (App platform does not support it).

## [0.4.2] - 2024-03-13

### Added
Expand Down

1 comment on commit b2bb26f

@QuentinBisson
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@marieroque did you also remove the app from collections?

Please sign in to comment.