Skip to content

Commit

Permalink
Merge pull request #258 from Parsifal-M/chore/versions-bump
Browse files Browse the repository at this point in the history
Version Bump before release
  • Loading branch information
Parsifal-M authored Jan 11, 2025
2 parents 8fddab7 + d07f3ed commit 0b830c9
Show file tree
Hide file tree
Showing 7 changed files with 96 additions and 12 deletions.
5 changes: 5 additions & 0 deletions .changeset/green-zebras-impress.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@parsifal-m/plugin-opa-backend': patch
---

Core versions bump
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,6 @@ This repository contains a collection of plugins for [Backstage](https://backsta

- [catalog-backend-module-opa-entity-checker-processor](./plugins/catalog-backend-module-opa-entity-checker-processor) - A Backstage catalog processor that validates entities at ingestion time using the `backstage-opa-backend` plugin and adds an annotation based on the OPA policy evaluation result which can be `error`, `warning` or `info`

## Policies

- [backstage-opa-policies-templates](https://github.com/Parsifal-M/backstage-opa-policies-templates?tab=readme-ov-file#hello) - A collection of policies that can be used with the plugins in this repository. (WIP)

## Additional Documentation

Each Plugin has its own documentation in the [Plugins](./plugins/) Folder, I am however, slowly moving things to [Github pages](https://parsifal-m.github.io/backstage-opa-plugins/#/). Feel free to help out!
Expand Down
2 changes: 1 addition & 1 deletion backstage.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "1.34.1"
"version": "1.34.2"
}
2 changes: 1 addition & 1 deletion packages/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"build-image": "docker build ../.. -f Dockerfile --tag backstage"
},
"dependencies": {
"@backstage/backend-defaults": "^0.6.1",
"@backstage/backend-defaults": "^0.6.2",
"@backstage/backend-plugin-api": "^1.1.0",
"@backstage/backend-tasks": "^0.6.1",
"@backstage/catalog-client": "^1.9.0",
Expand Down
2 changes: 1 addition & 1 deletion plugins/backstage-opa-backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"postpack": "backstage-cli package postpack"
},
"dependencies": {
"@backstage/backend-defaults": "^0.6.1",
"@backstage/backend-defaults": "^0.6.2",
"@backstage/backend-plugin-api": "^1.1.0",
"@backstage/catalog-model": "^1.7.2",
"@backstage/config": "^1.3.1",
Expand Down
2 changes: 1 addition & 1 deletion plugins/opa-demo-backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"postpack": "backstage-cli package postpack"
},
"dependencies": {
"@backstage/backend-defaults": "^0.6.1",
"@backstage/backend-defaults": "^0.6.2",
"@backstage/backend-plugin-api": "^1.1.0",
"@backstage/catalog-client": "^1.9.0",
"@backstage/config": "^1.3.1",
Expand Down
91 changes: 87 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3005,7 +3005,7 @@ __metadata:
languageName: node
linkType: hard

"@backstage/backend-defaults@npm:^0.6.0, @backstage/backend-defaults@npm:^0.6.1":
"@backstage/backend-defaults@npm:^0.6.0":
version: 0.6.1
resolution: "@backstage/backend-defaults@npm:0.6.1"
dependencies:
Expand Down Expand Up @@ -3088,6 +3088,89 @@ __metadata:
languageName: node
linkType: hard

"@backstage/backend-defaults@npm:^0.6.2":
version: 0.6.2
resolution: "@backstage/backend-defaults@npm:0.6.2"
dependencies:
"@aws-sdk/abort-controller": "npm:^3.347.0"
"@aws-sdk/client-codecommit": "npm:^3.350.0"
"@aws-sdk/client-s3": "npm:^3.350.0"
"@aws-sdk/credential-providers": "npm:^3.350.0"
"@aws-sdk/types": "npm:^3.347.0"
"@azure/identity": "npm:^4.0.0"
"@azure/storage-blob": "npm:^12.5.0"
"@backstage/backend-app-api": "npm:^1.1.0"
"@backstage/backend-dev-utils": "npm:^0.1.5"
"@backstage/backend-plugin-api": "npm:^1.1.0"
"@backstage/cli-common": "npm:^0.1.15"
"@backstage/cli-node": "npm:^0.2.11"
"@backstage/config": "npm:^1.3.1"
"@backstage/config-loader": "npm:^1.9.4"
"@backstage/errors": "npm:^1.2.6"
"@backstage/integration": "npm:^1.16.0"
"@backstage/integration-aws-node": "npm:^0.1.14"
"@backstage/plugin-auth-node": "npm:^0.5.5"
"@backstage/plugin-events-node": "npm:^0.4.6"
"@backstage/plugin-permission-node": "npm:^0.8.6"
"@backstage/types": "npm:^1.2.0"
"@google-cloud/storage": "npm:^7.0.0"
"@keyv/memcache": "npm:^2.0.1"
"@keyv/redis": "npm:^4.0.1"
"@manypkg/get-packages": "npm:^1.1.3"
"@octokit/rest": "npm:^19.0.3"
"@opentelemetry/api": "npm:^1.9.0"
"@types/cors": "npm:^2.8.6"
"@types/express": "npm:^4.17.6"
archiver: "npm:^7.0.0"
base64-stream: "npm:^1.0.0"
better-sqlite3: "npm:^11.0.0"
compression: "npm:^1.7.4"
concat-stream: "npm:^2.0.0"
cookie: "npm:^0.7.0"
cors: "npm:^2.8.5"
cron: "npm:^3.0.0"
express: "npm:^4.17.1"
express-promise-router: "npm:^4.1.0"
fs-extra: "npm:^11.2.0"
git-url-parse: "npm:^15.0.0"
helmet: "npm:^6.0.0"
isomorphic-git: "npm:^1.23.0"
jose: "npm:^5.0.0"
keyv: "npm:^5.2.1"
knex: "npm:^3.0.0"
lodash: "npm:^4.17.21"
logform: "npm:^2.3.2"
luxon: "npm:^3.0.0"
minimatch: "npm:^9.0.0"
minimist: "npm:^1.2.5"
mysql2: "npm:^3.0.0"
node-fetch: "npm:^2.7.0"
node-forge: "npm:^1.3.1"
p-limit: "npm:^3.1.0"
p-throttle: "npm:^4.1.1"
path-to-regexp: "npm:^8.0.0"
pg: "npm:^8.11.3"
pg-connection-string: "npm:^2.3.0"
pg-format: "npm:^1.0.4"
raw-body: "npm:^2.4.1"
selfsigned: "npm:^2.0.0"
tar: "npm:^6.1.12"
triple-beam: "npm:^1.4.1"
uuid: "npm:^11.0.0"
winston: "npm:^3.2.1"
winston-transport: "npm:^4.5.0"
yauzl: "npm:^3.0.0"
yn: "npm:^4.0.0"
zod: "npm:^3.22.4"
peerDependencies:
"@google-cloud/cloud-sql-connector": ^1.4.0
peerDependenciesMeta:
"@google-cloud/cloud-sql-connector":
optional: true
checksum: 10/2594282d3f1cdce0b3b537f7c540d7d1430bf01e0960f92e8d8b4f55eaea5458ae515945d15cc58a592e1c3e4c2cb424f9660da0ea92d40145443b992beb2466
languageName: node
linkType: hard

"@backstage/backend-dev-utils@npm:^0.1.5":
version: 0.1.5
resolution: "@backstage/backend-dev-utils@npm:0.1.5"
Expand Down Expand Up @@ -7758,7 +7841,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@internal/backstage-plugin-opa-demo-backend@workspace:plugins/opa-demo-backend"
dependencies:
"@backstage/backend-defaults": "npm:^0.6.1"
"@backstage/backend-defaults": "npm:^0.6.2"
"@backstage/backend-plugin-api": "npm:^1.1.0"
"@backstage/backend-test-utils": "npm:^1.2.0"
"@backstage/catalog-client": "npm:^1.9.0"
Expand Down Expand Up @@ -9829,7 +9912,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@parsifal-m/plugin-opa-backend@workspace:plugins/backstage-opa-backend"
dependencies:
"@backstage/backend-defaults": "npm:^0.6.1"
"@backstage/backend-defaults": "npm:^0.6.2"
"@backstage/backend-plugin-api": "npm:^1.1.0"
"@backstage/backend-test-utils": "npm:^1.2.0"
"@backstage/catalog-model": "npm:^1.7.2"
Expand Down Expand Up @@ -15685,7 +15768,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "backend@workspace:packages/backend"
dependencies:
"@backstage/backend-defaults": "npm:^0.6.1"
"@backstage/backend-defaults": "npm:^0.6.2"
"@backstage/backend-plugin-api": "npm:^1.1.0"
"@backstage/backend-tasks": "npm:^0.6.1"
"@backstage/catalog-client": "npm:^1.9.0"
Expand Down

0 comments on commit 0b830c9

Please sign in to comment.