@red-hat-developer-hub/backstage-plugin-openshift-image-registry 1.9.6
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 +521 -0
- package/README.md +99 -0
- package/app-config.yaml +20 -0
- package/config.d.ts +26 -0
- package/dist/api/index.esm.js +77 -0
- package/dist/api/index.esm.js.map +1 -0
- package/dist/components/OcirImages/OcirImageSearchBar.esm.js +62 -0
- package/dist/components/OcirImages/OcirImageSearchBar.esm.js.map +1 -0
- package/dist/components/OcirImages/OcirImageSidebar.esm.js +107 -0
- package/dist/components/OcirImages/OcirImageSidebar.esm.js.map +1 -0
- package/dist/components/OcirImages/OcirImagesCard.esm.js +64 -0
- package/dist/components/OcirImages/OcirImagesCard.esm.js.map +1 -0
- package/dist/components/OcirImages/OcirImagesCards.esm.js +44 -0
- package/dist/components/OcirImages/OcirImagesCards.esm.js.map +1 -0
- package/dist/components/OcirImages/OcirImagesView.esm.js +17 -0
- package/dist/components/OcirImages/OcirImagesView.esm.js.map +1 -0
- package/dist/components/OcirPage/OcirPage.esm.js +8 -0
- package/dist/components/OcirPage/OcirPage.esm.js.map +1 -0
- package/dist/components/OcirPage/index.esm.js +2 -0
- package/dist/components/OcirPage/index.esm.js.map +1 -0
- package/dist/hooks/useAllNsImageStreams.esm.js +31 -0
- package/dist/hooks/useAllNsImageStreams.esm.js.map +1 -0
- package/dist/hooks/useImageStreamsMetadataFromTag.esm.js +36 -0
- package/dist/hooks/useImageStreamsMetadataFromTag.esm.js.map +1 -0
- package/dist/index.d.ts +10 -0
- package/dist/index.esm.js +2 -0
- package/dist/index.esm.js.map +1 -0
- package/dist/plugin.esm.js +35 -0
- package/dist/plugin.esm.js.map +1 -0
- package/dist/routes.esm.js +8 -0
- package/dist/routes.esm.js.map +1 -0
- package/package.json +94 -0
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,521 @@
|
|
|
1
|
+
### Dependencies
|
|
2
|
+
|
|
3
|
+
## 1.9.6
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 8170f5f: The `openshift-image-registry` plugin from the [janus-idp/backstage-plugins](https://github.com/janus-idp/backstage-plugins) repository was migrated to the redhat-developer/rhdh-plugins repository. The migration was performed by following the manual migration steps outlined in the [RHDH Plugins CONTRIBUTING guide](https://github.com/redhat-developer/rhdh-plugins/blob/main/CONTRIBUTING.md#migrating-a-plugin)
|
|
8
|
+
|
|
9
|
+
- **@janus-idp/cli:** upgraded to 1.15.2
|
|
10
|
+
|
|
11
|
+
### Dependencies
|
|
12
|
+
|
|
13
|
+
- **@janus-idp/cli:** upgraded to 1.15.1
|
|
14
|
+
|
|
15
|
+
### Dependencies
|
|
16
|
+
|
|
17
|
+
- **@janus-idp/shared-react:** upgraded to 2.11.1
|
|
18
|
+
- **@janus-idp/cli:** upgraded to 1.15.0
|
|
19
|
+
|
|
20
|
+
### Dependencies
|
|
21
|
+
|
|
22
|
+
- **@janus-idp/shared-react:** upgraded to 2.11.0
|
|
23
|
+
- **@janus-idp/cli:** upgraded to 1.14.0
|
|
24
|
+
|
|
25
|
+
### Dependencies
|
|
26
|
+
|
|
27
|
+
- **@janus-idp/cli:** upgraded to 1.13.2
|
|
28
|
+
|
|
29
|
+
### Dependencies
|
|
30
|
+
|
|
31
|
+
- **@janus-idp/shared-react:** upgraded to 2.10.3
|
|
32
|
+
|
|
33
|
+
### Dependencies
|
|
34
|
+
|
|
35
|
+
- **@janus-idp/shared-react:** upgraded to 2.10.2
|
|
36
|
+
|
|
37
|
+
### Dependencies
|
|
38
|
+
|
|
39
|
+
- **@janus-idp/shared-react:** upgraded to 2.10.1
|
|
40
|
+
|
|
41
|
+
### Dependencies
|
|
42
|
+
|
|
43
|
+
- **@janus-idp/cli:** upgraded to 1.13.1
|
|
44
|
+
|
|
45
|
+
## @janus-idp/backstage-plugin-openshift-image-registry [1.8.2](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/backstage-plugin-openshift-image-registry@1.8.1...@janus-idp/backstage-plugin-openshift-image-registry@1.8.2) (2024-08-02)
|
|
46
|
+
|
|
47
|
+
### Dependencies
|
|
48
|
+
|
|
49
|
+
- **@janus-idp/shared-react:** upgraded to 2.10.0
|
|
50
|
+
|
|
51
|
+
## @janus-idp/backstage-plugin-openshift-image-registry [1.8.1](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/backstage-plugin-openshift-image-registry@1.8.0...@janus-idp/backstage-plugin-openshift-image-registry@1.8.1) (2024-08-02)
|
|
52
|
+
|
|
53
|
+
### Dependencies
|
|
54
|
+
|
|
55
|
+
- **@janus-idp/shared-react:** upgraded to 2.10.0
|
|
56
|
+
|
|
57
|
+
## @janus-idp/backstage-plugin-openshift-image-registry [1.8.0](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/backstage-plugin-openshift-image-registry@1.7.0...@janus-idp/backstage-plugin-openshift-image-registry@1.8.0) (2024-07-26)
|
|
58
|
+
|
|
59
|
+
### Features
|
|
60
|
+
|
|
61
|
+
- **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))
|
|
62
|
+
|
|
63
|
+
### Dependencies
|
|
64
|
+
|
|
65
|
+
- **@janus-idp/shared-react:** upgraded to 2.9.0
|
|
66
|
+
|
|
67
|
+
## @janus-idp/backstage-plugin-openshift-image-registry [1.7.0](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/backstage-plugin-openshift-image-registry@1.6.1...@janus-idp/backstage-plugin-openshift-image-registry@1.7.0) (2024-07-24)
|
|
68
|
+
|
|
69
|
+
### Features
|
|
70
|
+
|
|
71
|
+
- **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))
|
|
72
|
+
|
|
73
|
+
### Dependencies
|
|
74
|
+
|
|
75
|
+
- **@janus-idp/shared-react:** upgraded to 2.8.0
|
|
76
|
+
|
|
77
|
+
## @janus-idp/backstage-plugin-openshift-image-registry [1.6.1](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/backstage-plugin-openshift-image-registry@1.6.0...@janus-idp/backstage-plugin-openshift-image-registry@1.6.1) (2024-06-19)
|
|
78
|
+
|
|
79
|
+
### Dependencies
|
|
80
|
+
|
|
81
|
+
- **@janus-idp/shared-react:** upgraded to 2.7.1
|
|
82
|
+
- **@janus-idp/cli:** upgraded to 1.11.1
|
|
83
|
+
|
|
84
|
+
## @janus-idp/backstage-plugin-openshift-image-registry [1.6.0](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/backstage-plugin-openshift-image-registry@1.5.12...@janus-idp/backstage-plugin-openshift-image-registry@1.6.0) (2024-06-13)
|
|
85
|
+
|
|
86
|
+
### Features
|
|
87
|
+
|
|
88
|
+
- **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))
|
|
89
|
+
|
|
90
|
+
### Dependencies
|
|
91
|
+
|
|
92
|
+
- **@janus-idp/shared-react:** upgraded to 2.7.0
|
|
93
|
+
- **@janus-idp/cli:** upgraded to 1.11.0
|
|
94
|
+
|
|
95
|
+
## @janus-idp/backstage-plugin-openshift-image-registry [1.5.12](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/backstage-plugin-openshift-image-registry@1.5.11...@janus-idp/backstage-plugin-openshift-image-registry@1.5.12) (2024-06-13)
|
|
96
|
+
|
|
97
|
+
### Dependencies
|
|
98
|
+
|
|
99
|
+
- **@janus-idp/cli:** upgraded to 1.10.1
|
|
100
|
+
|
|
101
|
+
## @janus-idp/backstage-plugin-openshift-image-registry [1.5.11](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/backstage-plugin-openshift-image-registry@1.5.10...@janus-idp/backstage-plugin-openshift-image-registry@1.5.11) (2024-06-05)
|
|
102
|
+
|
|
103
|
+
### Dependencies
|
|
104
|
+
|
|
105
|
+
- **@janus-idp/cli:** upgraded to 1.10.0
|
|
106
|
+
|
|
107
|
+
## @janus-idp/backstage-plugin-openshift-image-registry [1.5.10](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/backstage-plugin-openshift-image-registry@1.5.9...@janus-idp/backstage-plugin-openshift-image-registry@1.5.10) (2024-06-04)
|
|
108
|
+
|
|
109
|
+
### Dependencies
|
|
110
|
+
|
|
111
|
+
- **@janus-idp/shared-react:** upgraded to 2.6.4
|
|
112
|
+
|
|
113
|
+
## @janus-idp/backstage-plugin-openshift-image-registry [1.5.9](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/backstage-plugin-openshift-image-registry@1.5.8...@janus-idp/backstage-plugin-openshift-image-registry@1.5.9) (2024-06-03)
|
|
114
|
+
|
|
115
|
+
## @janus-idp/backstage-plugin-openshift-image-registry [1.5.8](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/backstage-plugin-openshift-image-registry@1.5.7...@janus-idp/backstage-plugin-openshift-image-registry@1.5.8) (2024-06-03)
|
|
116
|
+
|
|
117
|
+
### Dependencies
|
|
118
|
+
|
|
119
|
+
- **@janus-idp/cli:** upgraded to 1.9.0
|
|
120
|
+
|
|
121
|
+
## @janus-idp/backstage-plugin-openshift-image-registry [1.5.7](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/backstage-plugin-openshift-image-registry@1.5.6...@janus-idp/backstage-plugin-openshift-image-registry@1.5.7) (2024-05-31)
|
|
122
|
+
|
|
123
|
+
## @janus-idp/backstage-plugin-openshift-image-registry [1.5.6](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/backstage-plugin-openshift-image-registry@1.5.5...@janus-idp/backstage-plugin-openshift-image-registry@1.5.6) (2024-05-29)
|
|
124
|
+
|
|
125
|
+
### Dependencies
|
|
126
|
+
|
|
127
|
+
- **@janus-idp/cli:** upgraded to 1.8.10
|
|
128
|
+
|
|
129
|
+
## @janus-idp/backstage-plugin-openshift-image-registry [1.5.5](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/backstage-plugin-openshift-image-registry@1.5.4...@janus-idp/backstage-plugin-openshift-image-registry@1.5.5) (2024-05-29)
|
|
130
|
+
|
|
131
|
+
### Dependencies
|
|
132
|
+
|
|
133
|
+
- **@janus-idp/shared-react:** upgraded to 2.6.3
|
|
134
|
+
- **@janus-idp/cli:** upgraded to 1.8.9
|
|
135
|
+
|
|
136
|
+
## @janus-idp/backstage-plugin-openshift-image-registry [1.5.4](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/backstage-plugin-openshift-image-registry@1.5.3...@janus-idp/backstage-plugin-openshift-image-registry@1.5.4) (2024-05-29)
|
|
137
|
+
|
|
138
|
+
### Dependencies
|
|
139
|
+
|
|
140
|
+
- **@janus-idp/shared-react:** upgraded to 2.6.3
|
|
141
|
+
|
|
142
|
+
## @janus-idp/backstage-plugin-openshift-image-registry [1.5.3](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/backstage-plugin-openshift-image-registry@1.5.2...@janus-idp/backstage-plugin-openshift-image-registry@1.5.3) (2024-05-17)
|
|
143
|
+
|
|
144
|
+
## @janus-idp/backstage-plugin-openshift-image-registry [1.5.2](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/backstage-plugin-openshift-image-registry@1.5.1...@janus-idp/backstage-plugin-openshift-image-registry@1.5.2) (2024-05-16)
|
|
145
|
+
|
|
146
|
+
## @janus-idp/backstage-plugin-openshift-image-registry [1.5.1](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/backstage-plugin-openshift-image-registry@1.5.0...@janus-idp/backstage-plugin-openshift-image-registry@1.5.1) (2024-05-16)
|
|
147
|
+
|
|
148
|
+
### Dependencies
|
|
149
|
+
|
|
150
|
+
- **@janus-idp/shared-react:** upgraded to 2.6.2
|
|
151
|
+
- **@janus-idp/cli:** upgraded to 1.8.7
|
|
152
|
+
|
|
153
|
+
## @janus-idp/backstage-plugin-openshift-image-registry [1.5.0](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/backstage-plugin-openshift-image-registry@1.4.6...@janus-idp/backstage-plugin-openshift-image-registry@1.5.0) (2024-05-14)
|
|
154
|
+
|
|
155
|
+
### Features
|
|
156
|
+
|
|
157
|
+
- **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))
|
|
158
|
+
|
|
159
|
+
## @janus-idp/backstage-plugin-openshift-image-registry [1.4.6](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/backstage-plugin-openshift-image-registry@1.4.5...@janus-idp/backstage-plugin-openshift-image-registry@1.4.6) (2024-05-09)
|
|
160
|
+
|
|
161
|
+
### Dependencies
|
|
162
|
+
|
|
163
|
+
- **@janus-idp/shared-react:** upgraded to 2.6.1
|
|
164
|
+
- **@janus-idp/cli:** upgraded to 1.8.6
|
|
165
|
+
|
|
166
|
+
## @janus-idp/backstage-plugin-openshift-image-registry [1.4.5](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/backstage-plugin-openshift-image-registry@1.4.4...@janus-idp/backstage-plugin-openshift-image-registry@1.4.5) (2024-05-02)
|
|
167
|
+
|
|
168
|
+
### Dependencies
|
|
169
|
+
|
|
170
|
+
- **@janus-idp/cli:** upgraded to 1.8.5
|
|
171
|
+
|
|
172
|
+
## @janus-idp/backstage-plugin-openshift-image-registry [1.4.4](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/backstage-plugin-openshift-image-registry@1.4.3...@janus-idp/backstage-plugin-openshift-image-registry@1.4.4) (2024-05-02)
|
|
173
|
+
|
|
174
|
+
### Dependencies
|
|
175
|
+
|
|
176
|
+
- **@janus-idp/cli:** upgraded to 1.8.4
|
|
177
|
+
|
|
178
|
+
## @janus-idp/backstage-plugin-openshift-image-registry [1.4.3](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/backstage-plugin-openshift-image-registry@1.4.2...@janus-idp/backstage-plugin-openshift-image-registry@1.4.3) (2024-04-30)
|
|
179
|
+
|
|
180
|
+
### Dependencies
|
|
181
|
+
|
|
182
|
+
- **@janus-idp/cli:** upgraded to 1.8.3
|
|
183
|
+
|
|
184
|
+
## @janus-idp/backstage-plugin-openshift-image-registry [1.4.2](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/backstage-plugin-openshift-image-registry@1.4.1...@janus-idp/backstage-plugin-openshift-image-registry@1.4.2) (2024-04-30)
|
|
185
|
+
|
|
186
|
+
### Dependencies
|
|
187
|
+
|
|
188
|
+
- **@janus-idp/cli:** upgraded to 1.8.2
|
|
189
|
+
|
|
190
|
+
## @janus-idp/backstage-plugin-openshift-image-registry [1.4.1](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/backstage-plugin-openshift-image-registry@1.4.0...@janus-idp/backstage-plugin-openshift-image-registry@1.4.1) (2024-04-25)
|
|
191
|
+
|
|
192
|
+
### Dependencies
|
|
193
|
+
|
|
194
|
+
- **@janus-idp/cli:** upgraded to 1.8.1
|
|
195
|
+
|
|
196
|
+
## @janus-idp/backstage-plugin-openshift-image-registry [1.4.0](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/backstage-plugin-openshift-image-registry@1.3.34...@janus-idp/backstage-plugin-openshift-image-registry@1.4.0) (2024-04-15)
|
|
197
|
+
|
|
198
|
+
### Features
|
|
199
|
+
|
|
200
|
+
- 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))
|
|
201
|
+
|
|
202
|
+
### Dependencies
|
|
203
|
+
|
|
204
|
+
- **@janus-idp/shared-react:** upgraded to 2.6.0
|
|
205
|
+
- **@janus-idp/cli:** upgraded to 1.8.0
|
|
206
|
+
|
|
207
|
+
## @janus-idp/backstage-plugin-openshift-image-registry [1.3.34](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/backstage-plugin-openshift-image-registry@1.3.33...@janus-idp/backstage-plugin-openshift-image-registry@1.3.34) (2024-04-09)
|
|
208
|
+
|
|
209
|
+
### Dependencies
|
|
210
|
+
|
|
211
|
+
- **@janus-idp/cli:** upgraded to 1.7.10
|
|
212
|
+
|
|
213
|
+
## @janus-idp/backstage-plugin-openshift-image-registry [1.3.33](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/backstage-plugin-openshift-image-registry@1.3.32...@janus-idp/backstage-plugin-openshift-image-registry@1.3.33) (2024-04-09)
|
|
214
|
+
|
|
215
|
+
### Dependencies
|
|
216
|
+
|
|
217
|
+
- **@janus-idp/shared-react:** upgraded to 2.5.5
|
|
218
|
+
|
|
219
|
+
## @janus-idp/backstage-plugin-openshift-image-registry [1.3.32](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/backstage-plugin-openshift-image-registry@1.3.31...@janus-idp/backstage-plugin-openshift-image-registry@1.3.32) (2024-04-09)
|
|
220
|
+
|
|
221
|
+
### Dependencies
|
|
222
|
+
|
|
223
|
+
- **@janus-idp/cli:** upgraded to 1.7.9
|
|
224
|
+
|
|
225
|
+
## @janus-idp/backstage-plugin-openshift-image-registry [1.3.31](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/backstage-plugin-openshift-image-registry@1.3.30...@janus-idp/backstage-plugin-openshift-image-registry@1.3.31) (2024-04-08)
|
|
226
|
+
|
|
227
|
+
### Dependencies
|
|
228
|
+
|
|
229
|
+
- **@janus-idp/shared-react:** upgraded to 2.5.4
|
|
230
|
+
|
|
231
|
+
## @janus-idp/backstage-plugin-openshift-image-registry [1.3.30](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/backstage-plugin-openshift-image-registry@1.3.29...@janus-idp/backstage-plugin-openshift-image-registry@1.3.30) (2024-04-05)
|
|
232
|
+
|
|
233
|
+
### Dependencies
|
|
234
|
+
|
|
235
|
+
- **@janus-idp/shared-react:** upgraded to 2.5.4
|
|
236
|
+
- **@janus-idp/cli:** upgraded to 1.7.8
|
|
237
|
+
|
|
238
|
+
## @janus-idp/backstage-plugin-openshift-image-registry [1.3.29](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/backstage-plugin-openshift-image-registry@1.3.28...@janus-idp/backstage-plugin-openshift-image-registry@1.3.29) (2024-04-02)
|
|
239
|
+
|
|
240
|
+
### Dependencies
|
|
241
|
+
|
|
242
|
+
- **@janus-idp/cli:** upgraded to 1.7.7
|
|
243
|
+
|
|
244
|
+
## @janus-idp/backstage-plugin-openshift-image-registry [1.3.28](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/backstage-plugin-openshift-image-registry@1.3.27...@janus-idp/backstage-plugin-openshift-image-registry@1.3.28) (2024-03-29)
|
|
245
|
+
|
|
246
|
+
### Dependencies
|
|
247
|
+
|
|
248
|
+
- **@janus-idp/shared-react:** upgraded to 2.5.3
|
|
249
|
+
- **@janus-idp/cli:** upgraded to 1.7.6
|
|
250
|
+
|
|
251
|
+
## @janus-idp/backstage-plugin-openshift-image-registry [1.3.27](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/backstage-plugin-openshift-image-registry@1.3.26...@janus-idp/backstage-plugin-openshift-image-registry@1.3.27) (2024-03-04)
|
|
252
|
+
|
|
253
|
+
### Dependencies
|
|
254
|
+
|
|
255
|
+
- **@janus-idp/cli:** upgraded to 1.7.5
|
|
256
|
+
|
|
257
|
+
## @janus-idp/backstage-plugin-openshift-image-registry [1.3.26](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/backstage-plugin-openshift-image-registry@1.3.25...@janus-idp/backstage-plugin-openshift-image-registry@1.3.26) (2024-02-27)
|
|
258
|
+
|
|
259
|
+
### Dependencies
|
|
260
|
+
|
|
261
|
+
- **@janus-idp/cli:** upgraded to 1.7.4
|
|
262
|
+
|
|
263
|
+
## @janus-idp/backstage-plugin-openshift-image-registry [1.3.25](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/backstage-plugin-openshift-image-registry@1.3.24...@janus-idp/backstage-plugin-openshift-image-registry@1.3.25) (2024-02-26)
|
|
264
|
+
|
|
265
|
+
### Dependencies
|
|
266
|
+
|
|
267
|
+
- **@janus-idp/cli:** upgraded to 1.7.3
|
|
268
|
+
|
|
269
|
+
## @janus-idp/backstage-plugin-openshift-image-registry [1.3.24](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/backstage-plugin-openshift-image-registry@1.3.23...@janus-idp/backstage-plugin-openshift-image-registry@1.3.24) (2024-02-21)
|
|
270
|
+
|
|
271
|
+
### Dependencies
|
|
272
|
+
|
|
273
|
+
- **@janus-idp/shared-react:** upgraded to 2.5.2
|
|
274
|
+
- **@janus-idp/cli:** upgraded to 1.7.2
|
|
275
|
+
|
|
276
|
+
## @janus-idp/backstage-plugin-openshift-image-registry [1.3.23](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/backstage-plugin-openshift-image-registry@1.3.22...@janus-idp/backstage-plugin-openshift-image-registry@1.3.23) (2024-02-05)
|
|
277
|
+
|
|
278
|
+
### Dependencies
|
|
279
|
+
|
|
280
|
+
- **@janus-idp/cli:** upgraded to 1.7.1
|
|
281
|
+
|
|
282
|
+
## @janus-idp/backstage-plugin-openshift-image-registry [1.3.22](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/backstage-plugin-openshift-image-registry@1.3.21...@janus-idp/backstage-plugin-openshift-image-registry@1.3.22) (2024-02-02)
|
|
283
|
+
|
|
284
|
+
### Dependencies
|
|
285
|
+
|
|
286
|
+
- **@janus-idp/shared-react:** upgraded to 2.5.1
|
|
287
|
+
|
|
288
|
+
## @janus-idp/backstage-plugin-openshift-image-registry [1.3.21](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/backstage-plugin-openshift-image-registry@1.3.20...@janus-idp/backstage-plugin-openshift-image-registry@1.3.21) (2024-01-30)
|
|
289
|
+
|
|
290
|
+
### Dependencies
|
|
291
|
+
|
|
292
|
+
- **@janus-idp/cli:** upgraded to 1.7.0
|
|
293
|
+
|
|
294
|
+
## @janus-idp/backstage-plugin-openshift-image-registry [1.3.20](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/backstage-plugin-openshift-image-registry@1.3.19...@janus-idp/backstage-plugin-openshift-image-registry@1.3.20) (2024-01-30)
|
|
295
|
+
|
|
296
|
+
### Dependencies
|
|
297
|
+
|
|
298
|
+
- **@janus-idp/shared-react:** upgraded to 2.5.0
|
|
299
|
+
|
|
300
|
+
## @janus-idp/backstage-plugin-openshift-image-registry [1.3.19](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/backstage-plugin-openshift-image-registry@1.3.18...@janus-idp/backstage-plugin-openshift-image-registry@1.3.19) (2024-01-25)
|
|
301
|
+
|
|
302
|
+
### Dependencies
|
|
303
|
+
|
|
304
|
+
- **@janus-idp/cli:** upgraded to 1.6.0
|
|
305
|
+
|
|
306
|
+
## @janus-idp/backstage-plugin-openshift-image-registry [1.3.18](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/backstage-plugin-openshift-image-registry@1.3.17...@janus-idp/backstage-plugin-openshift-image-registry@1.3.18) (2024-01-17)
|
|
307
|
+
|
|
308
|
+
### Dependencies
|
|
309
|
+
|
|
310
|
+
- **@janus-idp/shared-react:** upgraded to 2.4.0
|
|
311
|
+
|
|
312
|
+
## @janus-idp/backstage-plugin-openshift-image-registry [1.3.17](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/backstage-plugin-openshift-image-registry@1.3.16...@janus-idp/backstage-plugin-openshift-image-registry@1.3.17) (2023-12-22)
|
|
313
|
+
|
|
314
|
+
### Dependencies
|
|
315
|
+
|
|
316
|
+
- **@janus-idp/shared-react:** upgraded to 2.3.0
|
|
317
|
+
|
|
318
|
+
## @janus-idp/backstage-plugin-openshift-image-registry [1.3.16](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/backstage-plugin-openshift-image-registry@1.3.15...@janus-idp/backstage-plugin-openshift-image-registry@1.3.16) (2023-12-21)
|
|
319
|
+
|
|
320
|
+
### Bug Fixes
|
|
321
|
+
|
|
322
|
+
- **openshift-image-registry:** fix [#596](https://github.com/janus-idp/backstage-plugins/issues/596): Add mock data for test page and cleanup some small code smells ([#1024](https://github.com/janus-idp/backstage-plugins/issues/1024)) ([39f7351](https://github.com/janus-idp/backstage-plugins/commit/39f7351d0f342270a31b3ba4605b1d58b6b571e5))
|
|
323
|
+
|
|
324
|
+
## @janus-idp/backstage-plugin-openshift-image-registry [1.3.15](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/backstage-plugin-openshift-image-registry@1.3.14...@janus-idp/backstage-plugin-openshift-image-registry@1.3.15) (2023-12-20)
|
|
325
|
+
|
|
326
|
+
### Dependencies
|
|
327
|
+
|
|
328
|
+
- **@janus-idp/shared-react:** upgraded to 2.2.0
|
|
329
|
+
|
|
330
|
+
## @janus-idp/backstage-plugin-openshift-image-registry [1.3.14](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/backstage-plugin-openshift-image-registry@1.3.13...@janus-idp/backstage-plugin-openshift-image-registry@1.3.14) (2023-12-14)
|
|
331
|
+
|
|
332
|
+
### Dependencies
|
|
333
|
+
|
|
334
|
+
- **@janus-idp/shared-react:** upgraded to 2.1.0
|
|
335
|
+
|
|
336
|
+
## @janus-idp/backstage-plugin-openshift-image-registry [1.3.13](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/backstage-plugin-openshift-image-registry@1.3.12...@janus-idp/backstage-plugin-openshift-image-registry@1.3.13) (2023-12-07)
|
|
337
|
+
|
|
338
|
+
### Dependencies
|
|
339
|
+
|
|
340
|
+
- **@janus-idp/cli:** upgraded to 1.4.7
|
|
341
|
+
|
|
342
|
+
## @janus-idp/backstage-plugin-openshift-image-registry [1.3.12](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/backstage-plugin-openshift-image-registry@1.3.11...@janus-idp/backstage-plugin-openshift-image-registry@1.3.12) (2023-11-30)
|
|
343
|
+
|
|
344
|
+
### Dependencies
|
|
345
|
+
|
|
346
|
+
- **@janus-idp/cli:** upgraded to 1.4.6
|
|
347
|
+
|
|
348
|
+
## @janus-idp/backstage-plugin-openshift-image-registry [1.3.11](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/backstage-plugin-openshift-image-registry@1.3.10...@janus-idp/backstage-plugin-openshift-image-registry@1.3.11) (2023-11-23)
|
|
349
|
+
|
|
350
|
+
### Bug Fixes
|
|
351
|
+
|
|
352
|
+
- 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))
|
|
353
|
+
|
|
354
|
+
## @janus-idp/backstage-plugin-openshift-image-registry [1.3.10](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/backstage-plugin-openshift-image-registry@1.3.9...@janus-idp/backstage-plugin-openshift-image-registry@1.3.10) (2023-11-23)
|
|
355
|
+
|
|
356
|
+
### Dependencies
|
|
357
|
+
|
|
358
|
+
- **@janus-idp/shared-react:** upgraded to 2.0.1
|
|
359
|
+
|
|
360
|
+
## @janus-idp/backstage-plugin-openshift-image-registry [1.3.9](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/backstage-plugin-openshift-image-registry@1.3.8...@janus-idp/backstage-plugin-openshift-image-registry@1.3.9) (2023-11-22)
|
|
361
|
+
|
|
362
|
+
### Dependencies
|
|
363
|
+
|
|
364
|
+
- **@janus-idp/cli:** upgraded to 1.4.5
|
|
365
|
+
|
|
366
|
+
## @janus-idp/backstage-plugin-openshift-image-registry [1.3.8](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/backstage-plugin-openshift-image-registry@1.3.7...@janus-idp/backstage-plugin-openshift-image-registry@1.3.8) (2023-11-21)
|
|
367
|
+
|
|
368
|
+
### Bug Fixes
|
|
369
|
+
|
|
370
|
+
- 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))
|
|
371
|
+
|
|
372
|
+
## @janus-idp/backstage-plugin-openshift-image-registry [1.3.7](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/backstage-plugin-openshift-image-registry@1.3.6...@janus-idp/backstage-plugin-openshift-image-registry@1.3.7) (2023-11-20)
|
|
373
|
+
|
|
374
|
+
### Dependencies
|
|
375
|
+
|
|
376
|
+
- **@janus-idp/cli:** upgraded to 1.4.4
|
|
377
|
+
|
|
378
|
+
## @janus-idp/backstage-plugin-openshift-image-registry [1.3.6](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/backstage-plugin-openshift-image-registry@1.3.5...@janus-idp/backstage-plugin-openshift-image-registry@1.3.6) (2023-11-16)
|
|
379
|
+
|
|
380
|
+
### Dependencies
|
|
381
|
+
|
|
382
|
+
- **@janus-idp/cli:** upgraded to 1.4.3
|
|
383
|
+
|
|
384
|
+
## @janus-idp/backstage-plugin-openshift-image-registry [1.3.5](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/backstage-plugin-openshift-image-registry@1.3.4...@janus-idp/backstage-plugin-openshift-image-registry@1.3.5) (2023-11-13)
|
|
385
|
+
|
|
386
|
+
### Dependencies
|
|
387
|
+
|
|
388
|
+
- **@janus-idp/cli:** upgraded to 1.4.2
|
|
389
|
+
|
|
390
|
+
## @janus-idp/backstage-plugin-openshift-image-registry [1.3.4](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/backstage-plugin-openshift-image-registry@1.3.3...@janus-idp/backstage-plugin-openshift-image-registry@1.3.4) (2023-11-13)
|
|
391
|
+
|
|
392
|
+
### Dependencies
|
|
393
|
+
|
|
394
|
+
- **@janus-idp/cli:** upgraded to 1.4.1
|
|
395
|
+
|
|
396
|
+
## @janus-idp/backstage-plugin-openshift-image-registry [1.3.3](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/backstage-plugin-openshift-image-registry@1.3.2...@janus-idp/backstage-plugin-openshift-image-registry@1.3.3) (2023-11-07)
|
|
397
|
+
|
|
398
|
+
### Dependencies
|
|
399
|
+
|
|
400
|
+
- **@janus-idp/cli:** upgraded to 1.4.0
|
|
401
|
+
|
|
402
|
+
## @janus-idp/backstage-plugin-openshift-image-registry [1.3.2](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/backstage-plugin-openshift-image-registry@1.3.1...@janus-idp/backstage-plugin-openshift-image-registry@1.3.2) (2023-11-06)
|
|
403
|
+
|
|
404
|
+
### Bug Fixes
|
|
405
|
+
|
|
406
|
+
- **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))
|
|
407
|
+
|
|
408
|
+
### Dependencies
|
|
409
|
+
|
|
410
|
+
- **@janus-idp/cli:** upgraded to 1.3.3
|
|
411
|
+
|
|
412
|
+
## @janus-idp/backstage-plugin-openshift-image-registry [1.3.1](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/backstage-plugin-openshift-image-registry@1.3.0...@janus-idp/backstage-plugin-openshift-image-registry@1.3.1) (2023-11-02)
|
|
413
|
+
|
|
414
|
+
### Dependencies
|
|
415
|
+
|
|
416
|
+
- **@janus-idp/cli:** upgraded to 1.3.2
|
|
417
|
+
|
|
418
|
+
## @janus-idp/backstage-plugin-openshift-image-registry [1.3.0](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/backstage-plugin-openshift-image-registry@1.2.4...@janus-idp/backstage-plugin-openshift-image-registry@1.3.0) (2023-11-01)
|
|
419
|
+
|
|
420
|
+
### Features
|
|
421
|
+
|
|
422
|
+
- **dynamic-plugins:** publish dynamic assets for all frontend plugins ([#896](https://github.com/janus-idp/backstage-plugins/issues/896)) ([dcfb0ac](https://github.com/janus-idp/backstage-plugins/commit/dcfb0ac56769c82f6b8b2cef2726251e0b60c375))
|
|
423
|
+
|
|
424
|
+
## @janus-idp/backstage-plugin-openshift-image-registry [1.2.4](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/backstage-plugin-openshift-image-registry@1.2.3...@janus-idp/backstage-plugin-openshift-image-registry@1.2.4) (2023-10-23)
|
|
425
|
+
|
|
426
|
+
### Dependencies
|
|
427
|
+
|
|
428
|
+
- **@janus-idp/shared-react:** upgraded to 2.0.0
|
|
429
|
+
|
|
430
|
+
## @janus-idp/backstage-plugin-openshift-image-registry [1.2.3](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/backstage-plugin-openshift-image-registry@1.2.2...@janus-idp/backstage-plugin-openshift-image-registry@1.2.3) (2023-10-19)
|
|
431
|
+
|
|
432
|
+
### Dependencies
|
|
433
|
+
|
|
434
|
+
- **@janus-idp/shared-react:** upgraded to 1.3.3
|
|
435
|
+
|
|
436
|
+
## @janus-idp/backstage-plugin-openshift-image-registry [1.2.2](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/backstage-plugin-openshift-image-registry@1.2.1...@janus-idp/backstage-plugin-openshift-image-registry@1.2.2) (2023-10-16)
|
|
437
|
+
|
|
438
|
+
### Dependencies
|
|
439
|
+
|
|
440
|
+
- **@janus-idp/shared-react:** upgraded to 1.3.2
|
|
441
|
+
|
|
442
|
+
## @janus-idp/backstage-plugin-openshift-image-registry [1.2.1](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/backstage-plugin-openshift-image-registry@1.2.0...@janus-idp/backstage-plugin-openshift-image-registry@1.2.1) (2023-09-22)
|
|
443
|
+
|
|
444
|
+
### Dependencies
|
|
445
|
+
|
|
446
|
+
- **@janus-idp/shared-react:** upgraded to 1.3.1
|
|
447
|
+
|
|
448
|
+
## @janus-idp/backstage-plugin-openshift-image-registry [1.2.0](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/backstage-plugin-openshift-image-registry@1.1.10...@janus-idp/backstage-plugin-openshift-image-registry@1.2.0) (2023-08-14)
|
|
449
|
+
|
|
450
|
+
### Features
|
|
451
|
+
|
|
452
|
+
- **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))
|
|
453
|
+
|
|
454
|
+
## @janus-idp/backstage-plugin-openshift-image-registry [1.1.10](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/backstage-plugin-openshift-image-registry@1.1.9...@janus-idp/backstage-plugin-openshift-image-registry@1.1.10) (2023-07-25)
|
|
455
|
+
|
|
456
|
+
### Bug Fixes
|
|
457
|
+
|
|
458
|
+
- **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))
|
|
459
|
+
|
|
460
|
+
## @janus-idp/backstage-plugin-openshift-image-registry [1.1.9](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/backstage-plugin-openshift-image-registry@1.1.8...@janus-idp/backstage-plugin-openshift-image-registry@1.1.9) (2023-07-25)
|
|
461
|
+
|
|
462
|
+
## @janus-idp/backstage-plugin-openshift-image-registry [1.1.8](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/backstage-plugin-openshift-image-registry@1.1.7...@janus-idp/backstage-plugin-openshift-image-registry@1.1.8) (2023-07-10)
|
|
463
|
+
|
|
464
|
+
### Documentation
|
|
465
|
+
|
|
466
|
+
- **openshift image registry:** added admin sections in readme ([#479](https://github.com/janus-idp/backstage-plugins/issues/479)) ([afbcd84](https://github.com/janus-idp/backstage-plugins/commit/afbcd84ebf0e7997b72a85c5c29fe597987dee35))
|
|
467
|
+
|
|
468
|
+
## @janus-idp/backstage-plugin-openshift-image-registry [1.1.7](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/backstage-plugin-openshift-image-registry@1.1.6...@janus-idp/backstage-plugin-openshift-image-registry@1.1.7) (2023-06-14)
|
|
469
|
+
|
|
470
|
+
### Other changes
|
|
471
|
+
|
|
472
|
+
- reorder imports via prettier ([#419](https://github.com/janus-idp/backstage-plugins/issues/419)) ([17f1e6a](https://github.com/janus-idp/backstage-plugins/commit/17f1e6a689bd793a619ec5e42e5cdda0998f78a5))
|
|
473
|
+
|
|
474
|
+
### Documentation
|
|
475
|
+
|
|
476
|
+
- 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)
|
|
477
|
+
|
|
478
|
+
## @janus-idp/backstage-plugin-openshift-image-registry [1.1.6](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/backstage-plugin-openshift-image-registry@1.1.5...@janus-idp/backstage-plugin-openshift-image-registry@1.1.6) (2023-05-30)
|
|
479
|
+
|
|
480
|
+
## @janus-idp/backstage-plugin-openshift-image-registry [1.1.5](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/backstage-plugin-openshift-image-registry@1.1.4...@janus-idp/backstage-plugin-openshift-image-registry@1.1.5) (2023-05-30)
|
|
481
|
+
|
|
482
|
+
## @janus-idp/backstage-plugin-openshift-image-registry [1.1.4](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/backstage-plugin-openshift-image-registry@1.1.3...@janus-idp/backstage-plugin-openshift-image-registry@1.1.4) (2023-05-18)
|
|
483
|
+
|
|
484
|
+
### Documentation
|
|
485
|
+
|
|
486
|
+
- update plugin READMEs ([#373](https://github.com/janus-idp/backstage-plugins/issues/373)) ([478560e](https://github.com/janus-idp/backstage-plugins/commit/478560e38cceaa40d976bccf4785956ed58b5221))
|
|
487
|
+
|
|
488
|
+
## @janus-idp/backstage-plugin-openshift-image-registry [1.1.3](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/backstage-plugin-openshift-image-registry@1.1.2...@janus-idp/backstage-plugin-openshift-image-registry@1.1.3) (2023-05-17)
|
|
489
|
+
|
|
490
|
+
### Bug Fixes
|
|
491
|
+
|
|
492
|
+
- **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))
|
|
493
|
+
|
|
494
|
+
## @janus-idp/backstage-plugin-openshift-image-registry [1.1.2](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/backstage-plugin-openshift-image-registry@1.1.1...@janus-idp/backstage-plugin-openshift-image-registry@1.1.2) (2023-05-15)
|
|
495
|
+
|
|
496
|
+
## @janus-idp/backstage-plugin-openshift-image-registry [1.1.1](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/backstage-plugin-openshift-image-registry@1.1.0...@janus-idp/backstage-plugin-openshift-image-registry@1.1.1) (2023-05-15)
|
|
497
|
+
|
|
498
|
+
## @janus-idp/backstage-plugin-openshift-image-registry [1.1.0](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/backstage-plugin-openshift-image-registry@1.0.1...@janus-idp/backstage-plugin-openshift-image-registry@1.1.0) (2023-05-11)
|
|
499
|
+
|
|
500
|
+
### Features
|
|
501
|
+
|
|
502
|
+
- **openshift-image-registry:** enable search by description and tags ([#346](https://github.com/janus-idp/backstage-plugins/issues/346)) ([96d0f55](https://github.com/janus-idp/backstage-plugins/commit/96d0f55e93392c69ce4542d4db2fef5030db4937))
|
|
503
|
+
|
|
504
|
+
## @janus-idp/backstage-plugin-openshift-image-registry [1.0.1](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/backstage-plugin-openshift-image-registry@1.0.0...@janus-idp/backstage-plugin-openshift-image-registry@1.0.1) (2023-05-11)
|
|
505
|
+
|
|
506
|
+
### Bug Fixes
|
|
507
|
+
|
|
508
|
+
- **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))
|
|
509
|
+
|
|
510
|
+
## @janus-idp/backstage-plugin-openshift-image-registry 1.0.0 (2023-05-10)
|
|
511
|
+
|
|
512
|
+
### Features
|
|
513
|
+
|
|
514
|
+
- **openshift-image-registry:** remove private from package.json ([#341](https://github.com/janus-idp/backstage-plugins/issues/341)) ([639a48b](https://github.com/janus-idp/backstage-plugins/commit/639a48be7e0a02c531f992d7e742819e8d7718f8))
|
|
515
|
+
- **openshift-image-registry:** show all image-streams in openshift cluster ([#334](https://github.com/janus-idp/backstage-plugins/issues/334)) ([d52557e](https://github.com/janus-idp/backstage-plugins/commit/d52557eb99f71987e994bb3893f07f2c44807478))
|
|
516
|
+
|
|
517
|
+
### Other changes
|
|
518
|
+
|
|
519
|
+
- **deps:** pin dependencies ([#312](https://github.com/janus-idp/backstage-plugins/issues/312)) ([6a3c9db](https://github.com/janus-idp/backstage-plugins/commit/6a3c9db56a72bb280fac63dc3006e4a7069fb50b))
|
|
520
|
+
- **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))
|
|
521
|
+
- **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))
|
package/README.md
ADDED
|
@@ -0,0 +1,99 @@
|
|
|
1
|
+
# OpenShift Image Registry plugin for Backstage
|
|
2
|
+
|
|
3
|
+
The OpenShift Image Registry plugin displays all ImageStreams in an Openshift cluster.
|
|
4
|
+
|
|
5
|
+
## For administrators
|
|
6
|
+
|
|
7
|
+
### Prerequisites
|
|
8
|
+
|
|
9
|
+
The OpenShift Image Registry plugin requires read access to **_all_** `ImageStreams` and `ImageStreamTags` on a cluster. (Currently only a single cluster is supported.)
|
|
10
|
+
|
|
11
|
+
You can create a `ServiceAccount`, `ClusterRole` and `ClusterRoleBinding` with this commands.
|
|
12
|
+
|
|
13
|
+
Please notice that the ServiceAccount will be created in your current namespace while the `ClusterRole` and `ClusterRoleBinding` giving access to all namespaces are cluster-wide resources.
|
|
14
|
+
|
|
15
|
+
Additional information on these commands could be found in the [OpenShift Container Platform authentication and authorization documentation](https://docs.openshift.com/container-platform/latest/authentication/index.html).
|
|
16
|
+
|
|
17
|
+
```console
|
|
18
|
+
oc create serviceaccount red-hat-developer-hub-openshift-image-registry-reader
|
|
19
|
+
|
|
20
|
+
oc create clusterrole red-hat-developer-hub-openshift-image-registry-reader --verb=get,watch,list --resource=imagestreams --resource=imagestreamtags
|
|
21
|
+
|
|
22
|
+
oc adm policy add-cluster-role-to-user red-hat-developer-hub-openshift-image-registry-reader -z red-hat-developer-hub-openshift-image-registry-reader
|
|
23
|
+
```
|
|
24
|
+
|
|
25
|
+
And finally you can use this command to create a token that is valid for one week:
|
|
26
|
+
|
|
27
|
+
```console
|
|
28
|
+
oc create token --duration=168h red-hat-developer-hub-openshift-image-registry-reader
|
|
29
|
+
```
|
|
30
|
+
|
|
31
|
+
### Installation
|
|
32
|
+
|
|
33
|
+
Run the following command to install the OpenShift Image Registry plugin:
|
|
34
|
+
|
|
35
|
+
```console
|
|
36
|
+
yarn workspace app add @red-hat-developer-hub/backstage-plugin-openshift-image-registry
|
|
37
|
+
```
|
|
38
|
+
|
|
39
|
+
### Configuration
|
|
40
|
+
|
|
41
|
+
1. Set the proxy to desired OpenShift cluster in the `app-config.yaml` file as follows:
|
|
42
|
+
|
|
43
|
+
```yaml title="app-config.yaml"
|
|
44
|
+
proxy:
|
|
45
|
+
endpoints:
|
|
46
|
+
'/openshift-image-registry/api':
|
|
47
|
+
target: <URL where k8s control plane for OpenShift cluster is running>
|
|
48
|
+
headers:
|
|
49
|
+
X-Requested-With: 'XMLHttpRequest'
|
|
50
|
+
Authorization: Bearer <TOKEN>
|
|
51
|
+
changeOrigin: true
|
|
52
|
+
# Change to "false" in case of using self hosted OpenShift cluster with a self-signed certificate
|
|
53
|
+
secure: true
|
|
54
|
+
```
|
|
55
|
+
|
|
56
|
+
2. Enable an additional sidebar-item on the app sidebar in the `packages/app/src/components/Root/Root.tsx` file:
|
|
57
|
+
|
|
58
|
+
```tsx title="packages/app/src/components/Root/Root.tsx"
|
|
59
|
+
/* highlight-add-next-line */
|
|
60
|
+
import ExtensionIcon from '@material-ui/icons/Extension';
|
|
61
|
+
|
|
62
|
+
export const Root = ({ children }: PropsWithChildren<{}>) => (
|
|
63
|
+
<SidebarPage>
|
|
64
|
+
<Sidebar>
|
|
65
|
+
<SidebarGroup label="Menu" icon={<MenuIcon />}>
|
|
66
|
+
{/* ... */}
|
|
67
|
+
{/* highlight-add-start */}
|
|
68
|
+
<SidebarItem
|
|
69
|
+
icon={ExtensionIcon}
|
|
70
|
+
to="openshift-image-registry"
|
|
71
|
+
text="Image Registry"
|
|
72
|
+
/>
|
|
73
|
+
{/* highlight-add-end */}
|
|
74
|
+
</SidebarGroup>
|
|
75
|
+
{/* ... */}
|
|
76
|
+
</Sidebar>
|
|
77
|
+
{children}
|
|
78
|
+
</SidebarPage>
|
|
79
|
+
);
|
|
80
|
+
```
|
|
81
|
+
|
|
82
|
+
3. Add the Openshift Image Registry page in `packages/app/src/App.tsx` file:
|
|
83
|
+
|
|
84
|
+
```tsx title="packages/app/src/App.tsx"
|
|
85
|
+
/* highlight-add-next-line */
|
|
86
|
+
import { OpenshiftImageRegistryPage } from '@red-hat-developer-hub/backstage-plugin-openshift-image-registry';
|
|
87
|
+
|
|
88
|
+
const routes = (
|
|
89
|
+
<FlatRoutes>
|
|
90
|
+
{/* ... */}
|
|
91
|
+
{/* highlight-add-start */}
|
|
92
|
+
<Route
|
|
93
|
+
path="/openshift-image-registry"
|
|
94
|
+
element={<OpenshiftImageRegistryPage />}
|
|
95
|
+
/>
|
|
96
|
+
{/* highlight-add-end */}
|
|
97
|
+
</FlatRoutes>
|
|
98
|
+
);
|
|
99
|
+
```
|
package/app-config.yaml
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
proxy:
|
|
2
|
+
endpoints:
|
|
3
|
+
'/openshift-image-registry/api':
|
|
4
|
+
target: ${OCP_API_ENDPOINT}
|
|
5
|
+
headers:
|
|
6
|
+
X-Requested-With: 'XMLHttpRequest'
|
|
7
|
+
Authorization: Bearer ${OCP_API_TOKEN}
|
|
8
|
+
changeOrigin: true
|
|
9
|
+
# Change to "false" in case of using self hosted OpenShift cluster with a self-signed certificate
|
|
10
|
+
secure: true
|
|
11
|
+
|
|
12
|
+
dynamicPlugins:
|
|
13
|
+
frontend:
|
|
14
|
+
red-hat-developer-hub.backstage-plugin-openshift-image-registry:
|
|
15
|
+
dynamicRoutes:
|
|
16
|
+
- path: /openshift-image-registry
|
|
17
|
+
importName: OpenshiftImageRegistryPage
|
|
18
|
+
menuItem:
|
|
19
|
+
icon: dashboard
|
|
20
|
+
text: Image Registry
|