Skip to content

Commit

Permalink
Add deprecation notice (#1809)
Browse files Browse the repository at this point in the history
  • Loading branch information
TheoBrigitte authored Feb 4, 2025
1 parent f0b36ed commit f39539f
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 75 deletions.
75 changes: 0 additions & 75 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,78 +56,3 @@ workflows:
ignore: /.*/
tags:
only: /^v.*/

- architect/push-to-app-collection:
context: architect
name: push-to-capa-app-collection
app_name: prometheus-meta-operator
app_namespace: monitoring
app_collection_repo: capa-app-collection
requires:
- app-catalog
- push-to-registries
filters:
branches:
ignore: /.*/
tags:
only: /^v.*/

- architect/push-to-app-collection:
context: architect
name: push-to-capz-app-collection
app_name: prometheus-meta-operator
app_namespace: monitoring
app_collection_repo: capz-app-collection
requires:
- app-catalog
- push-to-registries
filters:
branches:
ignore: /.*/
tags:
only: /^v.*/

- architect/push-to-app-collection:
context: architect
name: push-to-cloud-director-app-collection
app_name: prometheus-meta-operator
app_namespace: monitoring
app_collection_repo: cloud-director-app-collection
requires:
- app-catalog
- push-to-registries
filters:
branches:
ignore: /.*/
tags:
only: /^v.*/

- architect/push-to-app-collection:
context: architect
name: push-to-proxmox-app-collection
app_name: prometheus-meta-operator
app_namespace: monitoring
app_collection_repo: proxmox-app-collection
requires:
- app-catalog
- push-to-registries
filters:
branches:
ignore: /.*/
tags:
only: /^v.*/

- architect/push-to-app-collection:
name: vsphere-app-collection
context: architect
app_name: prometheus-meta-operator
app_namespace: monitoring
app_collection_repo: vsphere-app-collection
requires:
- app-catalog
- push-to-registries
filters:
branches:
ignore: /.*/
tags:
only: /^v.*/
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Added

- Add deprecation notice.

### Removed

- Remove deployment to CAPI installations.

## [4.85.0] - 2025-01-06

### Changed
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
[![CircleCI](https://circleci.com/gh/giantswarm/prometheus-meta-operator.svg?&style=shield)](https://circleci.com/gh/giantswarm/prometheus-meta-operator) [![Docker Repository on Quay](https://quay.io/repository/giantswarm/prometheus-meta-operator/status "Docker Repository on Quay")](https://quay.io/repository/giantswarm/prometheus-meta-operator)

## [DEPRECATED]: This repository is deprecated

It is largely replaced by [observability-operator](https://github.com/giantswarm/observability-operator/), more information at [observability/architecture](https://intranet.giantswarm.io/docs/observability/architecture/)

# prometheus-meta-operator

The prometheus-meta-operator watches Cluster CRs and creates [prometheus-operator] CRs. It is implemented
Expand Down

0 comments on commit f39539f

Please sign in to comment.