Open a changeset to update config data
-
- UpdatedJan 30, 2025
- 3 minutes to read
- Yokohama
- DevOps
Update config data in an existing changeset or in a new changeset. You can save your changes for later updates or save and commit the changes. Committing the changes generates a snapshot for each deployable that is affected by the changes.
Before you begin
Role required: cdm_editor or cdm_admin
About this task
- When you commit the changes that you have made to an application (commit the changeset), the system generates a snapshot of each deployable that has been updated. A snapshot is an exact record of the config data for a deployable. Snapshots are read-only — you cannot modify a snapshot. You can, however, start a new changeset that is based on a particular snapshot.
- Sometimes, another user has committed changes to a data set (thus creating a new snapshot) while you are working on a changeset of the same data. In this case, the data that you are working on is stale (the data is in the state it was in before the other user committed changes). This can result in data conflicts. Learn more about how you use changesets and how CDM manages version control at Changesets and version control in CDM.
Procedure
Related Content
- Changesets and version control in CDM
A changeset is a draft copy of an application that you can update and save as often as needed. When you are satisfied with your changes, you can commit the changeset to apply the changes to the application. Committing
- Define or update a component
Define or update a component while working in a changeset.
- Define or update a collection in an application
Define or update a collection while working in a changeset of a application.
- Publish or unpublish a snapshot
Publish a snapshot so that it can be exported to enable the CI/CD pipeline to access and use the config data. Exporters can execute only on published snapshots.
- Validate a snapshot manually
Validate a snapshot from the Snapshot tab. For example, manually validate a snapshot to ensure that its valid for new policy requirements.
- View the results of snapshot validation
View validation failures and warnings on the Validation results tab for the snapshot.
- View snapshots
View the snapshots of all deployables for an application on the Details tab for the application. The release pipeline can access only a snapshot that is the currently published version.