Skip to main content

16 posts tagged with "release"

View All Tags

· One min read
Audrey Eschright

We have some new features for this release:

Dotfiles

The CodeComponentSidecar YAML is being replaced by a dotfile format. This allows us to better merge user-created data with automated CodeComponent imports from repositories. You can read more about how to use dotfiles in the docs.

  • Add dotfile processor for adding data to imported code components
  • Deprecate CodeComponentSidecar now that dotfiles can be used to merge data for imported CodeComponents

GitHub Actions integration

We're releasing a new GitHub Action soon that will allow you to generate SBOMs and track them in OpenContext.

  • Add SBOM type for AuxComponents

Also some bugfixes and other improvements:

GitHub CodeComponent import

  • Add error logging to paginated GitHub GraphQL queries
  • Add rate limit logging for GitHub APIs
  • Add a 1 sec wait to queryWithPaging to avoid GitHub's secondary rate limit. This change makes 1 request per second to avoid concurrency issues.

Misc.

  • Add runbook type to AuxComponent

· One min read
Audrey Eschright

Release Notes

The last logo update is done! You'll now see the new logo on the docs site (where you're reading these release notes).

Coming soon

We've started work on features for our catalog API. This release includes a routing component that will be needed for access.

Bug fixes

  • Add reciprocal relation between user and imported GitHub account

· One min read

Release Notes

This release of OpenContext includes a logo update and a frontend fix for catalog filters.

Frontend

  • Update logo
  • Catalog fix which resets the filter when no matching data is available

· One min read
Audrey Eschright

Release Notes

In this release, we've renamed parts of the schema and views to reflect the utility of OpenContext as a service catalog. We're also streamlining the information you see on the Context pages to make it easier to understand important connections.

Schema updates

  • Rename Platform entity to Service
  • Rename Scheme entity to Platform
  • Add Service relation to Datacenters

Catalog data and filters

  • Add Code Component languages to catalog table view
  • Add GitHub Actions enabled flag to imported Code Components
  • Add GitHub Actions filter to Catalog view
  • Update Datacenter catalog table view to add regions and filtering on "other" type fields
  • Display Datacenter column for Platform Components
  • Add subtype filter to catalog view
  • Update catalog table and filters for Services
  • Hide empty entity relations tables
  • Add display names to table view for Persons and Teams

· One min read
Audrey Eschright

Release Notes

This release has two sets of internal changes that will prepare us for some exciting future updates!

Schema

  • Datacenters can now be linked together with dependsOn relations
  • Platform Components can now belong to multiple Platforms. They also now have a type and subtype.

Front-end

We upgraded the main application to use React 18 and Material UI v5. In the process, a lot of the internal components were cleaned up and some front-end bugs that made things look a little glitchy got resolved. We have big plans for our user experience, and this upgrade means we're ready to go forward. Stay tuned for more!

· One min read

This patch release fixes a bug where Dependabot vulnerabilities are not shown in certain configurations even when they do exist.

· One min read

Release Notes

In this release we have a new on-premise offering with Kubernetes and Helm. For more information on how to set up OpenContext in your own environment see our docs.

Also in this release we have a new Context Details view which can be found on a tab on any CodeComponent. This is the place to look to for more details about a specific CodeComponent. You will see the following:

  • Component Owners
  • Summary of the component's statistics (relationships to other entities)
  • If the CodeComponent is of type repository you will also see repository codepaths (if the repository has any)
  • Repository statistics such as languages, recent releases, and contributors
  • Repository vulnerability alerts if Dependabot alerts have been enabled.

Context Details View

More details on the release below.

Features

  • Added Context Details tab with additional content such as a summary of the component's statistics and various repository information such as owners, codepaths, statistics, and vulnerabilities.
  • Added configurations and workflow to build the container for our on-premise offering.

Bug fixes

  • CodeOwners processor will now only process CodeComponents that are not pointing to YAML files

· One min read
Audrey Eschright

This patch release fixes bugs affecting links and content on Team and Component pages, and enables embedding of GitHub profile photos.