File tree Expand file tree Collapse file tree 14 files changed +89
-7
lines changed Expand file tree Collapse file tree 14 files changed +89
-7
lines changed Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 0.1.7] ( https://github.com/awslabs/backstage-plugins-for-aws/compare/@aws/aws-config-catalog-module-for-backstage@0.1.6...@aws/aws-config-catalog-module-for-backstage@0.1.7 ) (2025-06-17)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * ** deps:** update aws-sdk-js-v3 monorepo ([ #378 ] ( https://github.com/awslabs/backstage-plugins-for-aws/issues/378 ) ) ([ 952981b] ( https://github.com/awslabs/backstage-plugins-for-aws/commit/952981b090b2036af65eabad6b2f1fa838b71332 ) )
12
+
13
+
14
+
15
+
16
+
6
17
## [ 0.1.6] ( https://github.com/awslabs/backstage-plugins-for-aws/compare/@aws/aws-config-catalog-module-for-backstage@0.1.5...@aws/aws-config-catalog-module-for-backstage@0.1.6 ) (2025-05-28)
7
18
8
19
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @aws/aws-config-catalog-module-for-backstage" ,
3
3
"description" : " The aws-config backend module for the catalog plugin." ,
4
- "version" : " 0.1.6 " ,
4
+ "version" : " 0.1.7 " ,
5
5
"repository" : {
6
6
"type" : " git" ,
7
7
"url" : " github:awslabs/backstage-plugins-for-aws" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 0.2.1] ( https://github.com/awslabs/backstage-plugins-for-aws/compare/@aws/cost-insights-plugin-for-backstage@0.2.0...@aws/cost-insights-plugin-for-backstage@0.2.1 ) (2025-06-17)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * Correctly use namespaces groups for Cost Insights ([ #389 ] ( https://github.com/awslabs/backstage-plugins-for-aws/issues/389 ) ) ([ 2f88158] ( https://github.com/awslabs/backstage-plugins-for-aws/commit/2f88158cdcf44021c62be96d6272c4e11b752352 ) )
12
+
13
+
14
+
15
+
16
+
6
17
# [ 0.2.0] ( https://github.com/awslabs/backstage-plugins-for-aws/compare/@aws/cost-insights-plugin-for-backstage@0.1.3...@aws/cost-insights-plugin-for-backstage@0.2.0 ) (2024-11-29)
7
18
8
19
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @aws/cost-insights-plugin-for-backstage" ,
3
- "version" : " 0.2.0 " ,
3
+ "version" : " 0.2.1 " ,
4
4
"repository" : {
5
5
"type" : " git" ,
6
6
"url" : " github:awslabs/backstage-plugins-for-aws" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ # [ 0.3.0] ( https://github.com/awslabs/backstage-plugins-for-aws/compare/@aws/genai-plugin-langgraph-agent-for-backstage@0.2.0...@aws/genai-plugin-langgraph-agent-for-backstage@0.3.0 ) (2025-06-17)
7
+
8
+
9
+ ### Features
10
+
11
+ * GenAI agent persistence ([ #391 ] ( https://github.com/awslabs/backstage-plugins-for-aws/issues/391 ) ) ([ 0d86463] ( https://github.com/awslabs/backstage-plugins-for-aws/commit/0d8646347c70d1cd19857a1f7758e74863ec0e08 ) )
12
+
13
+
14
+
15
+
16
+
6
17
# [ 0.2.0] ( https://github.com/awslabs/backstage-plugins-for-aws/compare/@aws/genai-plugin-langgraph-agent-for-backstage@0.1.0...@aws/genai-plugin-langgraph-agent-for-backstage@0.2.0 ) (2025-01-10)
7
18
8
19
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @aws/genai-plugin-langgraph-agent-for-backstage" ,
3
3
"description" : " LangGraph agent module package for the GenAI AWS plugins for Backstage" ,
4
- "version" : " 0.2 .0" ,
4
+ "version" : " 0.3 .0" ,
5
5
"main" : " src/index.ts" ,
6
6
"types" : " src/index.ts" ,
7
7
"license" : " Apache-2.0" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ # [ 0.2.0] ( https://github.com/awslabs/backstage-plugins-for-aws/compare/@aws/genai-plugin-for-backstage-backend@0.1.0...@aws/genai-plugin-for-backstage-backend@0.2.0 ) (2025-06-17)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * Improve catalog search tool kind handling ([ 972e612] ( https://github.com/awslabs/backstage-plugins-for-aws/commit/972e61286c0402ffea36c22a3d2c4cb28faeb030 ) )
12
+
13
+
14
+ ### Features
15
+
16
+ * GenAI agent persistence ([ #391 ] ( https://github.com/awslabs/backstage-plugins-for-aws/issues/391 ) ) ([ 0d86463] ( https://github.com/awslabs/backstage-plugins-for-aws/commit/0d8646347c70d1cd19857a1f7758e74863ec0e08 ) )
17
+
18
+
19
+
20
+
21
+
6
22
# 0.1.0 (2024-12-09)
7
23
8
24
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @aws/genai-plugin-for-backstage-backend" ,
3
3
"description" : " Backend package for the GenAI AWS plugins for Backstage" ,
4
- "version" : " 0.1 .0" ,
4
+ "version" : " 0.2 .0" ,
5
5
"repository" : {
6
6
"type" : " git" ,
7
7
"url" : " github:awslabs/backstage-plugins-for-aws" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ # [ 0.2.0] ( https://github.com/awslabs/backstage-plugins-for-aws/compare/@aws/genai-plugin-for-backstage-common@0.1.0...@aws/genai-plugin-for-backstage-common@0.2.0 ) (2025-06-17)
7
+
8
+
9
+ ### Features
10
+
11
+ * GenAI agent persistence ([ #391 ] ( https://github.com/awslabs/backstage-plugins-for-aws/issues/391 ) ) ([ 0d86463] ( https://github.com/awslabs/backstage-plugins-for-aws/commit/0d8646347c70d1cd19857a1f7758e74863ec0e08 ) )
12
+
13
+
14
+
15
+
16
+
6
17
# 0.1.0 (2024-12-09)
7
18
8
19
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @aws/genai-plugin-for-backstage-common" ,
3
3
"description" : " Common functionality for the GenAI AWS plugins for Backstage" ,
4
- "version" : " 0.1 .0" ,
4
+ "version" : " 0.2 .0" ,
5
5
"repository" : {
6
6
"type" : " git" ,
7
7
"url" : " github:awslabs/backstage-plugins-for-aws" ,
You can’t perform that action at this time.
0 commit comments