From 0043eb94773ce2f2d7c1b6a742a32f37f7c09e27 Mon Sep 17 00:00:00 2001 From: Fabien Boucher Date: Tue, 13 Feb 2024 08:43:32 +0000 Subject: [PATCH] patch release 1.11.1 --- CHANGELOG.md | 9 +++++++-- README.md | 2 +- docker-compose.yml | 4 ++-- k8s/api-deployment.yaml | 2 +- k8s/crawler-deployment.yaml | 2 +- monocle.cabal | 2 +- 6 files changed, 13 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e295aa8a4..d8d4d555b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,12 +3,17 @@ All notable changes to this project will be documented in this file. ## [master] +### Added +### Changed +### Removed +### Fixed + +## [1.11.1] - 2024-02-13 + ### Added - [api] add http_request and http_request_error metrics counter. -### Changed -### Removed ### Fixed - [janitor] `update-idents` unables to process when some Error docs are in the index. diff --git a/README.md b/README.md index e4ada5232..29f9ce415 100644 --- a/README.md +++ b/README.md @@ -86,7 +86,7 @@ the configuration. ### Start docker-compose The docker-compose file is set to use the container image of the latest stable -release of Monocle (1.11.0). It is adviced to use the latest stable Monocle version. +release of Monocle (1.11.1). It is adviced to use the latest stable Monocle version. However, as our CI publishes the latest (devel) container image then it is possible to run the very last version. To do so set `COMPOSE_MONOCLE_VERSION` to `latest` in the `.env` file. diff --git a/docker-compose.yml b/docker-compose.yml index 105dd95fc..ff5773db9 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -15,7 +15,7 @@ services: retries: 6 test: "curl --silent --fail localhost:8080/health || exit 1" timeout: "60s" - image: "quay.io/change-metrics/monocle:${COMPOSE_MONOCLE_VERSION:-1.11.0}" + image: "quay.io/change-metrics/monocle:${COMPOSE_MONOCLE_VERSION:-1.11.1}" ports: - "${COMPOSE_MONOCLE_API_ADDR:-0.0.0.0}:${COMPOSE_MONOCLE_API_PORT:-8080}:8080" restart: unless-stopped @@ -33,7 +33,7 @@ services: retries: 6 test: "curl --silent --fail localhost:9001/health || exit 1" timeout: "60s" - image: "quay.io/change-metrics/monocle:${COMPOSE_MONOCLE_VERSION:-1.11.0}" + image: "quay.io/change-metrics/monocle:${COMPOSE_MONOCLE_VERSION:-1.11.1}" restart: unless-stopped volumes: - "./etc:/etc/monocle:z" diff --git a/k8s/api-deployment.yaml b/k8s/api-deployment.yaml index 78756f256..669f37494 100644 --- a/k8s/api-deployment.yaml +++ b/k8s/api-deployment.yaml @@ -29,7 +29,7 @@ spec: env: - name: MONOCLE_ELASTIC_URL value: http://elastic:9200 - image: quay.io/change-metrics/monocle:1.11.0 + image: quay.io/change-metrics/monocle:1.11.1 livenessProbe: httpGet: path: /health diff --git a/k8s/crawler-deployment.yaml b/k8s/crawler-deployment.yaml index c543736dc..6fb9ce95c 100644 --- a/k8s/crawler-deployment.yaml +++ b/k8s/crawler-deployment.yaml @@ -29,7 +29,7 @@ spec: env: - name: MONOCLE_PUBLIC_URL value: http://api:8080 - image: quay.io/change-metrics/monocle:1.10.0 + image: quay.io/change-metrics/monocle:1.11.0 name: crawler resources: {} livenessProbe: diff --git a/monocle.cabal b/monocle.cabal index 6987dad95..3ae4dc712 100644 --- a/monocle.cabal +++ b/monocle.cabal @@ -1,6 +1,6 @@ cabal-version: 3.0 name: monocle -version: 1.11.0 +version: 1.11.1 homepage: https://github.com/change-metrics/monocle#readme bug-reports: https://github.com/change-metrics/monocle/issues license: AGPL-3.0-only