Skip to content

Releases: epinio/epinio

v1.11.0 🎁

01 Dec 10:51
1b05c40
Compare
Choose a tag to compare

What's Changed

This version adds support to run without cert-manager and an extended system for authorization and roles.
It updates the default builder, switching from the old Ubuntu bionic to the newer builder-jammy-full.
It adds caching of AppCharts, some new API endpoints, and extends the CLI support for JSON output.

🚀 Features

  • Added new Authorization Roles (#2656)
  • Added ability to run without cert-manager (#2681)
  • Added support for builder-jammy-full, and made it default (#2659)
  • Updated staging scripts removed hardcoded -process-type=web (#2674)
  • Added caching of AppCharts in server pod (#2588)
  • Added CLI support for app archives and special handling of single app directory in app source archive (#2712)
  • Added better error handling for panics (#2719)
  • Added --output json support to the epinio info command (#2729)
  • Added --output json support to the epinio app list|show commands (#2636)
  • Added --output json support to the epinio service list|show commands. (#2634)
  • Added /me API endpoint to perform a credentials check (#2648)
  • Added /gitproxy API endpoint (#2550)
  • Extended /info API endpoint with dex availability flag, and made accessible without authentication (#2604)

🐛 Bug Fixes

  • Fixed service name definition in catalog service entries (#2710)
  • Detect and ignore users defined multiple times (#2701)
  • Fixed missing repo update when helm chart is not found (#2698)
  • Fixed missing update of user roles on each new login session (#2660)
  • Fixed unclear login rejection message (#2658)
  • Fixed missing custom headers for app logs and service port-forward (#2641)
  • Removed incorrect Traefik annotations in LetsEncrypt cluster issuers (#2627)
  • Fixed mishandling of scheme prefixes in route specifications (#2617)
  • Fixed app export on multinode clusters with RWO storage (#2622)

📓 Documentation

  • Fixed unwanted page title in Docusaurus generated page. (#2726)
  • Improved the generated front matter for CLI command references (#2724)
  • [ADR] New Authorization roles (#2677)

🧰 Maintenance

  • Bump charts (Dex for UI, new roles, action updates) (#2700)
  • Updated Go dependencies, removed deprecated pkgs (#2694)
  • import drop of epinio-ui(-tls) cert and secret. (#2693)
  • Added support for builder-jammy-full, and made it default (#2659)
  • import aws-cli version bump (#2662)
  • dependencies - go module bumps, and action update (#2655)
  • import change of paketo builder version to fixed, last in stream (#2643)
  • Added logger to AuthService (#2640)
  • import nginx bump (#2639)
  • Bump bci/bci-micro from 15.5.11.2 to 15.5.11.3 in /images (#2575)
  • Bump go module dependencies (#2577)
  • action updates (#2576)

Usage

More info can be found in the installation instructions.

What's Changed

🚀 Features

  • Added --output json support to the epinio info command (#2729)
  • Added better error handling for panics (#2719)
  • Added CLI support for app archives and special handling of single app directory in app source archive (#2712)
  • Added new Authorization Roles (#2656)
  • Added ability to run without cert-manager (#2681)
  • Added support for builder-jammy-full, and made it default (#2659)
  • Updated staging scripts removed hardcoded -process-type=web (#2674)
  • Added /me API endpoint to perform a credentials check (#2648)
  • Added --output json support to the epinio app list|show commands (#2636)
  • Added --output json support to the epinio service list|show commands. (#2634)
  • Extended /info API endpoint with dex availability flag, and made accessible without authentication (#2604)
  • Added caching of AppCharts in server pod (#2588)
  • Added /gitproxy API endpoint (#2550)

🐛 Bug Fixes

  • Fixed service name definition in catalog service entries (#2710)
  • Detect and ignore users defined multiple times (#2701)
  • Fixed missing repo update when helm chart is not found (#2698)
  • Fixed missing update of user roles on each new login session (#2660)
  • Fixed unclear login rejection message (#2658)
  • Fixed missing custom headers for app logs and service port-forward (#2641)
  • Removed incorrect Traefik annotations in LetsEncrypt cluster issuers (#2627)
  • Fixed mishandling of scheme prefixes in route specifications (#2617)
  • Fixed app export on multinode clusters with RWO storage (#2622)

📓 Documentation

  • Fixed unwanted page title in Docusaurus generated page. (#2726)
  • Improved the generated front matter for CLI command references (#2724)
  • [ADR] New Authorization roles (#2677)

🧰 Maintenance

  • Bump charts (Dex for UI, new roles, action updates) (#2700)
  • Updated Go dependencies, removed deprecated pkgs (#2694)
  • import drop of epinio-ui(-tls) cert and secret. (#2693)
  • Added support for builder-jammy-full, and made it default (#2659)
  • import aws-cli version bump (#2662)
  • dependencies - go module bumps, and action update (#2655)
  • import change of paketo builder version to fixed, last in stream (#2643)
  • Added logger to AuthService (#2640)
  • import nginx bump (#2639)
  • Bump bci/bci-micro from 15.5.11.2 to 15.5.11.3 in /images (#2575)
  • Bump go module dependencies (#2577)
  • action updates (#2576)

Usage

More info can be found in the installation instructions.

v1.11.0-rc2

29 Nov 10:38
1b05c40
Compare
Choose a tag to compare
v1.11.0-rc2 Pre-release
Pre-release

What's Changed

🚀 Features

  • Added --output json to info command (#2729)
  • drop: standard platform API request (#2717)
  • Added better error handling for panics (#2719)
  • Magic handling of single app directory in app source archive. Plus CLI support for app archives. (#2712)
  • Added new Authorization Roles (#2656)
  • Support builder-jammy-full (#2659)
  • Updated staging scripts (#2674)
  • Added /me endpoint to check credentials (#2648)
  • Added --output json support to the epinio app list|show commands (#2636)
  • Added --output json support to the epinio service list|show commands. (#2634)
  • Extended info API endpoint with dex availability flag, and made accessible without authentication (#2604)
  • Cache app charts in the server pod (#2588)
  • Added gitproxy endpoint (#2550)

🐛 Bug Fixes

  • Enable namespace_read actions by default (#2723)
  • Change service name definition, switch to metadata.name for consistency (#2710)
  • detect users defined multiple times and reject them (#2701)
  • Fixed missing repo update when chart not found (#2698)
  • trial: tweak goreleaser config to mark rc builds as pre-release. (#2685)
  • Update user roles on each new login session (#2660)
  • fix login rejection message to be more clear about possible causes (#2658)
  • Fixed missing custom headers for app logs and service port-forward (#2641)
  • import nginx bump (#2639)
  • [helm chart] Removed incorrect traefik annotations in LE cluster issuers (#2627)
  • Fixed mishandling of scheme prefixes in route specifications (#2617)
  • Fixed app export on multinode clusters with RWO storage (#2622)

📓 Documentation

  • Fix problem with Docusaurus generated page. (#2726)
  • Improve the front matter generated. (#2724)
  • [ADR] New Authorization roles (#2677)

🧰 Maintenance

  • Bump charts (Dex for UI, new roles, action updates) (#2700)
  • Updated Go dependencies, removed deprecated pkgs (#2694)
  • import drop of epinio-ui(-tls) cert and secret. (#2693)
  • importing experimental excision of cert-manager (#2681)
  • Support builder-jammy-full (#2659)
  • import aws-cli version bump (#2662)
  • dependencies - go module bumps, and action update (#2655)
  • import change of paketo builder version to fixed, last in stream (#2643)
  • Added logger to AuthService (#2640)
  • import nginx bump (#2639)
  • Moved middlewares to middleware package (#2633)
  • Bump bci/bci-micro from 15.5.11.2 to 15.5.11.3 in /images (#2575)
  • Bump go module dependencies (#2577)
  • action updates (#2576)

Usage

More info can be found in the installation instructions.

v1.11.0-rc1

16 Nov 15:36
42f5e12
Compare
Choose a tag to compare
v1.11.0-rc1 Pre-release
Pre-release

What's Changed

🚀 Features

  • Added new Authorization Roles (#2656)
  • Support builder-jammy-full (#2659)
  • Updated staging scripts (#2674)
  • Added /me endpoint to check credentials (#2648)
  • Added --output json support to the epinio app list|show commands (#2636)
  • Added --output json support to the epinio service list|show commands. (#2634)
  • Extended info API endpoint with dex availability flag, and made accessible without authentication (#2604)
  • Cache app charts in the server pod (#2588)
  • Added gitproxy endpoint (#2550)

🐛 Bug Fixes

  • Fixed missing repo update when chart not found (#2698)
  • trial: tweak goreleaser config to mark rc builds as pre-release. (#2685)
  • Update user roles on each new login session (#2660)
  • fix login rejection message to be more clear about possible causes (#2658)
  • Fixed missing custom headers for app logs and service port-forward (#2641)
  • import nginx bump (#2639)
  • [helm chart] Removed incorrect traefik annotations in LE cluster issuers (#2627)
  • Fixed mishandling of scheme prefixes in route specifications (#2617)
  • Fixed app export on multinode clusters with RWO storage (#2622)

📓 Documentation

  • [ADR] New Authorization roles (#2677)

🧰 Maintenance

  • Bump charts (Dex for UI, new roles, action updates) (#2700)
  • Updated Go dependencies, removed deprecated pkgs (#2694)
  • import drop of epinio-ui(-tls) cert and secret. (#2693)
  • importing experimental excision of cert-manager (#2681)
  • Support builder-jammy-full (#2659)
  • import aws-cli version bump (#2662)
  • dependencies - go module bumps, and action update (#2655)
  • import change of paketo builder version to fixed, last in stream (#2643)
  • Added logger to AuthService (#2640)
  • import nginx bump (#2639)
  • Moved middlewares to middleware package (#2633)
  • Bump bci/bci-micro from 15.5.11.2 to 15.5.11.3 in /images (#2575)
  • Bump go module dependencies (#2577)
  • action updates (#2576)

Usage

More info can be found in the installation instructions.

v1.10.0 🏰

26 Sep 10:15
d6a48b0
Compare
Choose a tag to compare

What's Changed

This version adds support for private Git repositories. With the new epinio gitconfig command you can provide specific configurations and tokens used with your git server.
It also adds support for accessing Services Helm charts stored in private repositories and registries.

A new --registry flag was added to the app export command to support the App image and chart export to external OCI registries.

For easier debugging new --trace-file and --trace-output flags to redirect and format debugging logs are now available.

The epinio configuration [list|show] and the epinio namespace [list|show] commands now support a new --output=json flag.

Support for private Helm charts requires updating of the Epinio Service CRDs by running the following command:

kubectl apply -f https://github.com/epinio/epinio/releases/download/v1.10.0/service-crd.yaml

See Helm HIP-0011 for more information about this.

⚠️ Note

This version drops backward compatibility for old HelmController-based services, and support for the old mount paths for service based configurations.

🚀 Features

  • Added support for Git configurations (#2503) and new epinio gitconfig command (#2521)
  • Added --registry flag to app export to support external OCI registries (#2509)
  • Added support for private Helm repositories and registries (#2530)
  • Added Letsencrypt staging ClusterIssuer (#2565)
  • Added --output=json flag to epinio configuration [list|show] (#2562) and epinio namespace [list|show] (#2547)
  • Added display of credentials in epinio service show command (#2513)
  • Added --trace-file and --trace-output flags to redirect and format debugging logs (#2512)
  • Added Update and Replace APIs for Service custom values (#2522)
  • Added https fallback to epinio login (#2531)
  • Added support for configurable size of staging volumes (#2508)
  • Added optional restart field to AppUpdate API (#2457)
  • Better error message for missing settings.yaml file (#2502)
  • Added support in service --chart-value for arrays and nested maps (#2485)
  • Added branch and revision fields to ImportGit API (#2487)
  • Added git URL and git provider validation (#2473)
  • [UI] Supply custom Service chart values (strings, numbers, integers, bools) when creating a service (epinio/ui#338)
  • [UI] Added progress bar during app export (epinio/ui#223 epinio/ui#312)
  • [UI] Improved export performance of App chart and images (epinio/ui#254)
  • [UI] Show correct page in Commits table when navigating in Git applications edit (epinio/ui#253)
  • [UI] Improved service unbind checking the current status (epinio/ui#342)

🐛 Bug Fixes

  • Fixed a mishandling of apps in service delete --unbind (#2566)
  • Fixed customTlsIssuer value and create Letsencrypt ClusterIssuer only when requested (#2565)
  • Fixed mishandling of app export jobs on cancellation, and for multiple concurrent requests (#2517)
  • Fixed mishandling of environment variables with spaces during staging (#2493)
  • Fixed missing failure on service port-forward with non-existing service (#2486)
  • [UI] Fixed abort of export when clicking outside of the modal (epinio/ui#301)
  • [UI] Fixed missing Catalog Service and bound app fields in service detail page (epinio/ui#296)
  • [UI] Fixed redeploy of failed app during staging (epinio/ui#277)
  • [UI] Fixed min property in metrics calculation being always zero (epinio/ui#274)
  • [UI] Fixed blank screen after clicking on namespace link on Instances page (epinio/ui#324)
  • [UI] Fixed Custom Variables validation in Application edit (for some browsers) (epinio/ui#299)

🧰 Maintenance

  • Typo fixed (#2585)
  • Fixed skopeo image reference due to upstream removing v1.10 (#2529)
  • Fixed goreleaser deprecations (#2520)
  • Removed Kubernetes API access from settings update-ca command (#2506)
  • Dependency updates (#2501)
  • Updated Dex to 0.15.2 (#2483)
  • Removed remaining support for helmcontroller-based services (#2479)
  • Dropped old mount paths for service-based configurations (#2482)

Usage

More info can be found in the installation instructions.

v1.10.0-rc2

20 Sep 09:37
9aa5974
Compare
Choose a tag to compare
v1.10.0-rc2 Pre-release
Pre-release

What's Changed

🚀 Features

  • added export to registries (#2509)
  • Added support for --output json to configuration list and show (#2562)
  • Add --output flag with JSON support for Epinio namespace list and show commands (#2547)
  • Added https fallback to login (#2531)
  • Added support for private Helm repositories and registries (#2530)
  • cli and api for gitconfig management (#2521)
  • Show service credentials in detail view (#2513)
  • Enabled redirection of trace output to arbitrary file (#2512)
  • Added support for Git configurations (#2503)
  • Better error message for a missing setting.yaml file (#2502)
  • Support array index syntax and deeper object nesting for custom values of services. (#2485)
  • Add branch and revision to ImportGit API (#2487)

🐛 Bug Fixes

  • Fixed a mishandling of apps in delete --unbind (#2566)
  • Letsencrypt ClusterIssuers created only when required and fixed customTlsIssuer (#2565)
  • fixed missing support for edit of service (custom values, update/replace) (#2522)
  • fixed reference to outdated skopeo release (#2529)
  • fixed mishanding of export jobs on cancellation, and for multiple concurrent requests (#2517)
  • fix storage of service custom value settings to roundtrip cleanly (#2511)
  • fixed missing ability configure size of staging pvc/disk like the cpu/memory resources (#2508)
  • Added optional restart field to AppUpdate API (#2457)
  • fix mishandling of env assignments with spaces in var name and/or value (#2493)
  • Fixed failure to abort port-forwarding early when targeted service does not exist (#2486)
  • Added git URL and git provider validation (#2473)

🧰 Maintenance

  • Moved epinio namespace CMD and epinio target commands into cmd package (#2552)
  • fixed reference to outdated skopeo release (#2529)
  • fixed goreleaser deprecations (#2520)
  • Removed Kubernetes API access from settings update-ca command (#2506)
  • Dependency updates (#2501)
  • [helm-chart] Update Dex to 0.15.2 (#2483)
  • remove remaining support for helmcontroller-based services (#2479)
  • drop old mount paths for service-based configurations (#2482)

Usage

More info can be found in the installation instructions.

v1.10.0-rc1

07 Sep 13:27
60affe8
Compare
Choose a tag to compare
v1.10.0-rc1 Pre-release
Pre-release

What's Changed

🚀 Features

  • Add --output flag with JSON support for Epinio namespace list and show commands (#2547)
  • Added https fallback to login (#2531)
  • Added support for private Helm repositories and registries (#2530)
  • cli and api for gitconfig management (#2521)
  • Show service credentials in detail view (#2513)
  • Enabled redirection of trace output to arbitrary file (#2512)
  • Added support for Git configurations (#2503)
  • Better error message for a missing setting.yaml file (#2502)
  • Support array index syntax and deeper object nesting for custom values of services. (#2485)
  • Add branch and revision to ImportGit API (#2487)

🐛 Bug Fixes

  • fixed missing support for edit of service (custom values, update/replace) (#2522)
  • fixed reference to outdated skopeo release (#2529)
  • fixed mishanding of export jobs on cancellation, and for multiple concurrent requests (#2517)
  • fix storage of service custom value settings to roundtrip cleanly (#2511)
  • fixed missing ability configure size of staging pvc/disk like the cpu/memory resources (#2508)
  • Added optional restart field to AppUpdate API (#2457)
  • fix mishandling of env assignments with spaces in var name and/or value (#2493)
  • Fixed failure to abort port-forwarding early when targeted service does not exist (#2486)
  • Added git URL and git provider validation (#2473)

🧰 Maintenance

  • fixed reference to outdated skopeo release (#2529)
  • fixed goreleaser deprecations (#2520)
  • Removed Kubernetes API access from settings update-ca command (#2506)
  • Dependency updates (#2501)
  • [helm-chart] Update Dex to 0.15.2 (#2483)
  • remove remaining support for helmcontroller-based services (#2479)
  • drop old mount paths for service-based configurations (#2482)

Usage

More info can be found in the installation instructions.

v1.9.0 🌴

24 Jul 14:50
3bbc8ef
Compare
Choose a tag to compare

What's Changed

This version adds new CLI commands, features, helm-charts customizations, updates and fixes.
New logout and service port-forward commands are introduced.
Further the possibility to customize services through user provided values and Epinio metadata was added.

This requires updating of the Epinio CRDs by running the following commands:

kubectl apply -f https://github.com/epinio/epinio/releases/download/v1.9.0/app-crd.yaml
kubectl apply -f https://github.com/epinio/epinio/releases/download/v1.9.0/appcharts-crd.yaml
kubectl apply -f https://github.com/epinio/epinio/releases/download/v1.9.0/service-crd.yaml

See Helm HIP-0011 for more information about this.

🚀 Features

  • Added support for custom chart values for services (#2389 #2459)
  • Added service port-forward command (#2037 #2366 #2444)
  • Added logout command (#2289)
  • Added --header/-H flag to CLI (#2395)
  • Added --from-file flag to read configuration values from files (#2380)
  • Added restart and --no-restart flag in app restage command (#2319)
  • Added metadata to Epinio services (#2383)
  • Added support for resources request in staging jobs (#2384 epinio/helm-charts#439)
  • Expose location of default AppChart tarball for configuration by operators (#2431 epinio/helm-charts#440)
  • Added support for tags and short commits revisions (#2382)
  • [helm-charts] Added containerregistry.certificateSecret value for external registries (epinio/helm-charts#434)
  • [helm-charts] Added custom annotations for some services (epinio/helm-charts#428)
  • [UI] Allow to copy logs from screen (epinio/ui#186)
  • [UI] Added upload file in configuration #243
  • [UI] Added redeploy application from commit in App Detail view (epinio/ui#197)

🐛 Bug Fixes

  • Fixed Epinio service deletion after error (#2447)
  • Fixed service deploy issues with OCI registries due to expired auth token (#2424)
  • Fixed unexpected waiting during async service deployment (#2364)
  • Added proper status check for Epinio service deployments (#2423)
  • Fixed wrong settings location loading in info command (#2460)
  • Fixed missing branch information (#2382)
  • Fixed check on non-blocking error during release cleanup (#2379)
  • Fixed wrong CA certificates validation (#2348)
  • [UI] Export the application manifest from the manifest API (epinio/ui#227)
  • [UI] Improve timeouts for Git select (epinio/ui#221)
  • [UI] Fixed OIDC role mapping (epinio/ui#246 epinio/ui-backend#33)
  • [UI] Disable configuration unbinding option for service bound configurations (epinio/ui#219)
  • [UI] Fixed issues while exporting application manifests (epinio/ui#251)
  • [UI] Fixed missing information cleanup after changing Git user/org field (epinio/ui#239)
  • [UI] Fixed login label for external Auth Provider in local user page (epinio/ui#240)
  • [UI] Fixed missing Gitlab icon after app deployment (epinio/ui#267)
  • [UI] Fixed mishandling of creation of new namespaces from Configurations and Applications sections (epinio/ui#205)

📓 Documentation

🧰 Maintenance

  • Updated Go modules dependencies (#2436 #2370)
  • Updated image dependences (#2437)

Usage

More info can be found in the installation instructions.

v1.9.0-rc5

24 Jul 10:25
91da81a
Compare
Choose a tag to compare
v1.9.0-rc5 Pre-release
Pre-release

What's Changed

  • Added metadata to Epinio services (#2383)

🚀 Features

  • Show custom values for service instances (#2459)
  • Meaningful error message when starting service port-forwarding (#2444)
  • Expose location of default app chart tarball for configuration by operators (#2431)
  • Added support for custom chart values for services (#2389)
  • Added --header/-H flag to CLI (#2395)
  • Added new service port-forward command (#2037) (#2366)
  • Added support for resources request in staging jobs (#2384)
  • Fixed missing branch information, added support for tags and short commits revisions (#2382)
  • Added --from-file flag to read configuration values from files (#2380)
  • Added logout command (#2289)
  • Added restart and --no-restart flag in app restage command (#2319)

🐛 Bug Fixes

  • Fixed number of retry during service creation (#2474)
  • Fixed wrong settings location loading in info command (#2460)
  • Fixed Epinio service deletion after error (#2447)
  • Fixed service deploy issues due to expired auth token in the helm packages (#2424)
  • Added proper status check for Service deployments (#2423)
  • Fixed missing branch information, added support for tags and short commits revisions (#2382)
  • Fixed check on non-blocking error during release cleanup (#2379)
  • Fixed unexpected waiting during async service deployment (#2364)
  • Added CA certs in validation (#2348)

📓 Documentation

  • Updated README (#2448)
  • External registries devel documentation (#2362)

🧰 Maintenance

  • Bump helm-charts (s3gw revert) (#2475)
  • Updated helm-charts dependencies (#2445)
  • Updated go modules dependencies (#2436)
  • Updated image dependences (#2437)
  • Updated github action dependencies (#2438)
  • Rollback for the s3gw dependency (#2406)
  • Bumped helm-charts (#2404)
  • Updated bci/bci-micro image (#2403)
  • Updated bci/bci-micro image (#2400)
  • Updated bci/bci-micro image (#2398)
  • Bumped some Github actions (#2397)
  • import recent changes to helm chart (#2375)
  • chore: units tests for helper/routes. (#2374)
  • Bumped some Github actions (#2371)
  • Bumped some Go dependencies (#2370)
  • chore(deps): bump sigstore/cosign-installer from 2.8.1 to 3.0.5 (#2341)

Usage

More info can be found in the installation instructions.

v1.9.0-rc4

17 Jul 10:10
f85eb58
Compare
Choose a tag to compare
v1.9.0-rc4 Pre-release
Pre-release

What's Changed

  • Meaningful error message when starting service port-forwarding (#2444)
  • CI test upgrade app with custom service (#1855)
  • feat: add new function to get epinio values (#2383)
  • Add port forward for services (#2037) (#2366)
  • move proxy related code to proxy package, add TCPProxy (#2361)
  • Implementation of new go 1.20 cover feature (#2334)

🚀 Features

  • Show custom values for service instances (#2459)
  • Updated README (#2448)
  • Expose location of default app chart tarball for configuration by operators (#2431)
  • Support for service custom values (#2389)
  • Added --header/-H flag to CLI (#2395)
  • Support resource requests for staging jobs (#2384)
  • Fixed missing branch information, added support for tags and short commits revisions (#2382)
  • Support for large configuration values, read from files (#2380)
  • New logout command (#2289)
  • restart after restage, except if app not active, or disabled by user (new option) (#2319)

🐛 Bug Fixes

  • Fixed wrong client initialization (#2460)
  • Added error check for release deletion (#2447)
  • Fixed service deploy issues due to expired auth token in the helm packages (#2424)
  • Added proper status check for Service deployments (#2423)
  • Fixed missing branch information, added support for tags and short commits revisions (#2382)
  • Fixed check on non-blocking error during release cleanup (#2379)
  • Fixed unexpected waiting during async service deployment (#2364)
  • Added CA certs in validation (#2348)

📓 Documentation

  • Updated README (#2448)
  • External registries devel documentation (#2362)

🧰 Maintenance

  • Updated helm-charts dependencies (#2445)
  • Updated go modules dependencies (#2436)
  • Updated image dependences (#2437)
  • Updated github action dependencies (#2438)
  • Rollback for the s3gw dependency (#2406)
  • Bumped helm-charts (#2404)
  • Updated bci/bci-micro image (#2403)
  • Updated bci/bci-micro image (#2400)
  • Updated bci/bci-micro image (#2398)
  • Bumped some Github actions (#2397)
  • import recent changes to helm chart (#2375)
  • chore: units tests for helper/routes. (#2374)
  • Bumped some Github actions (#2371)
  • Bumped some Go dependencies (#2370)
  • chore(deps): bump sigstore/cosign-installer from 2.8.1 to 3.0.5 (#2341)

Usage

More info can be found in the installation instructions.

v1.9.0-rc3

04 Jul 13:39
ad56a2b
Compare
Choose a tag to compare
v1.9.0-rc3 Pre-release
Pre-release

What's Changed

  • CI test upgrade app with custom service (#1855)
  • feat: add new function to get epinio values (#2383)
  • Add port forward for services (#2037) (#2366)
  • move proxy related code to proxy package, add TCPProxy (#2361)
  • Implementation of new go 1.20 cover feature (#2334)

🚀 Features

  • Support for service custom values (#2389)
  • Added --header/-H flag to CLI (#2395)
  • Support resource requests for staging jobs (#2384)
  • Fixed missing branch information, added support for tags and short commits revisions (#2382)
  • Support for large configuration values, read from files (#2380)
  • New logout command (#2289)
  • restart after restage, except if app not active, or disabled by user (new option) (#2319)

🐛 Bug Fixes

  • Fixed missing branch information, added support for tags and short commits revisions (#2382)
  • Fixed check on non-blocking error during release cleanup (#2379)
  • Fixed unexpected waiting during async service deployment (#2364)
  • Added CA certs in validation (#2348)

📓 Documentation

  • External registries devel documentation (#2362)

🧰 Maintenance

  • Rollback for the s3gw dependency (#2406)
  • Bumped helm-charts (#2404)
  • Updated bci/bci-micro image (#2403)
  • Updated bci/bci-micro image (#2400)
  • Updated bci/bci-micro image (#2398)
  • Bumped some Github actions (#2397)
  • import recent changes to helm chart (#2375)
  • chore: units tests for helper/routes. (#2374)
  • Bumped some Github actions (#2371)
  • Bumped some Go dependencies (#2370)
  • chore(deps): bump sigstore/cosign-installer from 2.8.1 to 3.0.5 (#2341)

Usage

More info can be found in the installation instructions.