Skip to content
Commits auf Quelle (15)
......@@ -8,9 +8,9 @@ stages:
- release
.create_multi_arch_image:
image: docker:27.2.0
image: docker:27.3.1
services:
- name: docker:27.2.0-dind
- name: docker:27.3.1-dind
command: ['--experimental']
variables:
DOCKER_DRIVER: overlay2
......
......@@ -6,6 +6,21 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [2.6.9](https://git.strausmann.de/bloonix-monitoring/bloonix_base/compare/release-2.6.8...release-2.6.9) (2024-10-04)
### 🐛 Bug Fixes
* **deps:** update dependency npm to v10.9.0 ([1635337](https://git.strausmann.de/bloonix-monitoring/bloonix_base/commit/1635337905ac7050842b3fcbc1bee661cd8a743d))
### ♻️ Chores
* **deps:** update debian:12.7-slim docker digest to 7095ea6 ([de60b78](https://git.strausmann.de/bloonix-monitoring/bloonix_base/commit/de60b78daa63405e930e018b966873958ee318ef))
* **deps:** update devdependencies (non-major) (patch) ([9b25f93](https://git.strausmann.de/bloonix-monitoring/bloonix_base/commit/9b25f932c7a8d2f66b55bf8c374928f284e30e44))
* **deps:** update devdependencies (non-major) (patch) ([c32eb52](https://git.strausmann.de/bloonix-monitoring/bloonix_base/commit/c32eb52e7dfa0b949d73928d0b0d0a4d3b719fe3))
* **deps:** update docker docker tag to v27.2.1 ([12700ab](https://git.strausmann.de/bloonix-monitoring/bloonix_base/commit/12700abb42db8406e9d86efca260ba36dd85cc0b))
* **deps:** update docker docker tag to v27.3.0 ([78d343f](https://git.strausmann.de/bloonix-monitoring/bloonix_base/commit/78d343f8f1b3d2bfe3639f68ad9811bba05f2648))
* **deps:** update docker docker tag to v27.3.1 ([4f47455](https://git.strausmann.de/bloonix-monitoring/bloonix_base/commit/4f47455e570289ef82dd1e82d504ee9449f64155))
## [2.6.8](https://git.strausmann.de/bloonix-monitoring/bloonix_base/compare/release-2.6.7...release-2.6.8) (2024-09-06)
### 🐛 Bug Fixes
......
ARG DEBIAN_VERSION=12.7-slim@sha256:903d3225acecaa272bbdd7273c6c312c2af8b73644058838d23a8c9e6e5c82cf
ARG DEBIAN_VERSION=12.7-slim@sha256:7095ea629c4563714b9655137db2eacd456eb3eea0eb8a2b0a4a6b0b187220a9
ARG FORCE_REBUILD=2023112301
......
Dieser Diff ist reduziert.