Skip to main content

Announcing Epinio 1.14.1!

The Epinio Team

Epinio 1.14.1 is here, and there is a lot to talk about! This release includes the usual bug fixes, dependency updates, and maintenance, along with several new features.

We encourage you to review the documentation for upgrading Epinio. In this release specifically we have made changes to CRDs and added new user permissions, so it is important to review the upgrade documentation before upgrading.

New Features and Improvements​

  • AppCharts can be managed via the UI or CLI.
  • Catalog Services can be managed via the UI or CLI.
  • Builder images can be managed via the UI or CLI, search existing builder images, and manually enter remote ones.
  • Git configs have been overhauled for wider provider support and ease of use:
    • Use git configs for GitHub, GitHub Enterprise, and GitLab.
    • Manage git configs via the UI or CLI.
    • Use a global configuration for org-wide git configs.
    • Explicitly select a git config from the application creation flow.
  • Bulk delete for applications, service instances, and configurations is now available via the UI.
  • Gateway API support.

App Watch (Experimental)​

Due to feedback from multiple users, we have added Epinio App Watch as a experimental feature. App Watch watches your application for changes and automatically redeploys it when changes are detected, so you can develop the way you deploy and rapidly iterate on applications in-cluster. Below is a short demo of it in action.

MCP​

The Epinio MCP server has been promoted from experimental to beta! A lot of work has gone into reducing external dependencies and using Epinio natively to accomplish much of the MCP server's functionality. We have also made various bug fixes and improvements, and a v1.0.0 version is coming soon.

Documentation​

This release includes a significant overhaul of the documentation site.

  • Reorganized and cleaned up the documentation for easier navigation.
  • Removed documentation for releases prior to 1.11.0.
  • Refreshed the community tab and removed the Related Projects tab.
  • Added documentation for Minio to SeaweedFS migration.
  • Added documentation for the Epinio MCP server.
  • Updated to the majority of pages to reflect the current state of Epinio and its features.

Fixes​

  • The Application Detail page now refreshes regularly to show the latest application state.
  • Improved error handling for application creation and deployment.
  • Fixed Export Application failing silently.
  • Several fixes and improvements around table and dropdown loading.

Dependency updates​

Updated server, UI, and Helm chart dependencies.


For the complete technical changelog, see the 1.14.1 release on GitHub.