Skip to content
Commits auf Quelle (17)
......@@ -8,9 +8,9 @@ stages:
- release
.create_multi_arch_image:
image: docker:24.0.9
image: docker:25.0.3
services:
- name: docker:24.0.9-dind
- name: docker:25.0.3-dind
command: ['--experimental']
variables:
DOCKER_DRIVER: overlay2
......@@ -37,7 +37,7 @@ stages:
- cq-sans-dind
lint:
image: ${CI_DEPENDENCY_PROXY_GROUP_IMAGE_PREFIX}/node:21.6.1@sha256:3af9f785cb8fc1a9c60a77c7b31b1ba7f5c74a066d142c996fbce61d2420dd8c
image: ${CI_DEPENDENCY_PROXY_GROUP_IMAGE_PREFIX}/node:21.6.2@sha256:65998e325b06014d4f1417a8a6afb1540d1ac66521cca76f2221a6953947f9ee
cache:
key:
files:
......@@ -105,7 +105,7 @@ docker_build:
when: never
release:
image: ${CI_DEPENDENCY_PROXY_GROUP_IMAGE_PREFIX}/node:21.6.1@sha256:3af9f785cb8fc1a9c60a77c7b31b1ba7f5c74a066d142c996fbce61d2420dd8c
image: ${CI_DEPENDENCY_PROXY_GROUP_IMAGE_PREFIX}/node:21.6.2@sha256:65998e325b06014d4f1417a8a6afb1540d1ac66521cca76f2221a6953947f9ee
stage: release
cache:
key:
......
......@@ -6,6 +6,24 @@ 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.4](https://git.strausmann.de/bloonix-monitoring/bloonix_base/compare/release-2.6.3...release-2.6.4) (2024-2-29)
### 🐛 Bug Fixes
* **deps:** update dependency npm to v10.5.0 ([3a30b63](https://git.strausmann.de/bloonix-monitoring/bloonix_base/commit/3a30b63e0db5234256ecf1ae7b66abb84e246597))
### ♻️ Chores
* **deps:** update debian docker tag to v12.5 ([31b2348](https://git.strausmann.de/bloonix-monitoring/bloonix_base/commit/31b2348e4e45bd3cb9223e9585b941e733763926))
* **deps:** update dependency @semantic-release/gitlab to v13.0.3 ([086d3a8](https://git.strausmann.de/bloonix-monitoring/bloonix_base/commit/086d3a8e91d507b3c5f64818b0e60e4bf162a4fd))
* **deps:** update devdependencies (non-major) ([bb2ba87](https://git.strausmann.de/bloonix-monitoring/bloonix_base/commit/bb2ba876e5e0a9f59b7aba712a976a5e7541dd22))
* **deps:** update docker docker tag to v25 ([c666eaa](https://git.strausmann.de/bloonix-monitoring/bloonix_base/commit/c666eaa423a41fd0a7ced32e9e9d5c2ba819dad7))
* **deps:** update node.js to 5951e42 ([a6661be](https://git.strausmann.de/bloonix-monitoring/bloonix_base/commit/a6661be0cf19b74af351a765b28cc2f0bbdda364))
* **deps:** update node.js to 65998e3 ([9b30e51](https://git.strausmann.de/bloonix-monitoring/bloonix_base/commit/9b30e513a3faceabe2e2a7f048eb0b5fec1d4119))
* **deps:** update node.js to v21.6.2 ([01a6bc0](https://git.strausmann.de/bloonix-monitoring/bloonix_base/commit/01a6bc023d246ded278e36153bf8033487d68378))
## [2.6.3](https://git.strausmann.de/bloonix-monitoring/bloonix_base/compare/release-2.6.2...release-2.6.3) (2024-2-9)
......
ARG DEBIAN_VERSION=12.4-slim@sha256:36a9d3bcaaec706e27b973bb303018002633fd3be7c2ac367d174bafce52e84e
ARG DEBIAN_VERSION=12.5-slim@sha256:6bdbd579ba71f6855deecf57e64524921aed6b97ff1e5195436f244d2cb42b12
ARG FORCE_REBUILD=2023112301
......
Dieser Diff ist reduziert.