Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions .changeset/crisp-chairs-follow.md

This file was deleted.

6 changes: 6 additions & 0 deletions plugins/renovate-backend-module-runtime-direct/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @secustor/backstage-plugin-renovate-backend-module-runtime-direct

## 4.0.1

### Patch Changes

- [#996](https://github.com/secustor/backstage-plugins/pull/996) [`bcb7b31`](https://github.com/secustor/backstage-plugins/commit/bcb7b31d5bba4b61fbd592a35c6f2e6d39d5ed6e) Thanks [@renovate](https://github.com/apps/renovate)! - Bump Renovate to 43.77.2 to fix critical vulnerability

## 4.0.0

### Major Changes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@secustor/backstage-plugin-renovate-backend-module-runtime-direct",
"description": "The runtime-direct backend module for the renovate plugin.",
"version": "4.0.0",
"version": "4.0.1",
"engines": {
"node": ">=22.13.0"
},
Expand Down
6 changes: 6 additions & 0 deletions plugins/renovate-backend-module-runtime-docker/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @secustor/backstage-plugin-renovate-backend-module-runtime-docker

## 4.0.1

### Patch Changes

- [#996](https://github.com/secustor/backstage-plugins/pull/996) [`bcb7b31`](https://github.com/secustor/backstage-plugins/commit/bcb7b31d5bba4b61fbd592a35c6f2e6d39d5ed6e) Thanks [@renovate](https://github.com/apps/renovate)! - Bump Renovate to 43.77.2 to fix critical vulnerability

## 4.0.0

### Major Changes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@secustor/backstage-plugin-renovate-backend-module-runtime-docker",
"description": "The runtime-docker backend module for the renovate plugin.",
"version": "4.0.0",
"version": "4.0.1",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "LGPL-3.0-or-later",
Expand Down