@backstage/backend-defaults 0.8.0-next.3 → 0.8.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,37 @@
1
1
  # @backstage/backend-defaults
2
2
 
3
+ ## 0.8.0
4
+
5
+ ### Minor Changes
6
+
7
+ - a4aa244: This change introduces the `auditor` service implementation details.
8
+
9
+ ### Patch Changes
10
+
11
+ - f866b86: Internal refactor to use explicit `require` for lazy-loading dependency.
12
+ - 92a56f6: Internal refactor to stop importing the removed `FeatureDiscoveryService` from `@backstage/backend-plugin-api`.
13
+ - a19cb2b: Added default implementation for the new `PermissionsRegistryService`.
14
+ - 0d39029: Do not send `etag` or `If-Modified-Since` headers for gitlab artifact urls
15
+ - c7609de: Allow passing IP type to use with cloud-sql-connector
16
+ - 3740229: In the different `UrlReadersService`, the `search` method have been updated to use the `readUrl` if the given URL doesn't contain a pattern.
17
+ For `UrlReaders` that didn't implement the `search` method, `readUrl` is now called internally and throws if the given URL doesn't contain a pattern.
18
+ - 72cddf2: Updated `PermissionsRegistryService` to use `PermissionResourceRef`s and added the `getPermissionRuleset` method.
19
+ - Updated dependencies
20
+ - @backstage/cli-node@0.2.13
21
+ - @backstage/plugin-permission-node@0.8.8
22
+ - @backstage/config-loader@1.9.6
23
+ - @backstage/backend-plugin-api@1.2.0
24
+ - @backstage/plugin-auth-node@0.6.0
25
+ - @backstage/backend-app-api@1.2.0
26
+ - @backstage/backend-dev-utils@0.1.5
27
+ - @backstage/cli-common@0.1.15
28
+ - @backstage/config@1.3.2
29
+ - @backstage/errors@1.2.7
30
+ - @backstage/integration@1.16.1
31
+ - @backstage/integration-aws-node@0.1.15
32
+ - @backstage/types@1.2.1
33
+ - @backstage/plugin-events-node@0.4.8
34
+
3
35
  ## 0.8.0-next.3
4
36
 
5
37
  ### Patch Changes
@@ -3,7 +3,7 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  var name = "@backstage/backend-defaults";
6
- var version = "0.8.0-next.3";
6
+ var version = "0.8.0";
7
7
  var description = "Backend defaults used by Backstage backend apps";
8
8
  var backstage = {
9
9
  role: "node-library"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/backend-defaults",
3
- "version": "0.8.0-next.3",
3
+ "version": "0.8.0",
4
4
  "description": "Backend defaults used by Backstage backend apps",
5
5
  "backstage": {
6
6
  "role": "node-library"
@@ -209,20 +209,20 @@
209
209
  "@aws-sdk/types": "^3.347.0",
210
210
  "@azure/identity": "^4.0.0",
211
211
  "@azure/storage-blob": "^12.5.0",
212
- "@backstage/backend-app-api": "1.2.0-next.3",
213
- "@backstage/backend-dev-utils": "0.1.5",
214
- "@backstage/backend-plugin-api": "1.2.0-next.2",
215
- "@backstage/cli-common": "0.1.15",
216
- "@backstage/cli-node": "0.2.13-next.1",
217
- "@backstage/config": "1.3.2",
218
- "@backstage/config-loader": "1.9.6-next.0",
219
- "@backstage/errors": "1.2.7",
220
- "@backstage/integration": "1.16.1",
221
- "@backstage/integration-aws-node": "0.1.15",
222
- "@backstage/plugin-auth-node": "0.6.0-next.2",
223
- "@backstage/plugin-events-node": "0.4.8-next.2",
224
- "@backstage/plugin-permission-node": "0.8.8-next.2",
225
- "@backstage/types": "1.2.1",
212
+ "@backstage/backend-app-api": "^1.2.0",
213
+ "@backstage/backend-dev-utils": "^0.1.5",
214
+ "@backstage/backend-plugin-api": "^1.2.0",
215
+ "@backstage/cli-common": "^0.1.15",
216
+ "@backstage/cli-node": "^0.2.13",
217
+ "@backstage/config": "^1.3.2",
218
+ "@backstage/config-loader": "^1.9.6",
219
+ "@backstage/errors": "^1.2.7",
220
+ "@backstage/integration": "^1.16.1",
221
+ "@backstage/integration-aws-node": "^0.1.15",
222
+ "@backstage/plugin-auth-node": "^0.6.0",
223
+ "@backstage/plugin-events-node": "^0.4.8",
224
+ "@backstage/plugin-permission-node": "^0.8.8",
225
+ "@backstage/types": "^1.2.1",
226
226
  "@google-cloud/storage": "^7.0.0",
227
227
  "@keyv/memcache": "^2.0.1",
228
228
  "@keyv/redis": "^4.0.1",
@@ -275,9 +275,9 @@
275
275
  },
276
276
  "devDependencies": {
277
277
  "@aws-sdk/util-stream-node": "^3.350.0",
278
- "@backstage/backend-plugin-api": "1.2.0-next.2",
279
- "@backstage/backend-test-utils": "1.3.0-next.3",
280
- "@backstage/cli": "0.30.0-next.3",
278
+ "@backstage/backend-plugin-api": "^1.2.0",
279
+ "@backstage/backend-test-utils": "^1.3.0",
280
+ "@backstage/cli": "^0.30.0",
281
281
  "@google-cloud/cloud-sql-connector": "^1.4.0",
282
282
  "@types/archiver": "^6.0.0",
283
283
  "@types/base64-stream": "^1.0.2",