Internal Developer Portal release notes
Review the notes below for details about recent changes to Harness Internal Developer Portal.
Latest - July 27, 2023, version 0.7.0
- What's new
- Early access
- Fixed issues
- Hotfix version 0.7.1
- IDP now includes the Confluence search plugin to include results from Confluence spaces. To learn more, got to the plugin documentation. (IDP-845)
- The interval at which IDP polls Git repositories associated with the software catalog has increased from 5 minutes to 15 minutes. (IDP-749)
This release does not include early access features.
When you used a delegate to connect to a Git provider, the Docs tab failed to load, and the following message was displayed:
Failed to build the docs page: TAR_BAD_ARCHIVE: Unrecognized archive format
. (IDP-687)This issue is now fixed.
If you used a GitHub connector that used a Github App for API authentication and if the private key was a text secret, the catalog import in IDP failed. The failure was caused by Harness Secrets Manager not storing the specified private key with line breaks, which IDP expects along with proper indentation. (IDP-850, ZD-47845)
Harness Secrets Manager now formats text secrets properly for text secrets used with IDP.
The harness:create-secret
and harness:delete-secret
template actions are now available for use in IDP software templates. You can use these actions to receive a secret from a developer, create a Harness secret, and then use it as a pipeline variable to provide runtime input. For more information, go to the tutorial (IDP-780)
Previous releases
2023 releases
July 12, 2023, version 0.6.0
What's new
- You can now access IDP catalog APIs by using the Harness X-API-Key. For more information, go to API access. (IDP-768)
- A newer version of the Harness CI/CD plugin has been added with new annotations support. It's now possible to filter pipelines across projects and orgs. For more information, go to the plugin's readme. (IDP-758)
- The Harness Feature Flags plugin is now available in IDP. (IDP-778)
- The
trigger:harness-custom-pipeline
action on the software templatetemplate.yaml
is now synchronous with pipeline execution. The action keeps running during pipeline execution, and it shows the current status of the pipeline. - Since the
trigger:harness-custom-pipeline
is now synchronous, you can use thecatalog:register
action in a template and register the newly generated software component'scatalog-info.yaml
.
Early access
This release does not include early access features.
Fixed issues
- Fixed a bug with access control around de-registering a software component. (IDP-757)
June 27, 2023, version 0.5.0
What's new
- The Backstage version has been upgraded to 1.14. (IDP-632)
- The following GitHub-based plugins are now available in IDP:
- IDP now includes support for GitHub and Google OAuth applications. You can configure a GitHub or Google OAuth application in the IDP Admin view. These applications are used by the GitHub-based plugins to use the logged-in user's credentials when making API requests. (IDP-676, IDP-661, IDP-647)
- IDP now supports a URL allowlist. If the
catalog-info.yaml
references API definitions that are hosted on a provider other than your Git provider, add the URL to the allowlist. (IDP-648)
Early access
This release does not include early access features.
Fixed issues
- Improvements have been made to reduce the time required for onboarding to the IDP module. (IDP-649)