このコンテンツは選択した言語では利用できません。
Chapter 2. New features and enhancements
Red Hat Advanced Developer Suite - software supply chain 1.8 adds the following new features and improvements of some existing features.
2.1. Installation program improvements リンクのコピーリンクがクリップボードにコピーされました!
This release improves the installation program functionality in several ways:
- Dependency order
- The installation program includes improved functionality for installing dependencies in the proper order.
- Helm chart installation order
- The installation program includes improved functionality for installing charts in the right order based on metadata describing dependencies instead of hard-coding.
- Installation program version
-
This release introduces the
tssc --versioncommand. You can use this command to track the exact version (build) of the installation program. - Red Hat Developer Hub (RHDH) authentication
- In this release, the installation program integrates RHDH to use Open Identity Connect (OIDC) instead of GitHub.
2.2. TSSC MCP server リンクのコピーリンクがクリップボードにコピーされました!
This enhancement introduces a new agentic interface that transforms the trusted software supply chain (tssc) CLI into a first-class model context protocol (MCP) server. This enhancement enables large language model (LLM)-driven workflows for platform engineering, allowing AI agents to orchestrate automated, self-service installations, configurations, and diagnostics on OpenShift clusters. By leveraging MCP, the server provides structured tools and guidance to LLMs, promoting efficient, stateful interactions while integrating with Kubernetes-native mechanisms for scalability and maintainability.
This architecture draws on Mixture of Experts (MoE) principles in LLMs, where specialized "experts" handle distinct tasks via a router guided by system prompts, enabling efficient scaling without proportional computational resource utilization. This means the MCP server acts as a workflow orchestrator, managing installation states and tool calls to ensure idempotent, low-frequency operations, which is ideal for initial Red Hat Advanced Developer Suite setups.
2.3. Template improvements リンクのコピーリンクがクリップボードにコピーされました!
In this release, for customized pipelines in GitLab the following changes apply:
- Path changes
-
The template path changed from
/work/rhtapto/work/tssc. - Image location changes
-
The image location changed from
registry.access.redhat.com/rhtap-task-runner/rhtap-task-runner-rhel9:1.8toquay.io/redhat-tssc/task-runner:1.8.