@backstage/plugin-catalog-backend-module-bitbucket-cloud 0.4.8-next.3 → 0.4.9-next.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +32 -0
- package/package.json +12 -12
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,37 @@
|
|
|
1
1
|
# @backstage/plugin-catalog-backend-module-bitbucket-cloud
|
|
2
2
|
|
|
3
|
+
## 0.4.9-next.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
- @backstage/backend-plugin-api@1.4.0-next.0
|
|
9
|
+
- @backstage/plugin-catalog-node@1.17.1-next.0
|
|
10
|
+
- @backstage/plugin-events-node@0.4.12-next.0
|
|
11
|
+
|
|
12
|
+
## 0.4.8
|
|
13
|
+
|
|
14
|
+
### Patch Changes
|
|
15
|
+
|
|
16
|
+
- 3bce578: Support Bitbucket Cloud's `repo:updated` events at `BitbucketCloudEntityProvider`.
|
|
17
|
+
|
|
18
|
+
To make use of the new event type, you have to configure your webhook or add a new ones
|
|
19
|
+
that delivers this event type to Backstage similar to `repo:push` before.
|
|
20
|
+
|
|
21
|
+
Only `repo:updated` events that modify a repository's URL (e.g., due to a name change)
|
|
22
|
+
will cause changes (removing the "old", adding the "new" repository).
|
|
23
|
+
|
|
24
|
+
- Updated dependencies
|
|
25
|
+
- @backstage/integration@1.17.0
|
|
26
|
+
- @backstage/plugin-bitbucket-cloud-common@0.3.0
|
|
27
|
+
- @backstage/catalog-model@1.7.4
|
|
28
|
+
- @backstage/plugin-catalog-node@1.17.0
|
|
29
|
+
- @backstage/backend-plugin-api@1.3.1
|
|
30
|
+
- @backstage/catalog-client@1.10.0
|
|
31
|
+
- @backstage/config@1.3.2
|
|
32
|
+
- @backstage/plugin-catalog-common@1.1.4
|
|
33
|
+
- @backstage/plugin-events-node@0.4.11
|
|
34
|
+
|
|
3
35
|
## 0.4.8-next.3
|
|
4
36
|
|
|
5
37
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-catalog-backend-module-bitbucket-cloud",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.9-next.0",
|
|
4
4
|
"description": "A Backstage catalog backend module that helps integrate towards Bitbucket Cloud",
|
|
5
5
|
"backstage": {
|
|
6
6
|
"role": "backend-plugin-module",
|
|
@@ -65,21 +65,21 @@
|
|
|
65
65
|
"test": "backstage-cli package test"
|
|
66
66
|
},
|
|
67
67
|
"dependencies": {
|
|
68
|
-
"@backstage/backend-plugin-api": "1.
|
|
69
|
-
"@backstage/catalog-client": "1.10.0
|
|
70
|
-
"@backstage/catalog-model": "1.7.
|
|
68
|
+
"@backstage/backend-plugin-api": "1.4.0-next.0",
|
|
69
|
+
"@backstage/catalog-client": "1.10.0",
|
|
70
|
+
"@backstage/catalog-model": "1.7.4",
|
|
71
71
|
"@backstage/config": "1.3.2",
|
|
72
|
-
"@backstage/integration": "1.17.0
|
|
73
|
-
"@backstage/plugin-bitbucket-cloud-common": "0.3.0
|
|
74
|
-
"@backstage/plugin-catalog-common": "1.1.4
|
|
75
|
-
"@backstage/plugin-catalog-node": "1.17.
|
|
76
|
-
"@backstage/plugin-events-node": "0.4.
|
|
72
|
+
"@backstage/integration": "1.17.0",
|
|
73
|
+
"@backstage/plugin-bitbucket-cloud-common": "0.3.0",
|
|
74
|
+
"@backstage/plugin-catalog-common": "1.1.4",
|
|
75
|
+
"@backstage/plugin-catalog-node": "1.17.1-next.0",
|
|
76
|
+
"@backstage/plugin-events-node": "0.4.12-next.0",
|
|
77
77
|
"uuid": "^11.0.0"
|
|
78
78
|
},
|
|
79
79
|
"devDependencies": {
|
|
80
|
-
"@backstage/backend-test-utils": "1.
|
|
81
|
-
"@backstage/cli": "0.32.1
|
|
82
|
-
"@backstage/plugin-events-backend-test-utils": "0.1.
|
|
80
|
+
"@backstage/backend-test-utils": "1.6.0-next.0",
|
|
81
|
+
"@backstage/cli": "0.32.1",
|
|
82
|
+
"@backstage/plugin-events-backend-test-utils": "0.1.45-next.0",
|
|
83
83
|
"luxon": "^3.0.0",
|
|
84
84
|
"msw": "^1.0.0"
|
|
85
85
|
},
|