diff --git a/.github/workflows/rock-release-dev.yaml b/.github/workflows/rock-release-dev.yaml index 48cd899..8917dfe 100644 --- a/.github/workflows/rock-release-dev.yaml +++ b/.github/workflows/rock-release-dev.yaml @@ -1,4 +1,4 @@ -name: "Publish ROCK to GHCR:dev" +name: "Publish rock to GHCR:dev" concurrency: group: ${{ github.workflow }}-${{ github.ref }} diff --git a/.github/workflows/rock-update.yaml b/.github/workflows/rock-update.yaml index bb3d103..b264669 100644 --- a/.github/workflows/rock-update.yaml +++ b/.github/workflows/rock-update.yaml @@ -1,4 +1,4 @@ -name: Update ROCK +name: Update rock on: workflow_dispatch: {} diff --git a/2.46.0/rockcraft.yaml b/2.46.0/rockcraft.yaml index e46db77..fddbf26 100644 --- a/2.46.0/rockcraft.yaml +++ b/2.46.0/rockcraft.yaml @@ -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 diff --git a/2.47.2/rockcraft.yaml b/2.47.2/rockcraft.yaml index 761dce3..9db2ef0 100644 --- a/2.47.2/rockcraft.yaml +++ b/2.47.2/rockcraft.yaml @@ -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 diff --git a/2.48.0/rockcraft.yaml b/2.48.0/rockcraft.yaml index ebd17e6..683592a 100644 --- a/2.48.0/rockcraft.yaml +++ b/2.48.0/rockcraft.yaml @@ -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 diff --git a/2.49.1/rockcraft.yaml b/2.49.1/rockcraft.yaml index 229f237..6d50e90 100644 --- a/2.49.1/rockcraft.yaml +++ b/2.49.1/rockcraft.yaml @@ -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 diff --git a/2.50.0/rockcraft.yaml b/2.50.0/rockcraft.yaml index 9f88a1a..c9450eb 100644 --- a/2.50.0/rockcraft.yaml +++ b/2.50.0/rockcraft.yaml @@ -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 diff --git a/2.50.1/rockcraft.yaml b/2.50.1/rockcraft.yaml index 74ce8af..a16b216 100644 --- a/2.50.1/rockcraft.yaml +++ b/2.50.1/rockcraft.yaml @@ -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 diff --git a/README.md b/README.md index 918da95..9a90a4f 100644 --- a/README.md +++ b/README.md @@ -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.