[Yandex Cloud documentation](../../index.md) > [Yandex Cloud Marketplace](../index.md) > Partners > Step-by-step guides > Changing product versions

# Changing product versions

Before publication, the version must be moderated by technical experts and editors. You can edit a version until it is submitted for moderation. After it passes moderation, you can also make changes. In that case, you will have to resubmit the version for moderation. When moderation succeeds, the publisher can publish the approved version.

To change the version:

1. Log in to the [Marketplace partner interface](https://partners.yandex.cloud/).

1. Open the **Products** section and select a product.

1. On the **Product versions** tab, select the version.

1. In the top-right corner, click **Edit**.

1. Make changes and click **Edit**.

While a version is under moderation, you can [add a new version](create-new-version.md) to the product.


## Testing a product upgrade for Yandex Managed Service for Kubernetes {#test}

You can test a product upgrade for Managed Service for Kubernetes using Terraform:

1. Install the published version in the cluster using Terraform.
1. Create a target version to upgrade the product to.
1. _Before submitting_ the new version for moderation, replace the current version ID in the Terraform manifest with the new version ID.
    You can look up the ID in the [Marketplace partner dashboard](https://partners.yandex.cloud/).

1. Run the `terraform apply` command.
    The product will upgrade in the same way as on the users’ side.