Skip to content
Commits auf Quelle (17)
......@@ -37,7 +37,7 @@ stages:
- cq-sans-dind
lint:
image: ${CI_DEPENDENCY_PROXY_GROUP_IMAGE_PREFIX}/node:21.3.0@sha256:04300613a87512b58a0555a122f35b2fb7a7dd528b6435e87b0d34b67f53a86a
image: ${CI_DEPENDENCY_PROXY_GROUP_IMAGE_PREFIX}/node:21.5.0@sha256:73a9c498369c6e6f864359979c8f4895f28323c07411605e6c870d696a0143fa
cache:
key:
files:
......@@ -105,7 +105,7 @@ docker_build:
when: never
release:
image: ${CI_DEPENDENCY_PROXY_GROUP_IMAGE_PREFIX}/node:21.3.0@sha256:04300613a87512b58a0555a122f35b2fb7a7dd528b6435e87b0d34b67f53a86a
image: ${CI_DEPENDENCY_PROXY_GROUP_IMAGE_PREFIX}/node:21.5.0@sha256:73a9c498369c6e6f864359979c8f4895f28323c07411605e6c870d696a0143fa
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.2](https://git.strausmann.de/bloonix-monitoring/bloonix_base/compare/release-2.6.1...release-2.6.2) (2024-1-11)
### 🐛 Bug Fixes
* **deps:** update dependency npm to v10.3.0 ([061c6d8](https://git.strausmann.de/bloonix-monitoring/bloonix_base/commit/061c6d8a3d1503e1ea9e1a09efcc5175b2a58fec))
### ♻️ Chores
* **deps:** update debian docker tag to v12.4 ([a415b99](https://git.strausmann.de/bloonix-monitoring/bloonix_base/commit/a415b990be203ecb565eb41257ce698e67ebbb1e))
* **deps:** update dependency @semantic-release/gitlab to v13 ([ebff508](https://git.strausmann.de/bloonix-monitoring/bloonix_base/commit/ebff508a2b97f353b100e6ed4fa33771bbb9dce4))
* **deps:** update dependency @semantic-release/gitlab to v13.0.2 ([d7151f7](https://git.strausmann.de/bloonix-monitoring/bloonix_base/commit/d7151f7cbc0af6a79ef416b2ec398b05e08f2ff2))
* **deps:** update devdependencies (non-major) to v18.4.4 ([c8c287a](https://git.strausmann.de/bloonix-monitoring/bloonix_base/commit/c8c287aeaf5b80997f483890b321b1e5e1f4983a))
* **deps:** update node.js to 814a6dc ([d7cf7cf](https://git.strausmann.de/bloonix-monitoring/bloonix_base/commit/d7cf7cf949794d5748a1709f8c89ffbd89b8913a))
* **deps:** update node.js to v21.4.0 ([a802725](https://git.strausmann.de/bloonix-monitoring/bloonix_base/commit/a80272568fd033bc445dd670d6987b676df24318))
* **deps:** update node.js to v21.5.0 ([18c2c45](https://git.strausmann.de/bloonix-monitoring/bloonix_base/commit/18c2c45687126072aedf0465c33afc072edfe4b2))
## [2.6.1](https://git.strausmann.de/bloonix-monitoring/bloonix_base/compare/release-2.6.0...release-2.6.1) (2023-12-15)
......
MIT License
Copyright (c) 2023 Bjoern Strausmann
Copyright (c) 2024 Bjoern Strausmann
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
......
ARG DEBIAN_VERSION=12.2-slim@sha256:93ff361288a7c365614a5791efa3633ce4224542afb6b53a1790330a8e52fc7d
ARG DEBIAN_VERSION=12.4-slim@sha256:45287d89d96414e57c7705aa30cb8f9836ef30ae8897440dd8f06c4cff801eec
ARG FORCE_REBUILD=2023112301
......
Dieser Diff ist reduziert.