Skip to content

Releases: RoadieHQ/roadie-backstage-plugins

release-2022-04-21

21 Apr 06:33
1de23b1
Compare
Choose a tag to compare

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and publish to npm yourself or setup this action to publish automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@roadiehq/[email protected]

Patch Changes

  • ae873be: Fix Argo CD Dashboard button

release-2022-04-20

20 Apr 14:39
16c3701
Compare
Choose a tag to compare

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and publish to npm yourself or setup this action to publish automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@roadiehq/[email protected]

Patch Changes

  • fda00fb: Updating docs for argocd scaffold action

release-2022-04-19.1

19 Apr 06:49
c9b1a56
Compare
Choose a tag to compare

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and publish to npm yourself or setup this action to publish automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@roadiehq/[email protected]

Minor Changes

  • 3ba9cb9: - Add create endpoints
    • Add delete endpoints
    • Add sync endpoints
    • Add scaffolder action for create

@roadiehq/[email protected]

Patch Changes

  • 3ba9cb9: - Add create endpoints
    • Add delete endpoints
    • Add sync endpoints
    • Add scaffolder action for create
  • Updated dependencies [3ba9cb9]

@roadiehq/[email protected]

@roadiehq/backstage-plugin-iframe

[email protected]

Patch Changes

release-2022-04-19

19 Apr 06:29
97a06ca
Compare
Choose a tag to compare

Closes #473

feat: add create and delete to argocd

Will bring in the below:

  • Add create endpoints
  • Add delete endpoints
  • Add sync endpoints
  • Add scaffolder action for create

✔️ Checklist

  • Added tests for new functionality and regression tests for bug fixes
  • Added changeset (run yarn changeset in the root)
  • Screenshots of before and after attached (for UI changes)
  • Added or updated documentation (if applicable)

release-2022-04-14

14 Apr 14:41
9d443ce
Compare
Choose a tag to compare

This here provides the @roadiehq/backstage-plugin-iframe plugin.

It supports iframes in backstage and allows you to customize its:

  • src
  • title
  • height
  • width

The src field is mandatory.

This is it's definition:

export { iframePlugin, EntityIFrameCard, } from './plugin';

type IFrameProps = {
    src: string;
    title?: string | undefined;
    height?: string | undefined;
    width?: string | undefined;
    class?: string | undefined;
}

Signed-off-by: Nicolas Arnold [email protected]

Screenshot 2022-04-12 at 17 23 03

✔️ Checklist

  • Added tests for new functionality and regression tests for bug fixes
  • Added changeset (run yarn changeset in the root)
  • Screenshots of before and after attached (for UI changes)
  • Added or updated documentation (if applicable)

release-2022-04-01

01 Apr 10:28
d5bdeb2
Compare
Choose a tag to compare

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and publish to npm yourself or setup this action to publish automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@roadiehq/[email protected]

Minor Changes

  • d030f5f: Add avg lines of pr and avg files changed per PR metrics to the statistics card
  • 49bda3d: Add review requests and your pull requests hompage components

Patch Changes

  • 1863e2a: Changed documentation to include entity switches

@roadiehq/[email protected]

Patch Changes

  • 1863e2a: Changed documentation to include entity switches

@roadiehq/[email protected]

Patch Changes

  • e81b2e4: Accept yml extenstion for mkdocs files in validation

release-2022-03-22

22 Mar 13:33
766ee7a
Compare
Choose a tag to compare

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and publish to npm yourself or setup this action to publish automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@roadiehq/[email protected]

Minor Changes

  • 0af1e28: add additional information from argo cd in a drawer component

release-2022-03-21

21 Mar 16:05
714c00d
Compare
Choose a tag to compare

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and publish to npm yourself or setup this action to publish automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@roadiehq/[email protected]

Patch Changes

  • d0431b5: Remove caching to avoid duplicate content

release-2022-03-18

18 Mar 11:26
92bb2f9
Compare
Choose a tag to compare

Releases

@roadiehq/[email protected]

Major Changes

  • df841f0: Update dependecies to follow latest upstream version. Removed deprecated props of type 'Entity' passed into components as it is grabbed from context instead.

@roadiehq/[email protected]

Major Changes

  • df841f0: Update dependecies to follow latest upstream version. Removed deprecated props of type 'Entity' passed into components as it is grabbed from context instead.

@roadiehq/[email protected]

Major Changes

  • df841f0: Update dependecies to follow latest upstream version. Removed deprecated props of type 'Entity' passed into components as it is grabbed from context instead.

@roadiehq/[email protected]

Major Changes

  • df841f0: Update dependecies to follow latest upstream version. Removed deprecated props of type 'Entity' passed into components as it is grabbed from context instead.

@roadiehq/[email protected]

