@backstage-community/plugin-quay 1.14.2

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.
Files changed (34) hide show
  1. package/CHANGELOG.md +670 -0
  2. package/README.md +102 -0
  3. package/app-config.dynamic.yaml +12 -0
  4. package/config.d.ts +30 -0
  5. package/dist/api/index.esm.js +77 -0
  6. package/dist/api/index.esm.js.map +1 -0
  7. package/dist/components/PermissionAlert/PermissionAlert.esm.js +9 -0
  8. package/dist/components/PermissionAlert/PermissionAlert.esm.js.map +1 -0
  9. package/dist/components/QuayRepository/QuayRepository.esm.js +42 -0
  10. package/dist/components/QuayRepository/QuayRepository.esm.js.map +1 -0
  11. package/dist/components/QuayRepository/tableHeading.esm.js +74 -0
  12. package/dist/components/QuayRepository/tableHeading.esm.js.map +1 -0
  13. package/dist/components/QuayTagDetails/component.esm.js +107 -0
  14. package/dist/components/QuayTagDetails/component.esm.js.map +1 -0
  15. package/dist/components/QuayTagPage/component.esm.js +40 -0
  16. package/dist/components/QuayTagPage/component.esm.js.map +1 -0
  17. package/dist/components/Router.esm.js +12 -0
  18. package/dist/components/Router.esm.js.map +1 -0
  19. package/dist/hooks/quay.esm.js +113 -0
  20. package/dist/hooks/quay.esm.js.map +1 -0
  21. package/dist/hooks/useQuayViewPermission.esm.js +12 -0
  22. package/dist/hooks/useQuayViewPermission.esm.js.map +1 -0
  23. package/dist/index.d.ts +27 -0
  24. package/dist/index.esm.js +3 -0
  25. package/dist/index.esm.js.map +1 -0
  26. package/dist/lib/utils.esm.js +90 -0
  27. package/dist/lib/utils.esm.js.map +1 -0
  28. package/dist/plugin.esm.js +33 -0
  29. package/dist/plugin.esm.js.map +1 -0
  30. package/dist/routes.esm.js +13 -0
  31. package/dist/routes.esm.js.map +1 -0
  32. package/dist/types.esm.js +22 -0
  33. package/dist/types.esm.js.map +1 -0
  34. package/package.json +106 -0
package/CHANGELOG.md ADDED
@@ -0,0 +1,670 @@
1
+ ### Dependencies
2
+
3
+ ## 1.14.2
4
+
5
+ ### Patch Changes
6
+
7
+ - 00c79ed: Migrated from [janus-idp/backstage-plugins](https://github.com/janus-idp/backstage-plugins).
8
+ - Updated dependencies [00c79ed]
9
+ - @backstage-community/plugin-quay-common@1.3.2
10
+
11
+ ## 1.14.1
12
+
13
+ ### Patch Changes
14
+
15
+ - 0e6bfd3: feat: update Backstage to the latest version
16
+
17
+ Update to Backstage 1.32.5
18
+
19
+ - Updated dependencies [0e6bfd3]
20
+ - @janus-idp/shared-react@2.13.1
21
+ - @backstage-community/plugin-quay-common@1.3.1
22
+
23
+ ## 1.14.0
24
+
25
+ ### Minor Changes
26
+
27
+ - 8244f28: chore(deps): update to backstage 1.32
28
+
29
+ ### Patch Changes
30
+
31
+ - Updated dependencies [8244f28]
32
+ - @janus-idp/shared-react@2.13.0
33
+ - @backstage-community/plugin-quay-common@1.3.0
34
+
35
+ ## 1.13.1
36
+
37
+ ### Patch Changes
38
+
39
+ - 7342e9b: chore: remove @janus-idp/cli dep and relink local packages
40
+
41
+ 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.
42
+
43
+ ## 1.13.0
44
+
45
+ ### Minor Changes
46
+
47
+ - d9551ae: feat(deps): update to backstage 1.31
48
+
49
+ ### Patch Changes
50
+
51
+ - d9551ae: Change local package references to a `*`
52
+ - d9551ae: pin the @janus-idp/cli package
53
+ - d9551ae: upgrade to yarn v3
54
+ - Updated dependencies [d9551ae]
55
+ - Updated dependencies [d9551ae]
56
+ - Updated dependencies [d9551ae]
57
+ - Updated dependencies [d9551ae]
58
+ - @janus-idp/shared-react@2.12.0
59
+ - @backstage-community/plugin-quay-common@1.2.0
60
+
61
+ * **@janus-idp/cli:** upgraded to 1.15.2
62
+
63
+ ### Dependencies
64
+
65
+ - **@janus-idp/cli:** upgraded to 1.15.1
66
+
67
+ ### Dependencies
68
+
69
+ - **@janus-idp/shared-react:** upgraded to 2.11.1
70
+ - **@janus-idp/cli:** upgraded to 1.15.0
71
+
72
+ ### Dependencies
73
+
74
+ - **@backstage-community/plugin-quay-common:** upgraded to 1.1.0
75
+ - **@janus-idp/shared-react:** upgraded to 2.11.0
76
+ - **@janus-idp/cli:** upgraded to 1.14.0
77
+
78
+ ### Dependencies
79
+
80
+ - **@janus-idp/cli:** upgraded to 1.13.2
81
+
82
+ ### Dependencies
83
+
84
+ - **@janus-idp/shared-react:** upgraded to 2.10.3
85
+
86
+ ### Dependencies
87
+
88
+ - **@janus-idp/shared-react:** upgraded to 2.10.2
89
+
90
+ ### Dependencies
91
+
92
+ - **@janus-idp/shared-react:** upgraded to 2.10.1
93
+
94
+ ### Dependencies
95
+
96
+ - **@janus-idp/cli:** upgraded to 1.13.1
97
+
98
+ ### Dependencies
99
+
100
+ - **@backstage-community/plugin-quay-common:** upgraded to 1.0.2
101
+
102
+ ### Dependencies
103
+
104
+ - **@backstage-community/plugin-quay-common:** upgraded to 1.0.0
105
+
106
+ ## @backstage-community/plugin-quay [1.10.2](https://github.com/janus-idp/backstage-plugins/compare/@backstage-community/plugin-quay@1.10.1...@backstage-community/plugin-quay@1.10.2) (2024-08-02)
107
+
108
+ ### Dependencies
109
+
110
+ - **@janus-idp/shared-react:** upgraded to 2.10.0
111
+
112
+ ## @backstage-community/plugin-quay [1.10.1](https://github.com/janus-idp/backstage-plugins/compare/@backstage-community/plugin-quay@1.10.0...@backstage-community/plugin-quay@1.10.1) (2024-07-26)
113
+
114
+ ### Documentation
115
+
116
+ - **quay:** add documentation for the new credential settings in proxy backend ([#1902](https://github.com/janus-idp/backstage-plugins/issues/1902)) ([e04d231](https://github.com/janus-idp/backstage-plugins/commit/e04d2310efe40da60a7b5c314ca6051ccdae99ba))
117
+
118
+ ## @backstage-community/plugin-quay [1.10.0](https://github.com/janus-idp/backstage-plugins/compare/@backstage-community/plugin-quay@1.9.0...@backstage-community/plugin-quay@1.10.0) (2024-07-26)
119
+
120
+ ### Features
121
+
122
+ - **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))
123
+
124
+ ### Dependencies
125
+
126
+ - **@janus-idp/shared-react:** upgraded to 2.9.0
127
+
128
+ ## @backstage-community/plugin-quay [1.9.0](https://github.com/janus-idp/backstage-plugins/compare/@backstage-community/plugin-quay@1.8.2...@backstage-community/plugin-quay@1.9.0) (2024-07-24)
129
+
130
+ ### Features
131
+
132
+ - **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))
133
+
134
+ ### Dependencies
135
+
136
+ - **@janus-idp/shared-react:** upgraded to 2.8.0
137
+
138
+ ## @backstage-community/plugin-quay [1.8.2](https://github.com/janus-idp/backstage-plugins/compare/@backstage-community/plugin-quay@1.8.1...@backstage-community/plugin-quay@1.8.2) (2024-07-17)
139
+
140
+ ### Bug Fixes
141
+
142
+ - **quay:** add mock data to quay dev mode tests ([#1860](https://github.com/janus-idp/backstage-plugins/issues/1860)) ([cbfcc49](https://github.com/janus-idp/backstage-plugins/commit/cbfcc4995f57d276abab4896efe8729761eff22f))
143
+
144
+ ## @backstage-community/plugin-quay [1.8.1](https://github.com/janus-idp/backstage-plugins/compare/@backstage-community/plugin-quay@1.8.0...@backstage-community/plugin-quay@1.8.1) (2024-06-19)
145
+
146
+ ### Dependencies
147
+
148
+ - **@janus-idp/shared-react:** upgraded to 2.7.1
149
+ - **@janus-idp/cli:** upgraded to 1.11.1
150
+
151
+ ## @backstage-community/plugin-quay [1.8.0](https://github.com/janus-idp/backstage-plugins/compare/@backstage-community/plugin-quay@1.7.10...@backstage-community/plugin-quay@1.8.0) (2024-06-13)
152
+
153
+ ### Features
154
+
155
+ - **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))
156
+
157
+ ### Dependencies
158
+
159
+ - **@janus-idp/shared-react:** upgraded to 2.7.0
160
+ - **@janus-idp/cli:** upgraded to 1.11.0
161
+
162
+ ## @backstage-community/plugin-quay [1.7.10](https://github.com/janus-idp/backstage-plugins/compare/@backstage-community/plugin-quay@1.7.9...@backstage-community/plugin-quay@1.7.10) (2024-06-13)
163
+
164
+ ### Dependencies
165
+
166
+ - **@janus-idp/cli:** upgraded to 1.10.1
167
+
168
+ ## @backstage-community/plugin-quay [1.7.9](https://github.com/janus-idp/backstage-plugins/compare/@backstage-community/plugin-quay@1.7.8...@backstage-community/plugin-quay@1.7.9) (2024-06-10)
169
+
170
+ ## @backstage-community/plugin-quay [1.7.8](https://github.com/janus-idp/backstage-plugins/compare/@backstage-community/plugin-quay@1.7.7...@backstage-community/plugin-quay@1.7.8) (2024-06-05)
171
+
172
+ ### Dependencies
173
+
174
+ - **@janus-idp/cli:** upgraded to 1.10.0
175
+
176
+ ## @backstage-community/plugin-quay [1.7.7](https://github.com/janus-idp/backstage-plugins/compare/@backstage-community/plugin-quay@1.7.6...@backstage-community/plugin-quay@1.7.7) (2024-06-04)
177
+
178
+ ### Dependencies
179
+
180
+ - **@janus-idp/shared-react:** upgraded to 2.6.4
181
+
182
+ ## @backstage-community/plugin-quay [1.7.6](https://github.com/janus-idp/backstage-plugins/compare/@backstage-community/plugin-quay@1.7.5...@backstage-community/plugin-quay@1.7.6) (2024-06-03)
183
+
184
+ ### Dependencies
185
+
186
+ - **@janus-idp/cli:** upgraded to 1.9.0
187
+
188
+ ## @backstage-community/plugin-quay [1.7.5](https://github.com/janus-idp/backstage-plugins/compare/@backstage-community/plugin-quay@1.7.4...@backstage-community/plugin-quay@1.7.5) (2024-05-31)
189
+
190
+ ## @backstage-community/plugin-quay [1.7.4](https://github.com/janus-idp/backstage-plugins/compare/@backstage-community/plugin-quay@1.7.3...@backstage-community/plugin-quay@1.7.4) (2024-05-29)
191
+
192
+ ### Dependencies
193
+
194
+ - **@janus-idp/cli:** upgraded to 1.8.10
195
+
196
+ ## @backstage-community/plugin-quay [1.7.3](https://github.com/janus-idp/backstage-plugins/compare/@backstage-community/plugin-quay@1.7.2...@backstage-community/plugin-quay@1.7.3) (2024-05-29)
197
+
198
+ ### Dependencies
199
+
200
+ - **@janus-idp/shared-react:** upgraded to 2.6.3
201
+ - **@janus-idp/cli:** upgraded to 1.8.9
202
+
203
+ ## @backstage-community/plugin-quay [1.7.2](https://github.com/janus-idp/backstage-plugins/compare/@backstage-community/plugin-quay@1.7.1...@backstage-community/plugin-quay@1.7.2) (2024-05-17)
204
+
205
+ ### Bug Fixes
206
+
207
+ - **quay:** remove unuseful link ([#1692](https://github.com/janus-idp/backstage-plugins/issues/1692)) ([ae27d91](https://github.com/janus-idp/backstage-plugins/commit/ae27d919a312f66d592bc5a48837f78e82302903))
208
+
209
+ ## @backstage-community/plugin-quay [1.7.1](https://github.com/janus-idp/backstage-plugins/compare/@backstage-community/plugin-quay@1.7.0...@backstage-community/plugin-quay@1.7.1) (2024-05-16)
210
+
211
+ ### Dependencies
212
+
213
+ - **@janus-idp/shared-react:** upgraded to 2.6.2
214
+ - **@janus-idp/cli:** upgraded to 1.8.7
215
+
216
+ ## @backstage-community/plugin-quay [1.7.0](https://github.com/janus-idp/backstage-plugins/compare/@backstage-community/plugin-quay@1.6.7...@backstage-community/plugin-quay@1.7.0) (2024-05-14)
217
+
218
+ ### Features
219
+
220
+ - **deps:** use RHDH themes in the backstage app and dev pages ([#1480](https://github.com/janus-idp/backstage-plugins/issues/1480)) ([8263bf0](https://github.com/janus-idp/backstage-plugins/commit/8263bf099736cbb0d0f2316082d338ba81fa6927))
221
+
222
+ ## @backstage-community/plugin-quay [1.6.7](https://github.com/janus-idp/backstage-plugins/compare/@backstage-community/plugin-quay@1.6.6...@backstage-community/plugin-quay@1.6.7) (2024-05-09)
223
+
224
+ ### Dependencies
225
+
226
+ - **@janus-idp/shared-react:** upgraded to 2.6.1
227
+ - **@janus-idp/cli:** upgraded to 1.8.6
228
+
229
+ ## @backstage-community/plugin-quay [1.6.6](https://github.com/janus-idp/backstage-plugins/compare/@backstage-community/plugin-quay@1.6.5...@backstage-community/plugin-quay@1.6.6) (2024-05-02)
230
+
231
+ ### Dependencies
232
+
233
+ - **@janus-idp/cli:** upgraded to 1.8.5
234
+
235
+ ## @backstage-community/plugin-quay [1.6.5](https://github.com/janus-idp/backstage-plugins/compare/@backstage-community/plugin-quay@1.6.4...@backstage-community/plugin-quay@1.6.5) (2024-05-02)
236
+
237
+ ### Dependencies
238
+
239
+ - **@janus-idp/cli:** upgraded to 1.8.4
240
+
241
+ ## @backstage-community/plugin-quay [1.6.4](https://github.com/janus-idp/backstage-plugins/compare/@backstage-community/plugin-quay@1.6.3...@backstage-community/plugin-quay@1.6.4) (2024-04-30)
242
+
243
+ ### Dependencies
244
+
245
+ - **@janus-idp/cli:** upgraded to 1.8.3
246
+
247
+ ## @backstage-community/plugin-quay [1.6.3](https://github.com/janus-idp/backstage-plugins/compare/@backstage-community/plugin-quay@1.6.2...@backstage-community/plugin-quay@1.6.3) (2024-04-30)
248
+
249
+ ### Dependencies
250
+
251
+ - **@janus-idp/cli:** upgraded to 1.8.2
252
+
253
+ ## @backstage-community/plugin-quay [1.6.2](https://github.com/janus-idp/backstage-plugins/compare/@backstage-community/plugin-quay@1.6.1...@backstage-community/plugin-quay@1.6.2) (2024-04-30)
254
+
255
+ ### Bug Fixes
256
+
257
+ - **ui:** remove extra inline style ([#1548](https://github.com/janus-idp/backstage-plugins/issues/1548)) ([4f38030](https://github.com/janus-idp/backstage-plugins/commit/4f3803068f9b5e3007d85feaf7fb12e837ce09d5))
258
+
259
+ ## @backstage-community/plugin-quay [1.6.1](https://github.com/janus-idp/backstage-plugins/compare/@backstage-community/plugin-quay@1.6.0...@backstage-community/plugin-quay@1.6.1) (2024-04-25)
260
+
261
+ ### Dependencies
262
+
263
+ - **@janus-idp/cli:** upgraded to 1.8.1
264
+
265
+ ## @backstage-community/plugin-quay [1.6.0](https://github.com/janus-idp/backstage-plugins/compare/@backstage-community/plugin-quay@1.5.17...@backstage-community/plugin-quay@1.6.0) (2024-04-15)
266
+
267
+ ### Features
268
+
269
+ - 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))
270
+
271
+ ### Dependencies
272
+
273
+ - **@janus-idp/shared-react:** upgraded to 2.6.0
274
+ - **@janus-idp/cli:** upgraded to 1.8.0
275
+
276
+ ## @backstage-community/plugin-quay [1.5.17](https://github.com/janus-idp/backstage-plugins/compare/@backstage-community/plugin-quay@1.5.16...@backstage-community/plugin-quay@1.5.17) (2024-04-09)
277
+
278
+ ### Dependencies
279
+
280
+ - **@janus-idp/cli:** upgraded to 1.7.10
281
+
282
+ ## @backstage-community/plugin-quay [1.5.16](https://github.com/janus-idp/backstage-plugins/compare/@backstage-community/plugin-quay@1.5.15...@backstage-community/plugin-quay@1.5.16) (2024-04-09)
283
+
284
+ ### Dependencies
285
+
286
+ - **@janus-idp/shared-react:** upgraded to 2.5.5
287
+
288
+ ## @backstage-community/plugin-quay [1.5.15](https://github.com/janus-idp/backstage-plugins/compare/@backstage-community/plugin-quay@1.5.14...@backstage-community/plugin-quay@1.5.15) (2024-04-09)
289
+
290
+ ### Dependencies
291
+
292
+ - **@janus-idp/cli:** upgraded to 1.7.9
293
+
294
+ ## @backstage-community/plugin-quay [1.5.14](https://github.com/janus-idp/backstage-plugins/compare/@backstage-community/plugin-quay@1.5.13...@backstage-community/plugin-quay@1.5.14) (2024-04-08)
295
+
296
+ ### Dependencies
297
+
298
+ - **@janus-idp/shared-react:** upgraded to 2.5.4
299
+
300
+ ## @backstage-community/plugin-quay [1.5.13](https://github.com/janus-idp/backstage-plugins/compare/@backstage-community/plugin-quay@1.5.12...@backstage-community/plugin-quay@1.5.13) (2024-04-05)
301
+
302
+ ### Dependencies
303
+
304
+ - **@janus-idp/shared-react:** upgraded to 2.5.4
305
+ - **@janus-idp/cli:** upgraded to 1.7.8
306
+
307
+ ## @backstage-community/plugin-quay [1.5.12](https://github.com/janus-idp/backstage-plugins/compare/@backstage-community/plugin-quay@1.5.11...@backstage-community/plugin-quay@1.5.12) (2024-04-02)
308
+
309
+ ### Dependencies
310
+
311
+ - **@janus-idp/cli:** upgraded to 1.7.7
312
+
313
+ ## @backstage-community/plugin-quay [1.5.11](https://github.com/janus-idp/backstage-plugins/compare/@backstage-community/plugin-quay@1.5.10...@backstage-community/plugin-quay@1.5.11) (2024-03-29)
314
+
315
+ ### Dependencies
316
+
317
+ - **@janus-idp/shared-react:** upgraded to 2.5.3
318
+ - **@janus-idp/cli:** upgraded to 1.7.6
319
+
320
+ ## @backstage-community/plugin-quay [1.5.10](https://github.com/janus-idp/backstage-plugins/compare/@backstage-community/plugin-quay@1.5.9...@backstage-community/plugin-quay@1.5.10) (2024-03-26)
321
+
322
+ ### Bug Fixes
323
+
324
+ - **quay:** add queued status for tags waiting for scan ([#1400](https://github.com/janus-idp/backstage-plugins/issues/1400)) ([ef37ae1](https://github.com/janus-idp/backstage-plugins/commit/ef37ae10727a3d0ba3dd5e02f2048fad79f63157))
325
+
326
+ ## @backstage-community/plugin-quay [1.5.9](https://github.com/janus-idp/backstage-plugins/compare/@backstage-community/plugin-quay@1.5.8...@backstage-community/plugin-quay@1.5.9) (2024-03-04)
327
+
328
+ ### Dependencies
329
+
330
+ - **@janus-idp/cli:** upgraded to 1.7.5
331
+
332
+ ## @backstage-community/plugin-quay [1.5.8](https://github.com/janus-idp/backstage-plugins/compare/@backstage-community/plugin-quay@1.5.7...@backstage-community/plugin-quay@1.5.8) (2024-02-27)
333
+
334
+ ### Dependencies
335
+
336
+ - **@janus-idp/cli:** upgraded to 1.7.4
337
+
338
+ ## @backstage-community/plugin-quay [1.5.7](https://github.com/janus-idp/backstage-plugins/compare/@backstage-community/plugin-quay@1.5.6...@backstage-community/plugin-quay@1.5.7) (2024-02-26)
339
+
340
+ ### Dependencies
341
+
342
+ - **@janus-idp/cli:** upgraded to 1.7.3
343
+
344
+ ## @backstage-community/plugin-quay [1.5.6](https://github.com/janus-idp/backstage-plugins/compare/@backstage-community/plugin-quay@1.5.5...@backstage-community/plugin-quay@1.5.6) (2024-02-21)
345
+
346
+ ### Other changes
347
+
348
+ - **quay:** add first playwright tests ([#1201](https://github.com/janus-idp/backstage-plugins/issues/1201)) ([a7e936d](https://github.com/janus-idp/backstage-plugins/commit/a7e936d88e0c21f2948cb4f46da491ec878f4c9b))
349
+ - **tekton:** add playwright tests for the plugin ([#1228](https://github.com/janus-idp/backstage-plugins/issues/1228)) ([705afc2](https://github.com/janus-idp/backstage-plugins/commit/705afc2892839f39a8cbad39f51c959aa3ac4c8a))
350
+
351
+ ### Dependencies
352
+
353
+ - **@janus-idp/shared-react:** upgraded to 2.5.2
354
+ - **@janus-idp/cli:** upgraded to 1.7.2
355
+
356
+ ## @backstage-community/plugin-quay [1.5.5](https://github.com/janus-idp/backstage-plugins/compare/@backstage-community/plugin-quay@1.5.4...@backstage-community/plugin-quay@1.5.5) (2024-02-05)
357
+
358
+ ### Dependencies
359
+
360
+ - **@janus-idp/cli:** upgraded to 1.7.1
361
+
362
+ ## @backstage-community/plugin-quay [1.5.4](https://github.com/janus-idp/backstage-plugins/compare/@backstage-community/plugin-quay@1.5.3...@backstage-community/plugin-quay@1.5.4) (2024-02-02)
363
+
364
+ ### Dependencies
365
+
366
+ - **@janus-idp/shared-react:** upgraded to 2.5.1
367
+
368
+ ## @backstage-community/plugin-quay [1.5.3](https://github.com/janus-idp/backstage-plugins/compare/@backstage-community/plugin-quay@1.5.2...@backstage-community/plugin-quay@1.5.3) (2024-01-30)
369
+
370
+ ### Dependencies
371
+
372
+ - **@janus-idp/cli:** upgraded to 1.7.0
373
+
374
+ ## @backstage-community/plugin-quay [1.5.2](https://github.com/janus-idp/backstage-plugins/compare/@backstage-community/plugin-quay@1.5.1...@backstage-community/plugin-quay@1.5.2) (2024-01-30)
375
+
376
+ ### Dependencies
377
+
378
+ - **@janus-idp/shared-react:** upgraded to 2.5.0
379
+
380
+ ## @backstage-community/plugin-quay [1.5.1](https://github.com/janus-idp/backstage-plugins/compare/@backstage-community/plugin-quay@1.5.0...@backstage-community/plugin-quay@1.5.1) (2024-01-25)
381
+
382
+ ### Dependencies
383
+
384
+ - **@janus-idp/cli:** upgraded to 1.6.0
385
+
386
+ ## @backstage-community/plugin-quay [1.5.0](https://github.com/janus-idp/backstage-plugins/compare/@backstage-community/plugin-quay@1.4.21...@backstage-community/plugin-quay@1.5.0) (2024-01-17)
387
+
388
+ ### Features
389
+
390
+ - **quay:** fix sorting in quay table and tag details ([#1044](https://github.com/janus-idp/backstage-plugins/issues/1044)) ([ceb16a9](https://github.com/janus-idp/backstage-plugins/commit/ceb16a97870f939e88b1424b3ce208ca24eb868a))
391
+
392
+ ### Dependencies
393
+
394
+ - **@janus-idp/shared-react:** upgraded to 2.4.0
395
+
396
+ ## @backstage-community/plugin-quay [1.4.21](https://github.com/janus-idp/backstage-plugins/compare/@backstage-community/plugin-quay@1.4.20...@backstage-community/plugin-quay@1.4.21) (2023-12-22)
397
+
398
+ ### Dependencies
399
+
400
+ - **@janus-idp/shared-react:** upgraded to 2.3.0
401
+
402
+ ## @backstage-community/plugin-quay [1.4.20](https://github.com/janus-idp/backstage-plugins/compare/@backstage-community/plugin-quay@1.4.19...@backstage-community/plugin-quay@1.4.20) (2023-12-21)
403
+
404
+ ### Bug Fixes
405
+
406
+ - **quay:** fix sorting and ordering of vulneribilities based on severity ([#1033](https://github.com/janus-idp/backstage-plugins/issues/1033)) ([d3fdcdf](https://github.com/janus-idp/backstage-plugins/commit/d3fdcdfb51d782e8f22a9eecdb5091def8ff4176))
407
+
408
+ ## @backstage-community/plugin-quay [1.4.19](https://github.com/janus-idp/backstage-plugins/compare/@backstage-community/plugin-quay@1.4.18...@backstage-community/plugin-quay@1.4.19) (2023-12-21)
409
+
410
+ ### Bug Fixes
411
+
412
+ - **quay:** fix infinite progress bar when scan is unsupported ([#1031](https://github.com/janus-idp/backstage-plugins/issues/1031)) ([2c050db](https://github.com/janus-idp/backstage-plugins/commit/2c050dbcfe4fae55ce89f9a8b54c8c4550b804f8))
413
+
414
+ ## @backstage-community/plugin-quay [1.4.18](https://github.com/janus-idp/backstage-plugins/compare/@backstage-community/plugin-quay@1.4.17...@backstage-community/plugin-quay@1.4.18) (2023-12-20)
415
+
416
+ ### Dependencies
417
+
418
+ - **@janus-idp/shared-react:** upgraded to 2.2.0
419
+
420
+ ## @backstage-community/plugin-quay [1.4.17](https://github.com/janus-idp/backstage-plugins/compare/@backstage-community/plugin-quay@1.4.16...@backstage-community/plugin-quay@1.4.17) (2023-12-14)
421
+
422
+ ### Dependencies
423
+
424
+ - **@janus-idp/shared-react:** upgraded to 2.1.0
425
+
426
+ ## @backstage-community/plugin-quay [1.4.16](https://github.com/janus-idp/backstage-plugins/compare/@backstage-community/plugin-quay@1.4.15...@backstage-community/plugin-quay@1.4.16) (2023-12-07)
427
+
428
+ ### Dependencies
429
+
430
+ - **@janus-idp/cli:** upgraded to 1.4.7
431
+
432
+ ## @backstage-community/plugin-quay [1.4.15](https://github.com/janus-idp/backstage-plugins/compare/@backstage-community/plugin-quay@1.4.14...@backstage-community/plugin-quay@1.4.15) (2023-11-30)
433
+
434
+ ### Dependencies
435
+
436
+ - **@janus-idp/cli:** upgraded to 1.4.6
437
+
438
+ ## @backstage-community/plugin-quay [1.4.14](https://github.com/janus-idp/backstage-plugins/compare/@backstage-community/plugin-quay@1.4.13...@backstage-community/plugin-quay@1.4.14) (2023-11-23)
439
+
440
+ ### Bug Fixes
441
+
442
+ - 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))
443
+
444
+ ## @backstage-community/plugin-quay [1.4.13](https://github.com/janus-idp/backstage-plugins/compare/@backstage-community/plugin-quay@1.4.12...@backstage-community/plugin-quay@1.4.13) (2023-11-23)
445
+
446
+ ### Dependencies
447
+
448
+ - **@janus-idp/shared-react:** upgraded to 2.0.1
449
+
450
+ ## @backstage-community/plugin-quay [1.4.12](https://github.com/janus-idp/backstage-plugins/compare/@backstage-community/plugin-quay@1.4.11...@backstage-community/plugin-quay@1.4.12) (2023-11-22)
451
+
452
+ ### Dependencies
453
+
454
+ - **@janus-idp/cli:** upgraded to 1.4.5
455
+
456
+ ## @backstage-community/plugin-quay [1.4.11](https://github.com/janus-idp/backstage-plugins/compare/@backstage-community/plugin-quay@1.4.10...@backstage-community/plugin-quay@1.4.11) (2023-11-21)
457
+
458
+ ### Bug Fixes
459
+
460
+ - 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))
461
+
462
+ ## @backstage-community/plugin-quay [1.4.10](https://github.com/janus-idp/backstage-plugins/compare/@backstage-community/plugin-quay@1.4.9...@backstage-community/plugin-quay@1.4.10) (2023-11-20)
463
+
464
+ ### Dependencies
465
+
466
+ - **@janus-idp/cli:** upgraded to 1.4.4
467
+
468
+ ## @backstage-community/plugin-quay [1.4.9](https://github.com/janus-idp/backstage-plugins/compare/@backstage-community/plugin-quay@1.4.8...@backstage-community/plugin-quay@1.4.9) (2023-11-16)
469
+
470
+ ### Dependencies
471
+
472
+ - **@janus-idp/cli:** upgraded to 1.4.3
473
+
474
+ ## @backstage-community/plugin-quay [1.4.8](https://github.com/janus-idp/backstage-plugins/compare/@backstage-community/plugin-quay@1.4.7...@backstage-community/plugin-quay@1.4.8) (2023-11-13)
475
+
476
+ ### Dependencies
477
+
478
+ - **@janus-idp/cli:** upgraded to 1.4.2
479
+
480
+ ## @backstage-community/plugin-quay [1.4.7](https://github.com/janus-idp/backstage-plugins/compare/@backstage-community/plugin-quay@1.4.6...@backstage-community/plugin-quay@1.4.7) (2023-11-13)
481
+
482
+ ### Dependencies
483
+
484
+ - **@janus-idp/cli:** upgraded to 1.4.1
485
+
486
+ ## @backstage-community/plugin-quay [1.4.6](https://github.com/janus-idp/backstage-plugins/compare/@backstage-community/plugin-quay@1.4.5...@backstage-community/plugin-quay@1.4.6) (2023-11-07)
487
+
488
+ ### Dependencies
489
+
490
+ - **@janus-idp/cli:** upgraded to 1.4.0
491
+
492
+ ## @backstage-community/plugin-quay [1.4.5](https://github.com/janus-idp/backstage-plugins/compare/@backstage-community/plugin-quay@1.4.4...@backstage-community/plugin-quay@1.4.5) (2023-11-06)
493
+
494
+ ### Bug Fixes
495
+
496
+ - **cli:** add default scalprum config ([#909](https://github.com/janus-idp/backstage-plugins/issues/909)) ([d74fc72](https://github.com/janus-idp/backstage-plugins/commit/d74fc72ab7e0a843da047c7b6570d8a6fbc068e1))
497
+
498
+ ### Dependencies
499
+
500
+ - **@janus-idp/cli:** upgraded to 1.3.3
501
+
502
+ ## @backstage-community/plugin-quay [1.4.4](https://github.com/janus-idp/backstage-plugins/compare/@backstage-community/plugin-quay@1.4.3...@backstage-community/plugin-quay@1.4.4) (2023-11-06)
503
+
504
+ ### Documentation
505
+
506
+ - update frontend plugin docs to use EntityLayout instead of EntityPageLayout ([#907](https://github.com/janus-idp/backstage-plugins/issues/907)) ([aa91bba](https://github.com/janus-idp/backstage-plugins/commit/aa91bba4c7a43de416258eb019724e21c7cf4bb8))
507
+
508
+ ## @backstage-community/plugin-quay [1.4.3](https://github.com/janus-idp/backstage-plugins/compare/@backstage-community/plugin-quay@1.4.2...@backstage-community/plugin-quay@1.4.3) (2023-11-02)
509
+
510
+ ### Dependencies
511
+
512
+ - **@janus-idp/cli:** upgraded to 1.3.2
513
+
514
+ ## @backstage-community/plugin-quay [1.4.2](https://github.com/janus-idp/backstage-plugins/compare/@backstage-community/plugin-quay@1.4.1...@backstage-community/plugin-quay@1.4.2) (2023-10-26)
515
+
516
+ ### Dependencies
517
+
518
+ - **@janus-idp/cli:** upgraded to 1.3.1
519
+
520
+ ## @backstage-community/plugin-quay [1.4.1](https://github.com/janus-idp/backstage-plugins/compare/@backstage-community/plugin-quay@1.4.0...@backstage-community/plugin-quay@1.4.1) (2023-10-23)
521
+
522
+ ### Dependencies
523
+
524
+ - **@janus-idp/shared-react:** upgraded to 2.0.0
525
+
526
+ ## @backstage-community/plugin-quay [1.4.0](https://github.com/janus-idp/backstage-plugins/compare/@backstage-community/plugin-quay@1.3.4...@backstage-community/plugin-quay@1.4.0) (2023-10-23)
527
+
528
+ ### Features
529
+
530
+ - **cli:** add frontend dynamic plugins base build config ([#747](https://github.com/janus-idp/backstage-plugins/issues/747)) ([91e06da](https://github.com/janus-idp/backstage-plugins/commit/91e06da8ab108c17fd2a6531f25e01c7a7350276)), closes [#831](https://github.com/janus-idp/backstage-plugins/issues/831)
531
+
532
+ ## @backstage-community/plugin-quay [1.3.4](https://github.com/janus-idp/backstage-plugins/compare/@backstage-community/plugin-quay@1.3.3...@backstage-community/plugin-quay@1.3.4) (2023-10-20)
533
+
534
+ ### Bug Fixes
535
+
536
+ - **quay:** add visual indicator to security scan when it is still loading ([#848](https://github.com/janus-idp/backstage-plugins/issues/848)) ([71ff2a8](https://github.com/janus-idp/backstage-plugins/commit/71ff2a87ede8094df5f03efaf55b2ca70bcc33e5))
537
+
538
+ ## @backstage-community/plugin-quay [1.3.3](https://github.com/janus-idp/backstage-plugins/compare/@backstage-community/plugin-quay@1.3.2...@backstage-community/plugin-quay@1.3.3) (2023-10-19)
539
+
540
+ ### Dependencies
541
+
542
+ - **@janus-idp/shared-react:** upgraded to 1.3.3
543
+
544
+ ## @backstage-community/plugin-quay [1.3.2](https://github.com/janus-idp/backstage-plugins/compare/@backstage-community/plugin-quay@1.3.1...@backstage-community/plugin-quay@1.3.2) (2023-10-16)
545
+
546
+ ### Dependencies
547
+
548
+ - **@janus-idp/shared-react:** upgraded to 1.3.2
549
+
550
+ ## @backstage-community/plugin-quay [1.3.1](https://github.com/janus-idp/backstage-plugins/compare/@backstage-community/plugin-quay@1.3.0...@backstage-community/plugin-quay@1.3.1) (2023-09-22)
551
+
552
+ ### Dependencies
553
+
554
+ - **@janus-idp/shared-react:** upgraded to 1.3.1
555
+
556
+ ## @backstage-community/plugin-quay [1.3.0](https://github.com/janus-idp/backstage-plugins/compare/@backstage-community/plugin-quay@1.2.15...@backstage-community/plugin-quay@1.3.0) (2023-08-14)
557
+
558
+ ### Features
559
+
560
+ - **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))
561
+
562
+ ## @backstage-community/plugin-quay [1.2.15](https://github.com/janus-idp/backstage-plugins/compare/@backstage-community/plugin-quay@1.2.14...@backstage-community/plugin-quay@1.2.15) (2023-07-25)
563
+
564
+ ### Bug Fixes
565
+
566
+ - **plugins:** add bearer token to request headers when sending requests, authmiddleware issue ([#498](https://github.com/janus-idp/backstage-plugins/issues/498)) ([86881c3](https://github.com/janus-idp/backstage-plugins/commit/86881c37321d1b446f15ff59b2fcb8ebc8500786))
567
+
568
+ ## @backstage-community/plugin-quay [1.2.14](https://github.com/janus-idp/backstage-plugins/compare/@backstage-community/plugin-quay@1.2.13...@backstage-community/plugin-quay@1.2.14) (2023-07-25)
569
+
570
+ ## @backstage-community/plugin-quay [1.2.13](https://github.com/janus-idp/backstage-plugins/compare/@backstage-community/plugin-quay@1.2.12...@backstage-community/plugin-quay@1.2.13) (2023-06-14)
571
+
572
+ ### Other changes
573
+
574
+ - **quay:** add unit tests for quay plugin ([#441](https://github.com/janus-idp/backstage-plugins/issues/441)) ([e9d7ed5](https://github.com/janus-idp/backstage-plugins/commit/e9d7ed54b7da5e8246993e586ea1b5379f757322))
575
+ - reorder imports via prettier ([#419](https://github.com/janus-idp/backstage-plugins/issues/419)) ([17f1e6a](https://github.com/janus-idp/backstage-plugins/commit/17f1e6a689bd793a619ec5e42e5cdda0998f78a5))
576
+
577
+ ### Documentation
578
+
579
+ - 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)
580
+
581
+ ## @backstage-community/plugin-quay [1.2.12](https://github.com/janus-idp/backstage-plugins/compare/@backstage-community/plugin-quay@1.2.11...@backstage-community/plugin-quay@1.2.12) (2023-05-30)
582
+
583
+ ## @backstage-community/plugin-quay [1.2.11](https://github.com/janus-idp/backstage-plugins/compare/@backstage-community/plugin-quay@1.2.10...@backstage-community/plugin-quay@1.2.11) (2023-05-30)
584
+
585
+ ## @backstage-community/plugin-quay [1.2.10](https://github.com/janus-idp/backstage-plugins/compare/@backstage-community/plugin-quay@1.2.9...@backstage-community/plugin-quay@1.2.10) (2023-05-22)
586
+
587
+ ### Documentation
588
+
589
+ - **Quay:** update user doc ([#353](https://github.com/janus-idp/backstage-plugins/issues/353)) ([f8d143f](https://github.com/janus-idp/backstage-plugins/commit/f8d143f243db069e8877f6b8a053790fabe078cf))
590
+
591
+ ## @backstage-community/plugin-quay [1.2.9](https://github.com/janus-idp/backstage-plugins/compare/@backstage-community/plugin-quay@1.2.8...@backstage-community/plugin-quay@1.2.9) (2023-05-18)
592
+
593
+ ### Documentation
594
+
595
+ - update plugin READMEs ([#373](https://github.com/janus-idp/backstage-plugins/issues/373)) ([478560e](https://github.com/janus-idp/backstage-plugins/commit/478560e38cceaa40d976bccf4785956ed58b5221))
596
+
597
+ ## @backstage-community/plugin-quay [1.2.8](https://github.com/janus-idp/backstage-plugins/compare/@backstage-community/plugin-quay@1.2.7...@backstage-community/plugin-quay@1.2.8) (2023-05-17)
598
+
599
+ ### Bug Fixes
600
+
601
+ - **deps:** update all non-major dependencies ([#358](https://github.com/janus-idp/backstage-plugins/issues/358)) ([086a9ed](https://github.com/janus-idp/backstage-plugins/commit/086a9ed839f3a6dd1460f0f87b71453a7ed62ea3))
602
+
603
+ ## @backstage-community/plugin-quay [1.2.7](https://github.com/janus-idp/backstage-plugins/compare/@backstage-community/plugin-quay@1.2.6...@backstage-community/plugin-quay@1.2.7) (2023-05-15)
604
+
605
+ ## @backstage-community/plugin-quay [1.2.6](https://github.com/janus-idp/backstage-plugins/compare/@backstage-community/plugin-quay@1.2.5...@backstage-community/plugin-quay@1.2.6) (2023-05-15)
606
+
607
+ ## @backstage-community/plugin-quay [1.2.5](https://github.com/janus-idp/backstage-plugins/compare/@backstage-community/plugin-quay@1.2.4...@backstage-community/plugin-quay@1.2.5) (2023-05-11)
608
+
609
+ ### Bug Fixes
610
+
611
+ - **deps:** update all non-major dependencies ([#339](https://github.com/janus-idp/backstage-plugins/issues/339)) ([d19d96d](https://github.com/janus-idp/backstage-plugins/commit/d19d96de7b55c205e0f77528e476104c0685aad2))
612
+
613
+ ## @backstage-community/plugin-quay [1.2.4](https://github.com/janus-idp/backstage-plugins/compare/@backstage-community/plugin-quay@1.2.3...@backstage-community/plugin-quay@1.2.4) (2023-05-09)
614
+
615
+ ### Bug Fixes
616
+
617
+ - **plugins:** remove React.FC types ([#335](https://github.com/janus-idp/backstage-plugins/issues/335)) ([f3d40af](https://github.com/janus-idp/backstage-plugins/commit/f3d40af9c6e55e5699ed78d07ae6617e25b33c18))
618
+
619
+ ## @backstage-community/plugin-quay [1.2.3](https://github.com/janus-idp/backstage-plugins/compare/@backstage-community/plugin-quay@1.2.2...@backstage-community/plugin-quay@1.2.3) (2023-05-09)
620
+
621
+ ### Other changes
622
+
623
+ - **deps:** update all non-major dependencies ([#333](https://github.com/janus-idp/backstage-plugins/issues/333)) ([dce0ea4](https://github.com/janus-idp/backstage-plugins/commit/dce0ea4a9b9f517bd864d39f0b364c68e6a2e143))
624
+
625
+ ## @backstage-community/plugin-quay [1.2.2](https://github.com/janus-idp/backstage-plugins/compare/@backstage-community/plugin-quay@1.2.1...@backstage-community/plugin-quay@1.2.2) (2023-05-04)
626
+
627
+ ### Documentation
628
+
629
+ - review for Quay plugin ([#281](https://github.com/janus-idp/backstage-plugins/issues/281)) ([b3717ce](https://github.com/janus-idp/backstage-plugins/commit/b3717ce5cddedb1d0250ee1df4b425d8fd7567d6))
630
+
631
+ ### Other changes
632
+
633
+ - **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))
634
+
635
+ ## @backstage-community/plugin-quay [1.2.1](https://github.com/janus-idp/backstage-plugins/compare/@backstage-community/plugin-quay@1.2.0...@backstage-community/plugin-quay@1.2.1) (2023-04-27)
636
+
637
+ ### Bug Fixes
638
+
639
+ - **quay:** indicate when a layer has no security vulnerabilities detected ([#298](https://github.com/janus-idp/backstage-plugins/issues/298)) ([1285e10](https://github.com/janus-idp/backstage-plugins/commit/1285e102d875696781a2d45f60c61408405896ba))
640
+
641
+ ## @backstage-community/plugin-quay [1.2.0](https://github.com/janus-idp/backstage-plugins/compare/@backstage-community/plugin-quay@1.1.2...@backstage-community/plugin-quay@1.2.0) (2023-04-25)
642
+
643
+ ### Features
644
+
645
+ - **quay:** add quay link to repository ([#207](https://github.com/janus-idp/backstage-plugins/issues/207)) ([eb44446](https://github.com/janus-idp/backstage-plugins/commit/eb44446edff67a9a5877846fd1a797acde8d24c9))
646
+ - **quay:** add quay security details ([#240](https://github.com/janus-idp/backstage-plugins/issues/240)) ([c163943](https://github.com/janus-idp/backstage-plugins/commit/c16394371436e78ba7e41dba2c502864cc235ec7))
647
+
648
+ ## @backstage-community/plugin-quay [1.1.2](https://github.com/janus-idp/backstage-plugins/compare/@backstage-community/plugin-quay@1.1.1...@backstage-community/plugin-quay@1.1.2) (2023-03-31)
649
+
650
+ ### Bug Fixes
651
+
652
+ - **quay:** change http link to https ([#217](https://github.com/janus-idp/backstage-plugins/issues/217)) ([dca6a5a](https://github.com/janus-idp/backstage-plugins/commit/dca6a5a174b86ce63d5aa93465526537e4be6bfa))
653
+
654
+ ## @backstage-community/plugin-quay [1.1.1](https://github.com/janus-idp/backstage-plugins/compare/@backstage-community/plugin-quay@1.1.0...@backstage-community/plugin-quay@1.1.1) (2023-03-06)
655
+
656
+ ### Bug Fixes
657
+
658
+ - **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)
659
+
660
+ # @backstage-community/plugin-quay [1.1.0](https://github.com/janus-idp/backstage-plugins/compare/@backstage-community/plugin-quay@1.0.0...@backstage-community/plugin-quay@1.1.0) (2023-02-16)
661
+
662
+ ### Features
663
+
664
+ - **quay:** Add expiration and style hash ([8f48279](https://github.com/janus-idp/backstage-plugins/commit/8f48279e80dba50a2699af5af64dec8e5f82a784))
665
+
666
+ # @backstage-community/plugin-quay 1.0.0 (2023-02-07)
667
+
668
+ ### Features
669
+
670
+ - Remove backend plugins and use proxy instead ([e57d31f](https://github.com/janus-idp/backstage-plugins/commit/e57d31fd3a7f7cbb62b365b0be04bcbc864acd19))