@backstage-community/plugin-ocm-backend 5.2.1
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 +639 -0
- package/README.md +5 -0
- package/config.d.ts +71 -0
- package/dist/bundle.cjs.js +19 -0
- package/dist/bundle.cjs.js.map +1 -0
- package/dist/constants.cjs.js +10 -0
- package/dist/constants.cjs.js.map +1 -0
- package/dist/helpers/config.cjs.js +80 -0
- package/dist/helpers/config.cjs.js.map +1 -0
- package/dist/helpers/kubernetes.cjs.js +106 -0
- package/dist/helpers/kubernetes.cjs.js.map +1 -0
- package/dist/helpers/parser.cjs.js +81 -0
- package/dist/helpers/parser.cjs.js.map +1 -0
- package/dist/index.cjs.js +16 -0
- package/dist/index.cjs.js.map +1 -0
- package/dist/index.d.ts +41 -0
- package/dist/providers/ManagedClusterProvider.cjs.js +148 -0
- package/dist/providers/ManagedClusterProvider.cjs.js.map +1 -0
- package/dist/providers/module.cjs.js +38 -0
- package/dist/providers/module.cjs.js.map +1 -0
- package/dist/schema/openapi.generated.cjs.js +301 -0
- package/dist/schema/openapi.generated.cjs.js.map +1 -0
- package/dist/service/router.cjs.js +125 -0
- package/dist/service/router.cjs.js.map +1 -0
- package/package.json +94 -0
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,639 @@
|
|
|
1
|
+
### Dependencies
|
|
2
|
+
|
|
3
|
+
## 5.2.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 22a79d1: Migrated from [janus-idp/backstage-plugins](https://github.com/janus-idp/backstage-plugins).
|
|
8
|
+
- Updated dependencies [22a79d1]
|
|
9
|
+
- @backstage-community/plugin-ocm-common@3.6.1
|
|
10
|
+
|
|
11
|
+
## 5.2.0
|
|
12
|
+
|
|
13
|
+
### Minor Changes
|
|
14
|
+
|
|
15
|
+
- 8244f28: chore(deps): update to backstage 1.32
|
|
16
|
+
|
|
17
|
+
### Patch Changes
|
|
18
|
+
|
|
19
|
+
- Updated dependencies [8244f28]
|
|
20
|
+
- @backstage-community/plugin-ocm-common@3.6.0
|
|
21
|
+
|
|
22
|
+
## 5.1.2
|
|
23
|
+
|
|
24
|
+
### Patch Changes
|
|
25
|
+
|
|
26
|
+
- 7342e9b: chore: remove @janus-idp/cli dep and relink local packages
|
|
27
|
+
|
|
28
|
+
This update removes `@janus-idp/cli` from all plugins, as it’s no longer necessary. Additionally, packages are now correctly linked with a specified version.
|
|
29
|
+
|
|
30
|
+
## 5.1.1
|
|
31
|
+
|
|
32
|
+
### Patch Changes
|
|
33
|
+
|
|
34
|
+
- ffe2546: Fix CVE-2024-21534 by upgrading @kubernetes/client-node package to 0.22.1
|
|
35
|
+
|
|
36
|
+
## 5.1.0
|
|
37
|
+
|
|
38
|
+
### Minor Changes
|
|
39
|
+
|
|
40
|
+
- d9551ae: feat(deps): update to backstage 1.31
|
|
41
|
+
|
|
42
|
+
### Patch Changes
|
|
43
|
+
|
|
44
|
+
- d9551ae: Change local package references to a `*`
|
|
45
|
+
- d9551ae: change deps to peer deps in common packages
|
|
46
|
+
- d9551ae: pin the @janus-idp/cli package
|
|
47
|
+
- d9551ae: upgrade to yarn v3
|
|
48
|
+
- d9551ae: Change the export-dynamic script to no longer use any flags and remove the tracking of the dist-dynamic folder
|
|
49
|
+
- Updated dependencies [d9551ae]
|
|
50
|
+
- Updated dependencies [d9551ae]
|
|
51
|
+
- Updated dependencies [d9551ae]
|
|
52
|
+
- @backstage-community/plugin-ocm-common@3.5.0
|
|
53
|
+
|
|
54
|
+
* **@janus-idp/cli:** upgraded to 1.15.2
|
|
55
|
+
|
|
56
|
+
### Dependencies
|
|
57
|
+
|
|
58
|
+
- **@backstage-community/plugin-ocm-common:** upgraded to 3.4.1
|
|
59
|
+
|
|
60
|
+
### Dependencies
|
|
61
|
+
|
|
62
|
+
- **@janus-idp/cli:** upgraded to 1.15.1
|
|
63
|
+
|
|
64
|
+
### Dependencies
|
|
65
|
+
|
|
66
|
+
- **@janus-idp/cli:** upgraded to 1.15.0
|
|
67
|
+
|
|
68
|
+
### Dependencies
|
|
69
|
+
|
|
70
|
+
- **@backstage-community/plugin-ocm-common:** upgraded to 3.4.0
|
|
71
|
+
- **@janus-idp/cli:** upgraded to 1.14.0
|
|
72
|
+
|
|
73
|
+
### Dependencies
|
|
74
|
+
|
|
75
|
+
- **@janus-idp/cli:** upgraded to 1.13.2
|
|
76
|
+
|
|
77
|
+
### Dependencies
|
|
78
|
+
|
|
79
|
+
- **@janus-idp/cli:** upgraded to 1.13.1
|
|
80
|
+
|
|
81
|
+
## @backstage-community/plugin-ocm-backend [4.3.0](https://github.com/janus-idp/backstage-plugins/compare/@backstage-community/plugin-ocm-backend@4.2.0...@backstage-community/plugin-ocm-backend@4.3.0) (2024-07-26)
|
|
82
|
+
|
|
83
|
+
### Features
|
|
84
|
+
|
|
85
|
+
- **deps:** update to backstage 1.29 ([#1900](https://github.com/janus-idp/backstage-plugins/issues/1900)) ([f53677f](https://github.com/janus-idp/backstage-plugins/commit/f53677fb02d6df43a9de98c43a9f101a6db76802))
|
|
86
|
+
|
|
87
|
+
### Dependencies
|
|
88
|
+
|
|
89
|
+
- **@backstage-community/plugin-ocm-common:** upgraded to 3.3.0
|
|
90
|
+
|
|
91
|
+
## @backstage-community/plugin-ocm-backend [4.2.0](https://github.com/janus-idp/backstage-plugins/compare/@backstage-community/plugin-ocm-backend@4.1.2...@backstage-community/plugin-ocm-backend@4.2.0) (2024-07-24)
|
|
92
|
+
|
|
93
|
+
### Features
|
|
94
|
+
|
|
95
|
+
- **deps:** update to backstage 1.28 ([#1891](https://github.com/janus-idp/backstage-plugins/issues/1891)) ([1ba1108](https://github.com/janus-idp/backstage-plugins/commit/1ba11088e0de60e90d138944267b83600dc446e5))
|
|
96
|
+
|
|
97
|
+
### Dependencies
|
|
98
|
+
|
|
99
|
+
- **@backstage-community/plugin-ocm-common:** upgraded to 3.2.0
|
|
100
|
+
|
|
101
|
+
## @backstage-community/plugin-ocm-backend [4.1.2](https://github.com/janus-idp/backstage-plugins/compare/@backstage-community/plugin-ocm-backend@4.1.1...@backstage-community/plugin-ocm-backend@4.1.2) (2024-06-25)
|
|
102
|
+
|
|
103
|
+
## @backstage-community/plugin-ocm-backend [4.1.1](https://github.com/janus-idp/backstage-plugins/compare/@backstage-community/plugin-ocm-backend@4.1.0...@backstage-community/plugin-ocm-backend@4.1.1) (2024-06-19)
|
|
104
|
+
|
|
105
|
+
### Dependencies
|
|
106
|
+
|
|
107
|
+
- **@janus-idp/cli:** upgraded to 1.11.1
|
|
108
|
+
|
|
109
|
+
## @backstage-community/plugin-ocm-backend [4.1.0](https://github.com/janus-idp/backstage-plugins/compare/@backstage-community/plugin-ocm-backend@4.0.9...@backstage-community/plugin-ocm-backend@4.1.0) (2024-06-13)
|
|
110
|
+
|
|
111
|
+
### Features
|
|
112
|
+
|
|
113
|
+
- **deps:** update to backstage 1.27 ([#1683](https://github.com/janus-idp/backstage-plugins/issues/1683)) ([a14869c](https://github.com/janus-idp/backstage-plugins/commit/a14869c3f4177049cb8d6552b36c3ffd17e7997d))
|
|
114
|
+
|
|
115
|
+
### Dependencies
|
|
116
|
+
|
|
117
|
+
- **@backstage-community/plugin-ocm-common:** upgraded to 3.1.0
|
|
118
|
+
- **@janus-idp/cli:** upgraded to 1.11.0
|
|
119
|
+
|
|
120
|
+
## @backstage-community/plugin-ocm-backend [4.0.9](https://github.com/janus-idp/backstage-plugins/compare/@backstage-community/plugin-ocm-backend@4.0.8...@backstage-community/plugin-ocm-backend@4.0.9) (2024-06-13)
|
|
121
|
+
|
|
122
|
+
### Dependencies
|
|
123
|
+
|
|
124
|
+
- **@janus-idp/cli:** upgraded to 1.10.1
|
|
125
|
+
|
|
126
|
+
## @backstage-community/plugin-ocm-backend [4.0.8](https://github.com/janus-idp/backstage-plugins/compare/@backstage-community/plugin-ocm-backend@4.0.7...@backstage-community/plugin-ocm-backend@4.0.8) (2024-06-05)
|
|
127
|
+
|
|
128
|
+
### Dependencies
|
|
129
|
+
|
|
130
|
+
- **@janus-idp/cli:** upgraded to 1.10.0
|
|
131
|
+
|
|
132
|
+
## @backstage-community/plugin-ocm-backend [4.0.7](https://github.com/janus-idp/backstage-plugins/compare/@backstage-community/plugin-ocm-backend@4.0.6...@backstage-community/plugin-ocm-backend@4.0.7) (2024-06-04)
|
|
133
|
+
|
|
134
|
+
### Dependencies
|
|
135
|
+
|
|
136
|
+
- **@backstage-community/plugin-ocm-common:** upgraded to 3.0.2
|
|
137
|
+
|
|
138
|
+
## @backstage-community/plugin-ocm-backend [4.0.6](https://github.com/janus-idp/backstage-plugins/compare/@backstage-community/plugin-ocm-backend@4.0.5...@backstage-community/plugin-ocm-backend@4.0.6) (2024-06-03)
|
|
139
|
+
|
|
140
|
+
### Dependencies
|
|
141
|
+
|
|
142
|
+
- **@janus-idp/cli:** upgraded to 1.9.0
|
|
143
|
+
|
|
144
|
+
## @backstage-community/plugin-ocm-backend [4.0.5](https://github.com/janus-idp/backstage-plugins/compare/@backstage-community/plugin-ocm-backend@4.0.4...@backstage-community/plugin-ocm-backend@4.0.5) (2024-05-29)
|
|
145
|
+
|
|
146
|
+
### Dependencies
|
|
147
|
+
|
|
148
|
+
- **@janus-idp/cli:** upgraded to 1.8.10
|
|
149
|
+
|
|
150
|
+
## @backstage-community/plugin-ocm-backend [4.0.4](https://github.com/janus-idp/backstage-plugins/compare/@backstage-community/plugin-ocm-backend@4.0.3...@backstage-community/plugin-ocm-backend@4.0.4) (2024-05-29)
|
|
151
|
+
|
|
152
|
+
### Dependencies
|
|
153
|
+
|
|
154
|
+
- **@janus-idp/cli:** upgraded to 1.8.9
|
|
155
|
+
|
|
156
|
+
## @backstage-community/plugin-ocm-backend [4.0.3](https://github.com/janus-idp/backstage-plugins/compare/@backstage-community/plugin-ocm-backend@4.0.2...@backstage-community/plugin-ocm-backend@4.0.3) (2024-05-16)
|
|
157
|
+
|
|
158
|
+
### Dependencies
|
|
159
|
+
|
|
160
|
+
- **@janus-idp/cli:** upgraded to 1.8.7
|
|
161
|
+
|
|
162
|
+
## @backstage-community/plugin-ocm-backend [4.0.2](https://github.com/janus-idp/backstage-plugins/compare/@backstage-community/plugin-ocm-backend@4.0.1...@backstage-community/plugin-ocm-backend@4.0.2) (2024-05-09)
|
|
163
|
+
|
|
164
|
+
### Dependencies
|
|
165
|
+
|
|
166
|
+
- **@backstage-community/plugin-ocm-common:** upgraded to 3.0.1
|
|
167
|
+
- **@janus-idp/cli:** upgraded to 1.8.6
|
|
168
|
+
|
|
169
|
+
## @backstage-community/plugin-ocm-backend [4.0.1](https://github.com/janus-idp/backstage-plugins/compare/@backstage-community/plugin-ocm-backend@4.0.0...@backstage-community/plugin-ocm-backend@4.0.1) (2024-05-06)
|
|
170
|
+
|
|
171
|
+
### Bug Fixes
|
|
172
|
+
|
|
173
|
+
- **ocm:** update ocm frontend plugin readme ([#1611](https://github.com/janus-idp/backstage-plugins/issues/1611)) ([9960cc0](https://github.com/janus-idp/backstage-plugins/commit/9960cc0c2d611cdd1ee10a82ed02b7be9becefcf))
|
|
174
|
+
|
|
175
|
+
## @backstage-community/plugin-ocm-backend [4.0.0](https://github.com/janus-idp/backstage-plugins/compare/@backstage-community/plugin-ocm-backend@3.6.5...@backstage-community/plugin-ocm-backend@4.0.0) (2024-05-04)
|
|
176
|
+
|
|
177
|
+
### ⚠ BREAKING CHANGES
|
|
178
|
+
|
|
179
|
+
- **ocm:** add basic permissions to ocm backend plugin (#1528)
|
|
180
|
+
|
|
181
|
+
### Features
|
|
182
|
+
|
|
183
|
+
- **ocm:** add basic permissions to ocm backend plugin ([#1528](https://github.com/janus-idp/backstage-plugins/issues/1528)) ([c28d564](https://github.com/janus-idp/backstage-plugins/commit/c28d5643034912228425930a42b60bbe4bc8a8ec))
|
|
184
|
+
|
|
185
|
+
### Dependencies
|
|
186
|
+
|
|
187
|
+
- **@backstage-community/plugin-ocm-common:** upgraded to 3.0.0
|
|
188
|
+
|
|
189
|
+
## @backstage-community/plugin-ocm-backend [3.6.5](https://github.com/janus-idp/backstage-plugins/compare/@backstage-community/plugin-ocm-backend@3.6.4...@backstage-community/plugin-ocm-backend@3.6.5) (2024-05-02)
|
|
190
|
+
|
|
191
|
+
### Dependencies
|
|
192
|
+
|
|
193
|
+
- **@janus-idp/cli:** upgraded to 1.8.5
|
|
194
|
+
|
|
195
|
+
## @backstage-community/plugin-ocm-backend [3.6.4](https://github.com/janus-idp/backstage-plugins/compare/@backstage-community/plugin-ocm-backend@3.6.3...@backstage-community/plugin-ocm-backend@3.6.4) (2024-05-02)
|
|
196
|
+
|
|
197
|
+
### Dependencies
|
|
198
|
+
|
|
199
|
+
- **@janus-idp/cli:** upgraded to 1.8.4
|
|
200
|
+
|
|
201
|
+
## @backstage-community/plugin-ocm-backend [3.6.3](https://github.com/janus-idp/backstage-plugins/compare/@backstage-community/plugin-ocm-backend@3.6.2...@backstage-community/plugin-ocm-backend@3.6.3) (2024-04-30)
|
|
202
|
+
|
|
203
|
+
### Dependencies
|
|
204
|
+
|
|
205
|
+
- **@janus-idp/cli:** upgraded to 1.8.3
|
|
206
|
+
|
|
207
|
+
## @backstage-community/plugin-ocm-backend [3.6.2](https://github.com/janus-idp/backstage-plugins/compare/@backstage-community/plugin-ocm-backend@3.6.1...@backstage-community/plugin-ocm-backend@3.6.2) (2024-04-30)
|
|
208
|
+
|
|
209
|
+
### Dependencies
|
|
210
|
+
|
|
211
|
+
- **@janus-idp/cli:** upgraded to 1.8.2
|
|
212
|
+
|
|
213
|
+
## @backstage-community/plugin-ocm-backend [3.6.1](https://github.com/janus-idp/backstage-plugins/compare/@backstage-community/plugin-ocm-backend@3.6.0...@backstage-community/plugin-ocm-backend@3.6.1) (2024-04-25)
|
|
214
|
+
|
|
215
|
+
### Dependencies
|
|
216
|
+
|
|
217
|
+
- **@janus-idp/cli:** upgraded to 1.8.1
|
|
218
|
+
|
|
219
|
+
## @backstage-community/plugin-ocm-backend [3.6.0](https://github.com/janus-idp/backstage-plugins/compare/@backstage-community/plugin-ocm-backend@3.5.12...@backstage-community/plugin-ocm-backend@3.6.0) (2024-04-15)
|
|
220
|
+
|
|
221
|
+
### Features
|
|
222
|
+
|
|
223
|
+
- checkPluginVersion.sh bump plugins for 1.2.0 release ([#1511](https://github.com/janus-idp/backstage-plugins/issues/1511)) ([73c6588](https://github.com/janus-idp/backstage-plugins/commit/73c6588adb7e8c20907b06f2a8ef248cfd4332e4))
|
|
224
|
+
|
|
225
|
+
### Dependencies
|
|
226
|
+
|
|
227
|
+
- **@backstage-community/plugin-ocm-common:** upgraded to 2.3.0
|
|
228
|
+
- **@janus-idp/cli:** upgraded to 1.8.0
|
|
229
|
+
|
|
230
|
+
## @backstage-community/plugin-ocm-backend [3.5.12](https://github.com/janus-idp/backstage-plugins/compare/@backstage-community/plugin-ocm-backend@3.5.11...@backstage-community/plugin-ocm-backend@3.5.12) (2024-04-09)
|
|
231
|
+
|
|
232
|
+
### Dependencies
|
|
233
|
+
|
|
234
|
+
- **@janus-idp/cli:** upgraded to 1.7.10
|
|
235
|
+
|
|
236
|
+
## @backstage-community/plugin-ocm-backend [3.5.11](https://github.com/janus-idp/backstage-plugins/compare/@backstage-community/plugin-ocm-backend@3.5.10...@backstage-community/plugin-ocm-backend@3.5.11) (2024-04-09)
|
|
237
|
+
|
|
238
|
+
### Dependencies
|
|
239
|
+
|
|
240
|
+
- **@janus-idp/cli:** upgraded to 1.7.9
|
|
241
|
+
|
|
242
|
+
## @backstage-community/plugin-ocm-backend [3.5.10](https://github.com/janus-idp/backstage-plugins/compare/@backstage-community/plugin-ocm-backend@3.5.9...@backstage-community/plugin-ocm-backend@3.5.10) (2024-04-05)
|
|
243
|
+
|
|
244
|
+
### Dependencies
|
|
245
|
+
|
|
246
|
+
- **@backstage-community/plugin-ocm-common:** upgraded to 2.2.4
|
|
247
|
+
- **@janus-idp/cli:** upgraded to 1.7.8
|
|
248
|
+
|
|
249
|
+
## @backstage-community/plugin-ocm-backend [3.5.9](https://github.com/janus-idp/backstage-plugins/compare/@backstage-community/plugin-ocm-backend@3.5.8...@backstage-community/plugin-ocm-backend@3.5.9) (2024-04-02)
|
|
250
|
+
|
|
251
|
+
### Dependencies
|
|
252
|
+
|
|
253
|
+
- **@janus-idp/cli:** upgraded to 1.7.7
|
|
254
|
+
|
|
255
|
+
## @backstage-community/plugin-ocm-backend [3.5.8](https://github.com/janus-idp/backstage-plugins/compare/@backstage-community/plugin-ocm-backend@3.5.7...@backstage-community/plugin-ocm-backend@3.5.8) (2024-03-29)
|
|
256
|
+
|
|
257
|
+
### Dependencies
|
|
258
|
+
|
|
259
|
+
- **@backstage-community/plugin-ocm-common:** upgraded to 2.2.3
|
|
260
|
+
- **@janus-idp/cli:** upgraded to 1.7.6
|
|
261
|
+
|
|
262
|
+
## @backstage-community/plugin-ocm-backend [3.5.7](https://github.com/janus-idp/backstage-plugins/compare/@backstage-community/plugin-ocm-backend@3.5.6...@backstage-community/plugin-ocm-backend@3.5.7) (2024-03-11)
|
|
263
|
+
|
|
264
|
+
### Bug Fixes
|
|
265
|
+
|
|
266
|
+
- **ocm:** prevent error when ManagedCluster.status doesn't contain a 'clusterClaims' field ([#1324](https://github.com/janus-idp/backstage-plugins/issues/1324)) ([c3ec56c](https://github.com/janus-idp/backstage-plugins/commit/c3ec56ccd8add3c6ac17ba6a933fbe8d1d841255))
|
|
267
|
+
|
|
268
|
+
## @backstage-community/plugin-ocm-backend [3.5.6](https://github.com/janus-idp/backstage-plugins/compare/@backstage-community/plugin-ocm-backend@3.5.5...@backstage-community/plugin-ocm-backend@3.5.6) (2024-03-04)
|
|
269
|
+
|
|
270
|
+
### Dependencies
|
|
271
|
+
|
|
272
|
+
- **@janus-idp/cli:** upgraded to 1.7.5
|
|
273
|
+
|
|
274
|
+
## @backstage-community/plugin-ocm-backend [3.5.5](https://github.com/janus-idp/backstage-plugins/compare/@backstage-community/plugin-ocm-backend@3.5.4...@backstage-community/plugin-ocm-backend@3.5.5) (2024-02-27)
|
|
275
|
+
|
|
276
|
+
### Dependencies
|
|
277
|
+
|
|
278
|
+
- **@janus-idp/cli:** upgraded to 1.7.4
|
|
279
|
+
|
|
280
|
+
## @backstage-community/plugin-ocm-backend [3.5.4](https://github.com/janus-idp/backstage-plugins/compare/@backstage-community/plugin-ocm-backend@3.5.3...@backstage-community/plugin-ocm-backend@3.5.4) (2024-02-26)
|
|
281
|
+
|
|
282
|
+
### Dependencies
|
|
283
|
+
|
|
284
|
+
- **@janus-idp/cli:** upgraded to 1.7.3
|
|
285
|
+
|
|
286
|
+
## @backstage-community/plugin-ocm-backend [3.5.3](https://github.com/janus-idp/backstage-plugins/compare/@backstage-community/plugin-ocm-backend@3.5.2...@backstage-community/plugin-ocm-backend@3.5.3) (2024-02-21)
|
|
287
|
+
|
|
288
|
+
### Dependencies
|
|
289
|
+
|
|
290
|
+
- **@backstage-community/plugin-ocm-common:** upgraded to 2.2.2
|
|
291
|
+
- **@janus-idp/cli:** upgraded to 1.7.2
|
|
292
|
+
|
|
293
|
+
## @backstage-community/plugin-ocm-backend [3.5.2](https://github.com/janus-idp/backstage-plugins/compare/@backstage-community/plugin-ocm-backend@3.5.1...@backstage-community/plugin-ocm-backend@3.5.2) (2024-02-05)
|
|
294
|
+
|
|
295
|
+
### Dependencies
|
|
296
|
+
|
|
297
|
+
- **@janus-idp/cli:** upgraded to 1.7.1
|
|
298
|
+
|
|
299
|
+
## @backstage-community/plugin-ocm-backend [3.5.1](https://github.com/janus-idp/backstage-plugins/compare/@backstage-community/plugin-ocm-backend@3.5.0...@backstage-community/plugin-ocm-backend@3.5.1) (2024-02-02)
|
|
300
|
+
|
|
301
|
+
### Bug Fixes
|
|
302
|
+
|
|
303
|
+
- add missing alpha dynamic plugin entry points ([#1161](https://github.com/janus-idp/backstage-plugins/issues/1161)) ([36e9d91](https://github.com/janus-idp/backstage-plugins/commit/36e9d910b8f534fd9db2f8210c9aa7a24560f01d))
|
|
304
|
+
|
|
305
|
+
## @backstage-community/plugin-ocm-backend [3.5.0](https://github.com/janus-idp/backstage-plugins/compare/@backstage-community/plugin-ocm-backend@3.4.12...@backstage-community/plugin-ocm-backend@3.5.0) (2024-01-30)
|
|
306
|
+
|
|
307
|
+
### Features
|
|
308
|
+
|
|
309
|
+
- add new backend system support for existing backend plugins that have not been migrated over yet ([#1132](https://github.com/janus-idp/backstage-plugins/issues/1132)) ([06e16fd](https://github.com/janus-idp/backstage-plugins/commit/06e16fdcf64257dd08297cb727445d9a8a23c522))
|
|
310
|
+
|
|
311
|
+
### Dependencies
|
|
312
|
+
|
|
313
|
+
- **@janus-idp/cli:** upgraded to 1.7.0
|
|
314
|
+
|
|
315
|
+
## @backstage-community/plugin-ocm-backend [3.4.12](https://github.com/janus-idp/backstage-plugins/compare/@backstage-community/plugin-ocm-backend@3.4.11...@backstage-community/plugin-ocm-backend@3.4.12) (2024-01-25)
|
|
316
|
+
|
|
317
|
+
### Dependencies
|
|
318
|
+
|
|
319
|
+
- **@janus-idp/cli:** upgraded to 1.6.0
|
|
320
|
+
|
|
321
|
+
## @backstage-community/plugin-ocm-backend [3.4.11](https://github.com/janus-idp/backstage-plugins/compare/@backstage-community/plugin-ocm-backend@3.4.10...@backstage-community/plugin-ocm-backend@3.4.11) (2023-12-07)
|
|
322
|
+
|
|
323
|
+
### Bug Fixes
|
|
324
|
+
|
|
325
|
+
- attempt to force a bump of backend plugins ([#1007](https://github.com/janus-idp/backstage-plugins/issues/1007)) ([7a37225](https://github.com/janus-idp/backstage-plugins/commit/7a372254fb7e8107aa794f7900a6511eee096677))
|
|
326
|
+
|
|
327
|
+
## @backstage-community/plugin-ocm-backend [3.4.10](https://github.com/janus-idp/backstage-plugins/compare/@backstage-community/plugin-ocm-backend@3.4.9...@backstage-community/plugin-ocm-backend@3.4.10) (2023-12-07)
|
|
328
|
+
|
|
329
|
+
### Dependencies
|
|
330
|
+
|
|
331
|
+
- **@janus-idp/cli:** upgraded to 1.4.7
|
|
332
|
+
|
|
333
|
+
## @backstage-community/plugin-ocm-backend [3.4.9](https://github.com/janus-idp/backstage-plugins/compare/@backstage-community/plugin-ocm-backend@3.4.8...@backstage-community/plugin-ocm-backend@3.4.9) (2023-11-30)
|
|
334
|
+
|
|
335
|
+
### Dependencies
|
|
336
|
+
|
|
337
|
+
- **@janus-idp/cli:** upgraded to 1.4.6
|
|
338
|
+
|
|
339
|
+
## @backstage-community/plugin-ocm-backend [3.4.8](https://github.com/janus-idp/backstage-plugins/compare/@backstage-community/plugin-ocm-backend@3.4.7...@backstage-community/plugin-ocm-backend@3.4.8) (2023-11-23)
|
|
340
|
+
|
|
341
|
+
### Bug Fixes
|
|
342
|
+
|
|
343
|
+
- add config partials for dynamic frontend plugins ([#965](https://github.com/janus-idp/backstage-plugins/issues/965)) ([b01e55e](https://github.com/janus-idp/backstage-plugins/commit/b01e55e877278afc5de8d28a4c687a6989566bdc))
|
|
344
|
+
|
|
345
|
+
## @backstage-community/plugin-ocm-backend [3.4.7](https://github.com/janus-idp/backstage-plugins/compare/@backstage-community/plugin-ocm-backend@3.4.6...@backstage-community/plugin-ocm-backend@3.4.7) (2023-11-22)
|
|
346
|
+
|
|
347
|
+
### Dependencies
|
|
348
|
+
|
|
349
|
+
- **@janus-idp/cli:** upgraded to 1.4.5
|
|
350
|
+
|
|
351
|
+
## @backstage-community/plugin-ocm-backend [3.4.6](https://github.com/janus-idp/backstage-plugins/compare/@backstage-community/plugin-ocm-backend@3.4.5...@backstage-community/plugin-ocm-backend@3.4.6) (2023-11-21)
|
|
352
|
+
|
|
353
|
+
### Bug Fixes
|
|
354
|
+
|
|
355
|
+
- sync versions in dynamic assets and publish derived packages as additional packages ([#963](https://github.com/janus-idp/backstage-plugins/issues/963)) ([7d0a386](https://github.com/janus-idp/backstage-plugins/commit/7d0a38609b4a18b54c75378a150e8b5c3ba8ff43))
|
|
356
|
+
|
|
357
|
+
## @backstage-community/plugin-ocm-backend [3.4.5](https://github.com/janus-idp/backstage-plugins/compare/@backstage-community/plugin-ocm-backend@3.4.4...@backstage-community/plugin-ocm-backend@3.4.5) (2023-11-20)
|
|
358
|
+
|
|
359
|
+
### Bug Fixes
|
|
360
|
+
|
|
361
|
+
- **aap+3scale+ocm:** don't log sensitive data from errors ([#945](https://github.com/janus-idp/backstage-plugins/issues/945)) ([7a5e7b8](https://github.com/janus-idp/backstage-plugins/commit/7a5e7b8a57c9841003d9b16e1a65fb62e101fbf1))
|
|
362
|
+
|
|
363
|
+
### Dependencies
|
|
364
|
+
|
|
365
|
+
- **@janus-idp/cli:** upgraded to 1.4.4
|
|
366
|
+
|
|
367
|
+
## @backstage-community/plugin-ocm-backend [3.4.4](https://github.com/janus-idp/backstage-plugins/compare/@backstage-community/plugin-ocm-backend@3.4.3...@backstage-community/plugin-ocm-backend@3.4.4) (2023-11-16)
|
|
368
|
+
|
|
369
|
+
### Dependencies
|
|
370
|
+
|
|
371
|
+
- **@janus-idp/cli:** upgraded to 1.4.3
|
|
372
|
+
|
|
373
|
+
## @backstage-community/plugin-ocm-backend [3.4.3](https://github.com/janus-idp/backstage-plugins/compare/@backstage-community/plugin-ocm-backend@3.4.2...@backstage-community/plugin-ocm-backend@3.4.3) (2023-11-14)
|
|
374
|
+
|
|
375
|
+
### Bug Fixes
|
|
376
|
+
|
|
377
|
+
- share the dynamic entrypoint in ocm backend ([#932](https://github.com/janus-idp/backstage-plugins/issues/932)) ([dfddb09](https://github.com/janus-idp/backstage-plugins/commit/dfddb0912eb7c12dec2048a5bc2560981f40ecbb))
|
|
378
|
+
|
|
379
|
+
## @backstage-community/plugin-ocm-backend [3.4.2](https://github.com/janus-idp/backstage-plugins/compare/@backstage-community/plugin-ocm-backend@3.4.1...@backstage-community/plugin-ocm-backend@3.4.2) (2023-11-13)
|
|
380
|
+
|
|
381
|
+
### Dependencies
|
|
382
|
+
|
|
383
|
+
- **@janus-idp/cli:** upgraded to 1.4.2
|
|
384
|
+
|
|
385
|
+
## @backstage-community/plugin-ocm-backend [3.4.1](https://github.com/janus-idp/backstage-plugins/compare/@backstage-community/plugin-ocm-backend@3.4.0...@backstage-community/plugin-ocm-backend@3.4.1) (2023-11-13)
|
|
386
|
+
|
|
387
|
+
### Dependencies
|
|
388
|
+
|
|
389
|
+
- **@janus-idp/cli:** upgraded to 1.4.1
|
|
390
|
+
|
|
391
|
+
## @backstage-community/plugin-ocm-backend [3.4.0](https://github.com/janus-idp/backstage-plugins/compare/@backstage-community/plugin-ocm-backend@3.3.0...@backstage-community/plugin-ocm-backend@3.4.0) (2023-11-08)
|
|
392
|
+
|
|
393
|
+
### Features
|
|
394
|
+
|
|
395
|
+
- update entity provider schedulers ([#827](https://github.com/janus-idp/backstage-plugins/issues/827)) ([19731d1](https://github.com/janus-idp/backstage-plugins/commit/19731d1449a9d8ffa67aec069d2214e45bfe54ff))
|
|
396
|
+
|
|
397
|
+
## @backstage-community/plugin-ocm-backend [3.3.0](https://github.com/janus-idp/backstage-plugins/compare/@backstage-community/plugin-ocm-backend@3.2.3...@backstage-community/plugin-ocm-backend@3.3.0) (2023-11-07)
|
|
398
|
+
|
|
399
|
+
### Features
|
|
400
|
+
|
|
401
|
+
- make backend plugins dynamic (first round) ([#910](https://github.com/janus-idp/backstage-plugins/issues/910)) ([60523e5](https://github.com/janus-idp/backstage-plugins/commit/60523e588ba374cdcfd453afa2c17fc1a7a1ca2d))
|
|
402
|
+
|
|
403
|
+
### Dependencies
|
|
404
|
+
|
|
405
|
+
- **@janus-idp/cli:** upgraded to 1.4.0
|
|
406
|
+
|
|
407
|
+
## @backstage-community/plugin-ocm-backend [3.2.3](https://github.com/janus-idp/backstage-plugins/compare/@backstage-community/plugin-ocm-backend@3.2.2...@backstage-community/plugin-ocm-backend@3.2.3) (2023-10-19)
|
|
408
|
+
|
|
409
|
+
### Dependencies
|
|
410
|
+
|
|
411
|
+
- **@backstage-community/plugin-ocm-common:** upgraded to 2.2.1
|
|
412
|
+
|
|
413
|
+
## @backstage-community/plugin-ocm-backend [3.2.2](https://github.com/janus-idp/backstage-plugins/compare/@backstage-community/plugin-ocm-backend@3.2.1...@backstage-community/plugin-ocm-backend@3.2.2) (2023-09-22)
|
|
414
|
+
|
|
415
|
+
## @backstage-community/plugin-ocm-backend [3.2.1](https://github.com/janus-idp/backstage-plugins/compare/@backstage-community/plugin-ocm-backend@3.2.0...@backstage-community/plugin-ocm-backend@3.2.1) (2023-08-31)
|
|
416
|
+
|
|
417
|
+
## @backstage-community/plugin-ocm-backend [3.2.0](https://github.com/janus-idp/backstage-plugins/compare/@backstage-community/plugin-ocm-backend@3.1.1...@backstage-community/plugin-ocm-backend@3.2.0) (2023-08-28)
|
|
418
|
+
|
|
419
|
+
### Features
|
|
420
|
+
|
|
421
|
+
- **ocm-backend:** add support for new backend system ([#682](https://github.com/janus-idp/backstage-plugins/issues/682)) ([a28b14d](https://github.com/janus-idp/backstage-plugins/commit/a28b14dcb540cd37ee08fc59448d0967b1edbc1d))
|
|
422
|
+
|
|
423
|
+
## @backstage-community/plugin-ocm-backend [3.1.1](https://github.com/janus-idp/backstage-plugins/compare/@backstage-community/plugin-ocm-backend@3.1.0...@backstage-community/plugin-ocm-backend@3.1.1) (2023-08-23)
|
|
424
|
+
|
|
425
|
+
### Bug Fixes
|
|
426
|
+
|
|
427
|
+
- **config types:** inline types in config.d.ts ([#664](https://github.com/janus-idp/backstage-plugins/issues/664)) ([ae1aea1](https://github.com/janus-idp/backstage-plugins/commit/ae1aea1f4890c0034d1c2602223d59463c61206b))
|
|
428
|
+
|
|
429
|
+
## @backstage-community/plugin-ocm-backend [3.1.0](https://github.com/janus-idp/backstage-plugins/compare/@backstage-community/plugin-ocm-backend@3.0.4...@backstage-community/plugin-ocm-backend@3.1.0) (2023-08-14)
|
|
430
|
+
|
|
431
|
+
### Features
|
|
432
|
+
|
|
433
|
+
- **ts:** transpile each plugin separately ([#634](https://github.com/janus-idp/backstage-plugins/issues/634)) ([b94c4dc](https://github.com/janus-idp/backstage-plugins/commit/b94c4dc50ada328e5ce1bed5fb7c76f64607e1ee))
|
|
434
|
+
|
|
435
|
+
### Dependencies
|
|
436
|
+
|
|
437
|
+
- **@backstage-community/plugin-ocm-common:** upgraded to 2.2.0
|
|
438
|
+
|
|
439
|
+
## @backstage-community/plugin-ocm-backend [3.0.4](https://github.com/janus-idp/backstage-plugins/compare/@backstage-community/plugin-ocm-backend@3.0.3...@backstage-community/plugin-ocm-backend@3.0.4) (2023-07-25)
|
|
440
|
+
|
|
441
|
+
### Dependencies
|
|
442
|
+
|
|
443
|
+
- **@backstage-community/plugin-ocm-common:** upgraded to 2.1.1
|
|
444
|
+
|
|
445
|
+
## @backstage-community/plugin-ocm-backend [3.0.3](https://github.com/janus-idp/backstage-plugins/compare/@backstage-community/plugin-ocm-backend@3.0.2...@backstage-community/plugin-ocm-backend@3.0.3) (2023-06-14)
|
|
446
|
+
|
|
447
|
+
### Other changes
|
|
448
|
+
|
|
449
|
+
- reorder imports via prettier ([#419](https://github.com/janus-idp/backstage-plugins/issues/419)) ([17f1e6a](https://github.com/janus-idp/backstage-plugins/commit/17f1e6a689bd793a619ec5e42e5cdda0998f78a5))
|
|
450
|
+
|
|
451
|
+
### Documentation
|
|
452
|
+
|
|
453
|
+
- update plugin README formatting ([#396](https://github.com/janus-idp/backstage-plugins/issues/396)) ([9b39056](https://github.com/janus-idp/backstage-plugins/commit/9b39056f6c66e9a6a0a5d0c4059420dff66db263)), closes [#295](https://github.com/janus-idp/backstage-plugins/issues/295) [#369](https://github.com/janus-idp/backstage-plugins/issues/369) [#295](https://github.com/janus-idp/backstage-plugins/issues/295) [#369](https://github.com/janus-idp/backstage-plugins/issues/369)
|
|
454
|
+
|
|
455
|
+
## @backstage-community/plugin-ocm-backend [3.0.2](https://github.com/janus-idp/backstage-plugins/compare/@backstage-community/plugin-ocm-backend@3.0.1...@backstage-community/plugin-ocm-backend@3.0.2) (2023-05-31)
|
|
456
|
+
|
|
457
|
+
### Bug Fixes
|
|
458
|
+
|
|
459
|
+
- **ocm:** hide logo when not provided ([#410](https://github.com/janus-idp/backstage-plugins/issues/410)) ([3cdccc1](https://github.com/janus-idp/backstage-plugins/commit/3cdccc10a6209f55d36db29b429c168797d64760))
|
|
460
|
+
|
|
461
|
+
## @backstage-community/plugin-ocm-backend [3.0.1](https://github.com/janus-idp/backstage-plugins/compare/@backstage-community/plugin-ocm-backend@3.0.0...@backstage-community/plugin-ocm-backend@3.0.1) (2023-05-31)
|
|
462
|
+
|
|
463
|
+
### Bug Fixes
|
|
464
|
+
|
|
465
|
+
- **ocm:** handle missing nodeList properly ([#404](https://github.com/janus-idp/backstage-plugins/issues/404)) ([ae771b0](https://github.com/janus-idp/backstage-plugins/commit/ae771b00ea5055a29256d0b94056ea5ac8d6740d))
|
|
466
|
+
|
|
467
|
+
## @backstage-community/plugin-ocm-backend [3.0.0](https://github.com/janus-idp/backstage-plugins/compare/@backstage-community/plugin-ocm-backend@2.1.5...@backstage-community/plugin-ocm-backend@3.0.0) (2023-05-30)
|
|
468
|
+
|
|
469
|
+
### ⚠ BREAKING CHANGES
|
|
470
|
+
|
|
471
|
+
- **ocm-backend:** The scheduler for the entity provider is now
|
|
472
|
+
configurable by changing the `app-config.yaml` or by changing code in
|
|
473
|
+
`catalog.ts`. The old configuration for entity provider in `catalog.ts`
|
|
474
|
+
is no longer valid.
|
|
475
|
+
|
|
476
|
+
Signed-off-by: SamoKopecky <skopecky@redhat.com>
|
|
477
|
+
Signed-off-by: Tomas Coufal <tcoufal@redhat.com>
|
|
478
|
+
|
|
479
|
+
### Features
|
|
480
|
+
|
|
481
|
+
- **ocm-backend:** add a scheduler configuration option ([#246](https://github.com/janus-idp/backstage-plugins/issues/246)) ([5157185](https://github.com/janus-idp/backstage-plugins/commit/5157185679950b4952f8602dc05f48146d1ad186))
|
|
482
|
+
- **ocm-backend:** add additional information to status endpoint ([#352](https://github.com/janus-idp/backstage-plugins/issues/352)) ([887015d](https://github.com/janus-idp/backstage-plugins/commit/887015d18e665b1795e8c28e6fcc4f24aa7f3257))
|
|
483
|
+
|
|
484
|
+
### Dependencies
|
|
485
|
+
|
|
486
|
+
- **@backstage-community/plugin-ocm-common:** upgraded to 2.1.0
|
|
487
|
+
|
|
488
|
+
## @backstage-community/plugin-ocm-backend [2.1.5](https://github.com/janus-idp/backstage-plugins/compare/@backstage-community/plugin-ocm-backend@2.1.4...@backstage-community/plugin-ocm-backend@2.1.5) (2023-05-30)
|
|
489
|
+
|
|
490
|
+
### Dependencies
|
|
491
|
+
|
|
492
|
+
- **@backstage-community/plugin-ocm-common:** upgraded to 2.0.3
|
|
493
|
+
|
|
494
|
+
## @backstage-community/plugin-ocm-backend [2.1.4](https://github.com/janus-idp/backstage-plugins/compare/@backstage-community/plugin-ocm-backend@2.1.3...@backstage-community/plugin-ocm-backend@2.1.4) (2023-05-18)
|
|
495
|
+
|
|
496
|
+
### Documentation
|
|
497
|
+
|
|
498
|
+
- update plugin READMEs ([#373](https://github.com/janus-idp/backstage-plugins/issues/373)) ([478560e](https://github.com/janus-idp/backstage-plugins/commit/478560e38cceaa40d976bccf4785956ed58b5221))
|
|
499
|
+
|
|
500
|
+
## @backstage-community/plugin-ocm-backend [2.1.3](https://github.com/janus-idp/backstage-plugins/compare/@backstage-community/plugin-ocm-backend@2.1.2...@backstage-community/plugin-ocm-backend@2.1.3) (2023-05-08)
|
|
501
|
+
|
|
502
|
+
### Documentation
|
|
503
|
+
|
|
504
|
+
- review for OCM plugin ([#291](https://github.com/janus-idp/backstage-plugins/issues/291)) ([9316baf](https://github.com/janus-idp/backstage-plugins/commit/9316bafd954f2c6986baa620ea13a74dcb558b29))
|
|
505
|
+
|
|
506
|
+
### Dependencies
|
|
507
|
+
|
|
508
|
+
- **@backstage-community/plugin-ocm-common:** upgraded to 2.0.2
|
|
509
|
+
|
|
510
|
+
## @backstage-community/plugin-ocm-backend [2.1.2](https://github.com/janus-idp/backstage-plugins/compare/@backstage-community/plugin-ocm-backend@2.1.1...@backstage-community/plugin-ocm-backend@2.1.2) (2023-05-04)
|
|
511
|
+
|
|
512
|
+
### Other changes
|
|
513
|
+
|
|
514
|
+
- **deps:** update all non-major dependencies ([#127](https://github.com/janus-idp/backstage-plugins/issues/127)) ([a9d359f](https://github.com/janus-idp/backstage-plugins/commit/a9d359f01448d1b9b4b4d3d9b087052fb6ff16b3))
|
|
515
|
+
- **ocm-backend:** Migrate tests from nock to msw ([#268](https://github.com/janus-idp/backstage-plugins/issues/268)) ([560d855](https://github.com/janus-idp/backstage-plugins/commit/560d8551a5d50dee413dc97cbadfde5c9ec85aae))
|
|
516
|
+
- **ocm:** fix typo in testsuite ([#278](https://github.com/janus-idp/backstage-plugins/issues/278)) ([92455e4](https://github.com/janus-idp/backstage-plugins/commit/92455e451e4a4c6d36b29bde4dd1f747572e71c4))
|
|
517
|
+
|
|
518
|
+
### Dependencies
|
|
519
|
+
|
|
520
|
+
- **@backstage-community/plugin-ocm-common:** upgraded to 2.0.1
|
|
521
|
+
|
|
522
|
+
## @backstage-community/plugin-ocm-backend [2.1.1](https://github.com/janus-idp/backstage-plugins/compare/@backstage-community/plugin-ocm-backend@2.1.0...@backstage-community/plugin-ocm-backend@2.1.1) (2023-04-13)
|
|
523
|
+
|
|
524
|
+
### Bug Fixes
|
|
525
|
+
|
|
526
|
+
- **ocm-backend:** Handle a case when the error is a string ([#245](https://github.com/janus-idp/backstage-plugins/issues/245)) ([917d7d3](https://github.com/janus-idp/backstage-plugins/commit/917d7d39647f35f0e313dd12e8f4629afe89336d))
|
|
527
|
+
|
|
528
|
+
## @backstage-community/plugin-ocm-backend [2.1.0](https://github.com/janus-idp/backstage-plugins/compare/@backstage-community/plugin-ocm-backend@2.0.2...@backstage-community/plugin-ocm-backend@2.1.0) (2023-04-05)
|
|
529
|
+
|
|
530
|
+
### Features
|
|
531
|
+
|
|
532
|
+
- **ocm:** Add a default owner configuration field ([#157](https://github.com/janus-idp/backstage-plugins/issues/157)) ([dbf5c9b](https://github.com/janus-idp/backstage-plugins/commit/dbf5c9b86f2173cb404e263556e1831d9a143a9c))
|
|
533
|
+
|
|
534
|
+
## @backstage-community/plugin-ocm-backend [2.0.2](https://github.com/janus-idp/backstage-plugins/compare/@backstage-community/plugin-ocm-backend@2.0.1...@backstage-community/plugin-ocm-backend@2.0.2) (2023-04-04)
|
|
535
|
+
|
|
536
|
+
### Bug Fixes
|
|
537
|
+
|
|
538
|
+
- **ocm-backend:** Reference the correct config during url validation and add tests ([#228](https://github.com/janus-idp/backstage-plugins/issues/228)) ([755349d](https://github.com/janus-idp/backstage-plugins/commit/755349da1e5ae283e44f976ca76147dac4b2ddba))
|
|
539
|
+
|
|
540
|
+
## @backstage-community/plugin-ocm-backend [2.0.1](https://github.com/janus-idp/backstage-plugins/compare/@backstage-community/plugin-ocm-backend@2.0.0...@backstage-community/plugin-ocm-backend@2.0.1) (2023-03-29)
|
|
541
|
+
|
|
542
|
+
### Bug Fixes
|
|
543
|
+
|
|
544
|
+
- **ocm-backend:** Improve error reporting and check for url ([#190](https://github.com/janus-idp/backstage-plugins/issues/190)) ([b2f559e](https://github.com/janus-idp/backstage-plugins/commit/b2f559ee40d1d8722d8c59967f05fcaed245ff0f))
|
|
545
|
+
|
|
546
|
+
## @backstage-community/plugin-ocm-backend [2.0.0](https://github.com/janus-idp/backstage-plugins/compare/@backstage-community/plugin-ocm-backend@1.4.1...@backstage-community/plugin-ocm-backend@2.0.0) (2023-03-29)
|
|
547
|
+
|
|
548
|
+
### ⚠ BREAKING CHANGES
|
|
549
|
+
|
|
550
|
+
- **ocm:** Relocate OCM config and support multiple hubs (#145)
|
|
551
|
+
|
|
552
|
+
### Features
|
|
553
|
+
|
|
554
|
+
- **ocm:** Relocate OCM config and support multiple hubs ([#145](https://github.com/janus-idp/backstage-plugins/issues/145)) ([1518235](https://github.com/janus-idp/backstage-plugins/commit/1518235833d37b03cbcb75e9148e75e76908a53a))
|
|
555
|
+
|
|
556
|
+
### Dependencies
|
|
557
|
+
|
|
558
|
+
- **@backstage-community/plugin-ocm-common:** upgraded to 2.0.0
|
|
559
|
+
|
|
560
|
+
## @backstage-community/plugin-ocm-backend [1.4.1](https://github.com/janus-idp/backstage-plugins/compare/@backstage-community/plugin-ocm-backend@1.4.0...@backstage-community/plugin-ocm-backend@1.4.1) (2023-03-06)
|
|
561
|
+
|
|
562
|
+
### Bug Fixes
|
|
563
|
+
|
|
564
|
+
- **metadata:** adding default metadata to current plugins ([06776da](https://github.com/janus-idp/backstage-plugins/commit/06776dafdbab6d4fa85b92d5b676f65d97bbdb44)), closes [#155](https://github.com/janus-idp/backstage-plugins/issues/155) [#155](https://github.com/janus-idp/backstage-plugins/issues/155)
|
|
565
|
+
|
|
566
|
+
### Dependencies
|
|
567
|
+
|
|
568
|
+
- **@backstage-community/plugin-ocm-common:** upgraded to 1.2.1
|
|
569
|
+
|
|
570
|
+
# @backstage-community/plugin-ocm-backend [1.4.0](https://github.com/janus-idp/backstage-plugins/compare/@backstage-community/plugin-ocm-backend@1.3.0...@backstage-community/plugin-ocm-backend@1.4.0) (2023-02-22)
|
|
571
|
+
|
|
572
|
+
### Features
|
|
573
|
+
|
|
574
|
+
- Add cluster ID annotation ([0f99891](https://github.com/janus-idp/backstage-plugins/commit/0f9989108eef9a2370fd1c544306fe2c2e160a89))
|
|
575
|
+
|
|
576
|
+
### Dependencies
|
|
577
|
+
|
|
578
|
+
- **@backstage-community/plugin-ocm-common:** upgraded to 1.2.0
|
|
579
|
+
|
|
580
|
+
# @backstage-community/plugin-ocm-backend [1.3.0](https://github.com/janus-idp/backstage-plugins/compare/@backstage-community/plugin-ocm-backend@1.2.1...@backstage-community/plugin-ocm-backend@1.3.0) (2023-02-07)
|
|
581
|
+
|
|
582
|
+
### Features
|
|
583
|
+
|
|
584
|
+
- Add API server annotation ([c57db67](https://github.com/janus-idp/backstage-plugins/commit/c57db6738b46e7df9b0c010e4d41d502b372a29a))
|
|
585
|
+
|
|
586
|
+
## @backstage-community/plugin-ocm-backend [1.2.1](https://github.com/janus-idp/backstage-plugins/compare/@backstage-community/plugin-ocm-backend@1.2.0...@backstage-community/plugin-ocm-backend@1.2.1) (2023-01-25)
|
|
587
|
+
|
|
588
|
+
### Bug Fixes
|
|
589
|
+
|
|
590
|
+
- **deps:** update all non-major dependencies ([d971f33](https://github.com/janus-idp/backstage-plugins/commit/d971f33c3f79ac4ec36dfb8b579f07d8dbcef8f1))
|
|
591
|
+
|
|
592
|
+
### Dependencies
|
|
593
|
+
|
|
594
|
+
- **@backstage-community/plugin-ocm-common:** upgraded to 1.1.1
|
|
595
|
+
|
|
596
|
+
# @backstage-community/plugin-ocm-backend [1.2.0](https://github.com/janus-idp/backstage-plugins/compare/@backstage-community/plugin-ocm-backend@1.1.0...@backstage-community/plugin-ocm-backend@1.2.0) (2023-01-18)
|
|
597
|
+
|
|
598
|
+
### Features
|
|
599
|
+
|
|
600
|
+
- **ocm:** Add an option to decouple ocm config from k8s plugin ([4566ed2](https://github.com/janus-idp/backstage-plugins/commit/4566ed26bd4510a85242fd078ac9144e426b18f8))
|
|
601
|
+
|
|
602
|
+
# @backstage-community/plugin-ocm-backend [1.1.0](https://github.com/janus-idp/backstage-plugins/compare/@backstage-community/plugin-ocm-backend@1.0.3...@backstage-community/plugin-ocm-backend@1.1.0) (2023-01-17)
|
|
603
|
+
|
|
604
|
+
### Features
|
|
605
|
+
|
|
606
|
+
- **ocm:** Add cluster update information to the ocm status endpoint ([eb50fec](https://github.com/janus-idp/backstage-plugins/commit/eb50fec30ca2397931b986421055e46922810d21))
|
|
607
|
+
|
|
608
|
+
### Dependencies
|
|
609
|
+
|
|
610
|
+
- **@backstage-community/plugin-ocm-common:** upgraded to 1.1.0
|
|
611
|
+
|
|
612
|
+
## @backstage-community/plugin-ocm-backend [1.0.3](https://github.com/janus-idp/backstage-plugins/compare/@backstage-community/plugin-ocm-backend@1.0.2...@backstage-community/plugin-ocm-backend@1.0.3) (2022-12-08)
|
|
613
|
+
|
|
614
|
+
### Bug Fixes
|
|
615
|
+
|
|
616
|
+
- **ocm-backend:** Package config schema with the plugin - retry ([2a7b186](https://github.com/janus-idp/backstage-plugins/commit/2a7b186f90ca20fc050ede8fb7d99a18ba5e6532))
|
|
617
|
+
|
|
618
|
+
## @backstage-community/plugin-ocm-backend [1.0.2](https://github.com/janus-idp/backstage-plugins/compare/@backstage-community/plugin-ocm-backend@1.0.1...@backstage-community/plugin-ocm-backend@1.0.2) (2022-12-08)
|
|
619
|
+
|
|
620
|
+
### Bug Fixes
|
|
621
|
+
|
|
622
|
+
- **ocm-backend:** Package config schema with the plugin ([14e6b42](https://github.com/janus-idp/backstage-plugins/commit/14e6b42fa49bfc6465c09270d485d814d11a13fc))
|
|
623
|
+
|
|
624
|
+
## @backstage-community/plugin-ocm-backend [1.0.1](https://github.com/janus-idp/backstage-plugins/compare/@backstage-community/plugin-ocm-backend@1.0.0...@backstage-community/plugin-ocm-backend@1.0.1) (2022-12-08)
|
|
625
|
+
|
|
626
|
+
### Bug Fixes
|
|
627
|
+
|
|
628
|
+
- **deps:** update dependency node-fetch to v3 ([908bcc0](https://github.com/janus-idp/backstage-plugins/commit/908bcc054bec063eeabb6d787e6da261bef08c77))
|
|
629
|
+
- **deps:** update dependency yn to v5 ([ac5cde9](https://github.com/janus-idp/backstage-plugins/commit/ac5cde953288296601061c87bd03ddfa9a3b7631))
|
|
630
|
+
|
|
631
|
+
# @backstage-community/plugin-ocm-backend 1.0.0 (2022-12-07)
|
|
632
|
+
|
|
633
|
+
### Features
|
|
634
|
+
|
|
635
|
+
- transfer Open Cluster Management plugins ([#5](https://github.com/janus-idp/backstage-plugins/issues/5)) ([1ccf8c3](https://github.com/janus-idp/backstage-plugins/commit/1ccf8c35f9ade6ff57f4897424d0202fed8ce7e8)), closes [#160](https://github.com/janus-idp/backstage-plugins/issues/160) [#161](https://github.com/janus-idp/backstage-plugins/issues/161) [#163](https://github.com/janus-idp/backstage-plugins/issues/163) [#165](https://github.com/janus-idp/backstage-plugins/issues/165) [#164](https://github.com/janus-idp/backstage-plugins/issues/164) [#156](https://github.com/janus-idp/backstage-plugins/issues/156) [#167](https://github.com/janus-idp/backstage-plugins/issues/167) [#168](https://github.com/janus-idp/backstage-plugins/issues/168) [#184](https://github.com/janus-idp/backstage-plugins/issues/184) [#188](https://github.com/janus-idp/backstage-plugins/issues/188) [#187](https://github.com/janus-idp/backstage-plugins/issues/187) [#192](https://github.com/janus-idp/backstage-plugins/issues/192) [#186](https://github.com/janus-idp/backstage-plugins/issues/186) [#162](https://github.com/janus-idp/backstage-plugins/issues/162)
|
|
636
|
+
|
|
637
|
+
### Dependencies
|
|
638
|
+
|
|
639
|
+
- **@backstage-community/plugin-ocm-common:** upgraded to 1.0.0
|
package/README.md
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
# Open Cluster Management plugin for Backstage
|
|
2
|
+
|
|
3
|
+
The Open Cluster Management (OCM) plugin integrates your Backstage instance with OCM.
|
|
4
|
+
|
|
5
|
+
For more information about OCM plugin, see the [Open Cluster Management plugin documentation](https://github.com/backstage/community-plugins/tree/main/workspaces/ocm/plugins/ocm) on GitHub.
|