Creating a Version of the Private Catalog Item

Create a version of the private catalog item in Fleet Application Management.

    1. On the Private catalog list page, select the catalog item you want to work with. If you need help finding the list page or the catalog item, see Listing Private Catalog Items.
    2. On the details page, select the Versions tab.
    3. Select Create new version.
    4. Enter a version in the specified format and its description. For the description, avoid entering confidential information.
      The version is prefilled with the next version, however, you're free to change it.
      Note

      Use semantic versioning format to specify your own version where the new version must be later than the previous version. By default, the initial version of a new catalog item is 1.0.0.
    5. Depending on the catalog item type of the parent version, select an option to add resources to the catalog item. For instructions, see step 3 in Creating a Private Catalog Item using the Console.
      Note

      The type of the catalog item in this version can't be altered, and it's the same as the parent catalog type.
    6. Select Create.
    A new version of the parent catalog item is created and is listed in the Versions tab page.
  • Use the oci fleet-apps-management fleet-apps-management-catalog catalog-item create command and required parameters to create a private catalog item version:

    oci fleet-apps-management fleet-apps-management-catalog catalog-item create --compartment-id <compartment_OCID> -config-source-type <text> --description <text> --display-name <text> --package-type <text> [OPTIONS]

    For a complete list of flags and variable options for Fleet Application Management CLI commands, see the CLI for Fleet Application Management.

  • Run the CreateCatalogItem operation to create a private catalog item version.