Major Changes

  • df841f0: Update dependecies to follow latest upstream version. Removed deprecated props of type 'Entity' passed into components as it is grabbed from context instead.

@roadiehq/[email protected]

Major Changes

  • df841f0: Update dependecies to follow latest upstream version. Removed deprecated props of type 'Entity' passed into components as it is grabbed from context instead.

@roadiehq/[email protected]

Major Changes

  • df841f0: Update dependecies to follow latest upstream version. Removed deprecated props of type 'Entity' passed into components as it is grabbed from context instead.

@roadiehq/[email protected]

Major Changes

  • df841f0: Update dependecies to follow latest upstream version. Removed deprecated props of type 'Entity' passed into components as it is grabbed from context instead.

@roadiehq/[email protected]

Major Changes

  • df841f0: Update dependecies to follow latest upstream version. Removed deprecated props of type 'Entity' passed into components as it is grabbed from context instead.

@roadiehq/[email protected]

Major Changes

  • df841f0: Update dependecies to follow latest upstream version. Removed deprecated props of type 'Entity' passed into components as it is grabbed from context instead.

@roadiehq/[email protected]

Major Changes

  • df841f0: Update dependecies to follow latest upstream version. Removed deprecated props of type 'Entity' passed into components as it is grabbed from context instead.

@roadiehq/[email protected]

Major Changes

  • df841f0: Update dependecies to follow latest upstream version. Removed deprecated props of type 'Entity' passed into components as it is grabbed from context instead.

@roadiehq/[email protected]

Major Changes

  • df841f0: Update dependecies to follow latest upstream version. Removed deprecated props of type 'Entity' passed into components as it is grabbed from context instead.

@roadiehq/[email protected]

Major Changes

  • df841f0: Update dependecies to follow latest upstream version. Removed deprecated props of type 'Entity' passed into components as it is grabbed from context instead.

@roadiehq/[email protected]

Major Changes

  • df841f0: Update dependecies to follow latest upstream version. Removed deprecated props of type 'Entity' passed into components as it is grabbed from context instead.

@roadiehq/[email protected]

Major Changes

  • df841f0: Update dependecies to follow latest upstream version. Removed deprecated props of type 'Entity' passed into components as it is grabbed from context instead.

@roadiehq/[email protected]

Major Changes

  • df841f0: Update dependecies to follow latest upstream version. Removed deprecated props of type 'Entity' passed into components as it is grabbed from context instead.

[email protected]

Major Changes

  • df841f0: Update dependecies to follow latest upstream version. Removed deprecated props of type 'Entity' passed into components as it is grabbed from context instead.

Patch Changes

[email protected]

Major Changes

  • df841f0: Update dependecies to follow latest upstream version. Removed deprecated props of type 'Entity' passed into components as it is grabbed from context instead.

Patch Changes

release-2022-03-14

14 Mar 14:15
34908c8
Compare
Choose a tag to compare

Releases

@roadiehq/[email protected]

Minor Changes

  • f0421b4: Bumped to the latest upstream packages versions

@roadiehq/[email protected]

Minor Changes

  • f0421b4: Bumped to the latest upstream packages versions

@roadiehq/[email protected]

Minor Changes

  • f0421b4: Bumped to the latest upstream packages versions

@roadiehq/[email protected]

Minor Changes

  • f0421b4: Bumped to the latest upstream packages versions

@roadiehq/[email protected]

Minor Changes

  • f0421b4: Bumped to the latest upstream packages versions

@roadiehq/[email protected]

Minor Changes

  • f0421b4: Bumped to the latest upstream packages versions

@roadiehq/[email protected]

Minor Changes

  • f0421b4: Bumped to the latest upstream packages versions

@roadiehq/[email protected]

Minor Changes

  • f0421b4: Bumped to the latest upstream packages versions

@roadiehq/[email protected]

Minor Changes

  • f0421b4: Bumped to the latest upstream packages versions

@roadiehq/[email protected]

Minor Changes

  • f0421b4: Bumped to the latest upstream packages versions

@roadiehq/[email protected]

Minor Changes

  • f0421b4: Bumped to the latest upstream packages versions

@roadiehq/[email protected]

Minor Changes

  • f0421b4: Bumped to the latest upstream packages versions

@roadiehq/[email protected]

Minor Changes

  • f0421b4: Bumped to the latest upstream packages versions

@roadiehq/[email protected]

Minor Changes

  • f0421b4: Bumped to the latest upstream packages versions

@roadiehq/[email protected]

Minor Changes

  • f0421b4: Bumped to the latest upstream packages versions

@roadiehq/[email protected]

Minor Changes

  • f0421b4: Bumped to the latest upstream packages versions

@roadiehq/[email protected]

Minor Changes

  • f0421b4: Bumped to the latest upstream packages versions

[email protected]

Patch Changes

[email protected]

Patch Changes