GuidesAPI Reference
Log In
added

Sept. 5, 2022

We have been heads down shipping features and have a huge release! See below for details.

Features

Push-On-Green

Continuous delivery is at the heart of Prodvana. You can now enable push-on-green for your services by adding a pvnctl command to your CI run after the build is done. We have also shipped a CircleCI orb to make this easier, with Github Actions coming soon. See our docs for more details.

Slack Integration

Prodvana now integrates with Slack! Head over to the integrations tab in our web UI and click connect, then set the slack channel for your application via pvnctl. See our docs for more details.

Pipelines Customizations

Prodvana has always automatically generated a simple push pipeline for your services. If you need more customization, such as adding a wait step or a custom task, you can customize your pipeline template at the application level, which all services in the application will automatically receive. Custom tasks are very powerful; internally, we started using them to block pushes to production unless all commits are reviewed. See our docs for more details.

Runtime

We now support bare k8s clusters without istio and flagger. We are also now able to connect to an existing k8s cluster created outside of Prodvana. Head over to the Runtimes tab on our web UI to add an existing cluster.

Other Features

  • Docker registry integrations now select images by tag instead of image digest.

Bug Fixes

  • Fixed an issue with deletion of externally exposed services.
  • Fixed docker image sort order when multiple images were built at the same time.