Skip to content

Commit

Permalink
chore: fix rocks terminology (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
cjdcordeiro committed May 24, 2024
1 parent d756e72 commit 93cd957
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rock-release-dev.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "Publish ROCK to GHCR:dev"
name: "Publish rock to GHCR:dev"

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rock-update.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Update ROCK
name: Update rock

on:
workflow_dispatch: {}
Expand Down
2 changes: 1 addition & 1 deletion 2.46.0/rockcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: prometheus
summary: Prometheus in a ROCK.
summary: Prometheus in a rock.
description: "Prometheus is time-series database for metrics collection and query, driven by either API or a web ui"
version: "2.46.0"
base: ubuntu:22.04
Expand Down
2 changes: 1 addition & 1 deletion 2.47.2/rockcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: prometheus
summary: Prometheus in a ROCK.
summary: Prometheus in a rock.
description: "Prometheus is time-series database for metrics collection and query, driven by either API or a web ui"
version: "2.47.2"
base: ubuntu:22.04
Expand Down
2 changes: 1 addition & 1 deletion 2.48.0/rockcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: prometheus
summary: Prometheus in a ROCK.
summary: Prometheus in a rock.
description: "Prometheus is time-series database for metrics collection and query, driven by either API or a web ui"
version: "2.48.0"
base: ubuntu:22.04
Expand Down
2 changes: 1 addition & 1 deletion 2.49.1/rockcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: prometheus
summary: Prometheus in a ROCK.
summary: Prometheus in a rock.
description: "Prometheus is time-series database for metrics collection and query, driven by either API or a web ui"
version: "2.49.1"
base: ubuntu:22.04
Expand Down
2 changes: 1 addition & 1 deletion 2.50.0/rockcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: prometheus
summary: Prometheus in a ROCK.
summary: Prometheus in a rock.
description: "Prometheus is time-series database for metrics collection and query, driven by either API or a web ui"
version: "2.50.0"
base: ubuntu:22.04
Expand Down
2 changes: 1 addition & 1 deletion 2.50.1/rockcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: prometheus
summary: Prometheus in a ROCK.
summary: Prometheus in a rock.
description: "Prometheus is time-series database for metrics collection and query, driven by either API or a web ui"
version: "2.50.1"
base: ubuntu:22.04
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@

[![Open a PR to OCI Factory](https://github.com/canonical/prometheus-rock/actions/workflows/rock-release-oci-factory.yaml/badge.svg)](https://github.com/canonical/prometheus-rock/actions/workflows/rock-release-oci-factory.yaml)
[![Publish to GHCR:dev](https://github.com/canonical/prometheus-rock/actions/workflows/rock-release-dev.yaml/badge.svg)](https://github.com/canonical/prometheus-rock/actions/workflows/rock-release-dev.yaml)
[![Update ROCK](https://github.com/canonical/prometheus-rock/actions/workflows/rock-update.yaml/badge.svg)](https://github.com/canonical/prometheus-rock/actions/workflows/rock-update.yaml)
[![Update rock](https://github.com/canonical/prometheus-rock/actions/workflows/rock-update.yaml/badge.svg)](https://github.com/canonical/prometheus-rock/actions/workflows/rock-update.yaml)

[ROCKs](https://canonical-rockcraft.readthedocs-hosted.com/en/latest/) for [Prometheus](https://prometheus.io/).
This repository holds all the necessary files to build ROCKs for the upstream versions we support. The Prometheus ROCK is used by the [prometheus-k8s-operator](https://github.com/canonical/prometheus-k8s-operator) charm.
[Rocks](https://canonical-rockcraft.readthedocs-hosted.com/en/latest/) for [Prometheus](https://prometheus.io/).
This repository holds all the necessary files to build rocks for the upstream versions we support. The Prometheus rock is used by the [prometheus-k8s-operator](https://github.com/canonical/prometheus-k8s-operator) charm.

The ROCKs on this repository are built with [OCI Factory](https://github.com/canonical/oci-factory/), which also takes care of periodically rebuilding the images.
The rocks on this repository are built with [OCI Factory](https://github.com/canonical/oci-factory/), which also takes care of periodically rebuilding the images.

Automation takes care of:
* validating PRs, by simply trying to build the ROCK;
* validating PRs, by simply trying to build the rock;
* pulling upstream releases, creating a PR with the necessary files to be manually reviewed;
* releasing to GHCR at [ghcr.io/canonical/prometheus:dev](https://ghcr.io/canonical/prometheus:dev), when merging to main, for development purposes.

0 comments on commit 93cd957

Please sign in to comment.