Search

Chapter 1. About this release

download PDF

The release notes provide high-level coverage of the features that have been implemented in Red Hat Developer Hub 1.1 and document known issues in this release.

Some features within this release may be available as a Technology Preview, providing access to upcoming product features, enabling customers to test functionality and to provide feedback during the development process.

For more information about the support scope of Red Hat Technology Preview features, read Technology Preview Support Scope.

Benefits of Red Hat Developer Hub include:

  • Increased developer productivity: Increases productivity by eliminating common organizational challenges, enabling seamless collaboration, and providing clear guidelines for creating, developing, and deploying applications.
  • Unified self-service dashboard: Provides development teams with a unified dashboard covering various aspects such as Git, CI/CD, SAST/DAST, Supply Chain, OpenShift/Kubernetes cluster, JIRA, monitoring, API, documentation, and more, facilitated by over 150 plugins. All curated by a platform engineering team, aligning with the company’s best practices.
  • Best practices through software templates: Automates organizational best practices by encoding common tasks such as creating new applications, running Ansible jobs, and establishing CI/CD pipelines for production deployment in Git.
  • Scalable technical documentation: Code and documentation resides in the same repository, eliminating dependencies on proprietary document systems.
  • Efficient onboarding for new developers: New developers quickly adapt and become productive within a short timeframe.
  • Robust enterprise Role-Based Access Control (RBAC): Empowers administrators to create roles, assign users or groups to roles, and implement robust security policies for enhanced access control.

1.1. Supported platforms

  • OpenShift Container Platform 4.12, 4.13, 4.14, 4.15
  • Red Hat OpenShift Service on AWS (ROSA)
  • Azure Red Hat OpenShift (ARO)
  • Amazon Elastic Kubernetes Service (EKS)
  • Microsoft Azure Kubernetes Service (AKS)
  • [Technical Preview] Google Kubernetes Engine (GKE)

1.2. Supported architectures

Containers are available for the following CPU architectures:

  • AMD64 and Intel 64 (x86_64)

1.3. Upgrading the Red Hat Developer Hub Helm Chart

You can upgrade to a new version of Red Hat Developer Hub by using:

  • OpenShift web console

    1. In the Developer perspective, click Helm to open the Helm Releases tab.
    2. Click the three dots next to the Helm release entry and select Upgrade.
    3. In the Upgrade Helm Release page, select the version of Developer Hub that you want to upgrade to from the chart version drop-down list.
    4. Click Upgrade.

      Note

      You must wait while the resources in the older versions are deleted and newer versions of the Developer Hub pods are launched.

    5. Close all open Developer Hub web pages, and log in again to verify that the upgrade was successful.
  • OpenShift CLI

    1. Log in to the OpenShift cluster as the cluster administrator and switch to the devhub project.

      oc login -u <user> -p <password> https://api.<HOSTNAME>:6443
      oc project devhub
    2. For a new version of the Developer Hub helm chart, run the following upgrade command:

      helm upgrade -i rhdh -f new-values.yml \
        openshift-helm-charts/redhat-developer-hub --version 1.1.4
      Note

      You can also provide extra values to the chart by creating a new-values.yml file on your workstation with values that override the attributes in the installed chart or by adding new attributes.

Red Hat logoGithubRedditYoutubeTwitter

Learn

Try, buy, & sell

Communities

About Red Hat Documentation

We help Red Hat users innovate and achieve their goals with our products and services with content they can trust.

Making open source more inclusive

Red Hat is committed to replacing problematic language in our code, documentation, and web properties. For more details, see the Red Hat Blog.

About Red Hat

We deliver hardened solutions that make it easier for enterprises to work across platforms and environments, from the core datacenter to the network edge.

© 2024 Red Hat, Inc.