Skip to content

Commit

Permalink
Merge pull request #1638 from RoadieHQ/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages - plugins
  • Loading branch information
Xantier authored Sep 24, 2024
2 parents 59a480c + 08f9290 commit a4043ee
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 16 deletions.
13 changes: 0 additions & 13 deletions .changeset/six-pugs-explode.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/backend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# backend

## 2.1.20

### Patch Changes

- Updated dependencies [46b3142]
- @roadiehq/catalog-backend-module-okta@1.0.0

## 2.1.19

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "backend",
"version": "2.1.19",
"version": "2.1.20",
"main": "dist/index.cjs.js",
"types": "src/index.ts",
"private": true,
Expand Down Expand Up @@ -46,7 +46,7 @@
"@roadiehq/backstage-plugin-aws-auth": "^0.4.24",
"@roadiehq/backstage-plugin-aws-backend": "^1.1.24",
"@roadiehq/catalog-backend-module-aws": "^5.0.2",
"@roadiehq/catalog-backend-module-okta": "^0.10.2",
"@roadiehq/catalog-backend-module-okta": "^1.0.0",
"@roadiehq/rag-ai-backend": "^1.0.2",
"@roadiehq/rag-ai-backend-embeddings-aws": "^0.2.9",
"@roadiehq/rag-ai-backend-embeddings-openai": "^0.2.9",
Expand Down
14 changes: 14 additions & 0 deletions plugins/backend/catalog-backend-module-okta/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @roadiehq/catalog-backend-module-okta

## 1.0.0

### Major Changes

- 46b3142: Upgrade the catalog module to the backend system.

BREAKING:

- Interfaces have been updated to favour backend system configurations over legacy system ones.
- Original provider factory interface has been changed to accept only okta configurations.
- Configuration has been modified to contain schedules

Adds default configurations for the provider that can be added in. Leaves a customizable module construction option so more use cases can be covered.

## 0.10.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion plugins/backend/catalog-backend-module-okta/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@roadiehq/catalog-backend-module-okta",
"description": "A set of Backstage catalog providers for Okta",
"version": "0.10.2",
"version": "1.0.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down

0 comments on commit a4043ee

Please sign in to comment.