Release management is the process of managing multiple versions of resources across distinct environments that serve different purposes, also known as the principle of environment separation. Typically, the environments serve as isolated locations for resources at different stages of being released, such as: feature development, feature testing, and feature deployment to production.
For example, developers at your organization can collaborate in the development environment on new features, while user acceptance testers and automated testing scripts can test developed features yet to be validated for production that are in the testing environment, ahead of releasing them to production. This can happen while the existing functionality running in production remains available for users and is unaffected by the ongoing development and testing in the other environments.
The separation of resources into environments allows changes to be tested and validated in a controlled environment that does not affect the functionality running in production. When the resources have been tested, they can then be promoted to production if ready, or further developed if required.
To release manage resources, resources first need to be packaged from the environment they are developed in so that they can deployed into other environments. You can use DevOps to package your resources into products.
Once resources have been packaged into a product, they need to be deployed. Use Marketplace to install products, manage product installations, and promote releases through environments.
Within the Palantir platform, use spaces for environment separation.
Spaces are a flexible primitive in the Palantir platform that allow for environment separation in Foundry. Environment separation is the practice of maintaining distinct spaces for different stages of development and deployment, such as development, testing, and production. This separation ensures that changes can be tested and validated in a controlled environment before being promoted to production, thereby minimizing the risk of introducing errors or issues into production workflows.
You can create as many environments as you need for your workflows, allowing for other release management models.
A typical environment setup consists of the following three environments, each represented as a “space” in the Palantir platform:
Spaces are a flexible primitive. You can create as many environments as you need for your workflows, allowing for other release management models.
Generally, as products are promoted through your environments, the functionality within those products will become available in the given environment/space. You can configure the following differences across your environments:
Foundry Branching enables development and testing of workflow changes on an isolated branch, and is ideal for managing changes within the Development
environment by allowing multiple developers to work in isolation, and only merge their changes into the main branch when the feature is complete.
Foundry Branching is not currently recommended for release management due to the short-lived nature of branches and limited coverage of resource types.
Benefits of using DevOps and Marketplace for release management include the abilities to: