@itentialopensource/adapter-bitbucket 0.5.3 → 0.5.5
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 +16 -0
- package/metadata.json +5 -11
- package/package.json +1 -1
- package/refs?service=git-upload-pack +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,20 @@
|
|
|
1
1
|
|
|
2
|
+
## 0.5.5 [03-15-2024]
|
|
3
|
+
|
|
4
|
+
* Update metadata.json
|
|
5
|
+
|
|
6
|
+
See merge request itentialopensource/adapters/devops-netops/adapter-bitbucket!17
|
|
7
|
+
|
|
8
|
+
---
|
|
9
|
+
|
|
10
|
+
## 0.5.4 [03-11-2024]
|
|
11
|
+
|
|
12
|
+
* Changes made at 2024.03.11_13:24PM
|
|
13
|
+
|
|
14
|
+
See merge request itentialopensource/adapters/devops-netops/adapter-bitbucket!16
|
|
15
|
+
|
|
16
|
+
---
|
|
17
|
+
|
|
2
18
|
## 0.5.3 [02-26-2024]
|
|
3
19
|
|
|
4
20
|
* Changes made at 2024.02.26_13:49PM
|
package/metadata.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "adapter-bitbucket",
|
|
3
|
-
"webName": "Adapter for Integration to Bitbucket Cloud",
|
|
4
|
-
"vendor": "
|
|
3
|
+
"webName": "Adapter for Integration to Atlassian Bitbucket Cloud",
|
|
4
|
+
"vendor": "Atlassian",
|
|
5
5
|
"product": "Bitbucket Cloud",
|
|
6
6
|
"osVersion": [],
|
|
7
7
|
"apiVersions": [
|
|
@@ -19,16 +19,10 @@
|
|
|
19
19
|
"CI/CD"
|
|
20
20
|
],
|
|
21
21
|
"tags": [
|
|
22
|
-
"
|
|
23
|
-
"Version Control",
|
|
24
|
-
"Build and Deploy"
|
|
22
|
+
"CI/CD & Self-Service"
|
|
25
23
|
],
|
|
26
24
|
"useCases": [
|
|
27
|
-
"
|
|
28
|
-
"Create, update, manage and remove Projects",
|
|
29
|
-
"Automated Deployment of a new System, Application or Project",
|
|
30
|
-
"Versioning of Infrastructure Configuration",
|
|
31
|
-
"Automation of Network Configuration Changes from Repository"
|
|
25
|
+
"CI/CD Pipeline"
|
|
32
26
|
],
|
|
33
27
|
"deprecated": {
|
|
34
28
|
"isDeprecated": false
|
|
@@ -73,4 +67,4 @@
|
|
|
73
67
|
"transformationProjects": [],
|
|
74
68
|
"exampleProjects": []
|
|
75
69
|
}
|
|
76
|
-
}
|
|
70
|
+
}
|
package/package.json
CHANGED
|
Binary file
|