Skip to content

Commit

Permalink
Backstage 1.33.0 (#69)
Browse files Browse the repository at this point in the history
* yarn upgrade

Signed-off-by: Mathieu Benoit <[email protected]>

* Backstage 1.33

Signed-off-by: Mathieu Benoit <[email protected]>

* Bump Backstage 1.33.0 dependencies

Signed-off-by: Mathieu Benoit <[email protected]>

* tmp folder as emptyDir

* readOnly: false

---------

Signed-off-by: Mathieu Benoit <[email protected]>
  • Loading branch information
mathieu-benoit authored Nov 19, 2024
1 parent 48b2bb5 commit 272e412
Show file tree
Hide file tree
Showing 8 changed files with 1,794 additions and 1,588 deletions.
2 changes: 1 addition & 1 deletion backstage.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "1.32.4"
"version": "1.33.0"
}
4 changes: 4 additions & 0 deletions humanitec.score.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
apiVersion: humanitec.org/v1b1
profile: humanitec/default-module
spec:
volumes:
tmp:
type: emptyDir
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@
},
"dependencies": {
"@types/react": "^18",
"@types/react-dom": "^18"
"@types/react-dom": "^18",
"jsonpath-plus": "^10.0.0"
},
"packageManager": "[email protected]+sha512.ca75da26c00327d26267ce33536e5790f18ebd53266796fbb664d2a4a5116308042dd8ee7003b276a20eace7d3c5561c3577bdd71bcb67071187af124779620a"
}
6 changes: 3 additions & 3 deletions packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@
"@backstage-community/plugin-tech-radar": "^1.0.0",
"@backstage/app-defaults": "^1.5.12",
"@backstage/catalog-model": "^1.7.0",
"@backstage/cli": "^0.28.2",
"@backstage/cli": "^0.29.0",
"@backstage/core-app-api": "^1.15.1",
"@backstage/core-components": "^0.15.1",
"@backstage/core-components": "^0.16.0",
"@backstage/core-plugin-api": "^1.10.0",
"@backstage/integration-react": "^1.2.0",
"@backstage/plugin-api-docs": "^0.11.11",
"@backstage/plugin-api-docs": "^0.12.0",
"@backstage/plugin-catalog": "^1.24.0",
"@backstage/plugin-catalog-common": "^1.1.0",
"@backstage/plugin-catalog-graph": "^0.4.11",
Expand Down
4 changes: 2 additions & 2 deletions packages/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"@backstage/backend-defaults": "^0.5.2",
"@backstage/backend-tasks": "^0.6.1",
"@backstage/config": "^1.2.0",
"@backstage/plugin-app-backend": "^0.3.76",
"@backstage/plugin-auth-backend": "^0.23.1",
"@backstage/plugin-app-backend": "^0.4.0",
"@backstage/plugin-auth-backend": "^0.24.0",
"@backstage/plugin-auth-backend-module-github-provider": "^0.2.1",
"@backstage/plugin-auth-backend-module-guest-provider": "^0.2.1",
"@backstage/plugin-auth-node": "^0.5.3",
Expand Down
5 changes: 5 additions & 0 deletions score.5min.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,11 @@ containers:
CLOUD_PROVIDER: ${resources.env.CLOUD_PROVIDER}
NODE_TLS_REJECT_UNAUTHORIZED: "0"

volumes:
- source: volumes.tmp
target: /tmp
readOnly: false

resources:
env:
type: environment
Expand Down
5 changes: 5 additions & 0 deletions score.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,11 @@ containers:
privateKey: |
${resources.env.GITHUB_APP_PRIVATE_KEY}
volumes:
- source: volumes.tmp
target: /tmp
readOnly: false

resources:
env:
type: environment
Expand Down
Loading

0 comments on commit 272e412

Please sign in to comment.