@backstage/plugin-auth-backend-module-aws-alb-provider 0.0.0-nightly-20241022023338 → 0.0.0-nightly-20241024023249

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 (2) hide show
  1. package/CHANGELOG.md +18 -4
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @backstage/plugin-auth-backend-module-aws-alb-provider
2
2
 
3
- ## 0.0.0-nightly-20241022023338
3
+ ## 0.0.0-nightly-20241024023249
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -9,10 +9,24 @@
9
9
  ### Patch Changes
10
10
 
11
11
  - Updated dependencies
12
- - @backstage/plugin-auth-backend@0.0.0-nightly-20241022023338
13
- - @backstage/backend-plugin-api@0.0.0-nightly-20241022023338
12
+ - @backstage/plugin-auth-backend@0.0.0-nightly-20241024023249
13
+ - @backstage/plugin-auth-node@0.0.0-nightly-20241024023249
14
+ - @backstage/backend-plugin-api@0.0.0-nightly-20241024023249
15
+ - @backstage/errors@1.2.4
16
+
17
+ ## 0.3.0-next.0
18
+
19
+ ### Minor Changes
20
+
21
+ - 75168e3: **BREAKING**: The AWS ALB `fullProfile` will no longer have the its username or email converted to lowercase. This is to ensure unique handling of the users. You may need to update and configure a custom sign-in resolver or profile transform as a result.
22
+
23
+ ### Patch Changes
24
+
25
+ - Updated dependencies
26
+ - @backstage/plugin-auth-backend@0.24.0-next.0
27
+ - @backstage/plugin-auth-node@0.5.4-next.0
28
+ - @backstage/backend-plugin-api@1.0.2-next.0
14
29
  - @backstage/errors@1.2.4
15
- - @backstage/plugin-auth-node@0.0.0-nightly-20241022023338
16
30
 
17
31
  ## 0.2.1
18
32
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-auth-backend-module-aws-alb-provider",
3
- "version": "0.0.0-nightly-20241022023338",
3
+ "version": "0.0.0-nightly-20241024023249",
4
4
  "description": "The aws-alb provider module for the Backstage auth backend.",
5
5
  "backstage": {
6
6
  "role": "backend-plugin-module",
@@ -38,17 +38,17 @@
38
38
  },
39
39
  "dependencies": {
40
40
  "@backstage/backend-common": "^0.25.0",
41
- "@backstage/backend-plugin-api": "0.0.0-nightly-20241022023338",
41
+ "@backstage/backend-plugin-api": "0.0.0-nightly-20241024023249",
42
42
  "@backstage/errors": "1.2.4",
43
- "@backstage/plugin-auth-backend": "0.0.0-nightly-20241022023338",
44
- "@backstage/plugin-auth-node": "0.0.0-nightly-20241022023338",
43
+ "@backstage/plugin-auth-backend": "0.0.0-nightly-20241024023249",
44
+ "@backstage/plugin-auth-node": "0.0.0-nightly-20241024023249",
45
45
  "jose": "^5.0.0",
46
46
  "node-cache": "^5.1.2",
47
47
  "node-fetch": "^2.7.0"
48
48
  },
49
49
  "devDependencies": {
50
- "@backstage/backend-test-utils": "0.0.0-nightly-20241022023338",
51
- "@backstage/cli": "0.0.0-nightly-20241022023338",
50
+ "@backstage/backend-test-utils": "0.0.0-nightly-20241024023249",
51
+ "@backstage/cli": "0.0.0-nightly-20241024023249",
52
52
  "@backstage/config": "1.2.0",
53
53
  "express": "^4.18.2",
54
54
  "msw": "^2.0.8"