Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version Packages (jenkins) #3209

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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

This file was deleted.

5 changes: 0 additions & 5 deletions workspaces/jenkins/.changeset/jenkins-one-thread.md

This file was deleted.

5 changes: 0 additions & 5 deletions workspaces/jenkins/.changeset/thin-lizards-dream.md

This file was deleted.

8 changes: 0 additions & 8 deletions workspaces/jenkins/.changeset/version-bump-1-37-0.md

This file was deleted.

14 changes: 14 additions & 0 deletions workspaces/jenkins/plugins/jenkins-backend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @backstage-community/plugin-jenkins-backend

## 0.13.0

### Minor Changes

- 9c592af: Backstage version bump to v1.37.0

### Patch Changes

- 319b23a: Fixed a bug that prevented the backend from starting if no config was provided.
- 319b23a: Updated config schema to indicate that _either_ a `jenkins.instances` array should be provided _or_ `jenkins.baseUrl`, `jenkins.username`, and `jenkins.apiKey`, but never both.
- 5d074b1: Sanitize user input in router before using values in API
- Updated dependencies [9c592af]
- @backstage-community/[email protected]

## 0.12.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion workspaces/jenkins/plugins/jenkins-backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@backstage-community/plugin-jenkins-backend",
"version": "0.12.1",
"version": "0.13.0",
"description": "A Backstage backend plugin that integrates towards Jenkins",
"backstage": {
"role": "backend-plugin",
Expand Down
6 changes: 6 additions & 0 deletions workspaces/jenkins/plugins/jenkins-common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @backstage-community/plugin-jenkins-common

## 0.5.0

### Minor Changes

- 9c592af: Backstage version bump to v1.37.0

## 0.4.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion workspaces/jenkins/plugins/jenkins-common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@backstage-community/plugin-jenkins-common",
"version": "0.4.0",
"version": "0.5.0",
"backstage": {
"role": "common-library",
"pluginId": "jenkins",
Expand Down
11 changes: 11 additions & 0 deletions workspaces/jenkins/plugins/jenkins/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @backstage-community/plugin-jenkins

## 0.18.0

### Minor Changes

- 9c592af: Backstage version bump to v1.37.0

### Patch Changes

- Updated dependencies [9c592af]
- @backstage-community/[email protected]

## 0.17.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion workspaces/jenkins/plugins/jenkins/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@backstage-community/plugin-jenkins",
"version": "0.17.0",
"version": "0.18.0",
"description": "A Backstage plugin that integrates towards Jenkins",
"backstage": {
"role": "frontend-plugin",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @backstage-community/plugin-scaffolder-backend-module-jenkins

## 0.6.0

### Minor Changes

- 9c592af: Backstage version bump to v1.37.0

## 0.5.0

### Minor Changes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@backstage-community/plugin-scaffolder-backend-module-jenkins",
"description": "Scaffolder plugin for Jenkins",
"version": "0.5.0",
"version": "0.6.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down