Skip to content
This repository has been archived by the owner on Nov 20, 2023. It is now read-only.

Tye 0.6

Pre-release
Pre-release
Compare
Choose a tag to compare
@jkotalik jkotalik released this 20 Jan 22:12
· 0 commits to a42e4463943e3136dbd1de38474d8d62b802797c since this release
eb3b506

Release notes

These are the release notes for the 0.6 release of Tye.

The package version is 0.6.0-alpha.21075.5.

See getting started for installation instructions.

Notable changes and features

This release was primarily focused on bug fixes in tye, improving stability.

Fixing bugs in Dapr support

We fixed a few bugs in our Dapr extension to make it work with the latest release of Dapr. Dapr + Tye should work on Linux, macOS, and Windows without any hiccups.

You can now specify the placement-container-port in the tye,yaml by specifying:

extensions:
- name: dapr
  placement-container-port: 50005

Default commands with environment variables

You can now provide defaults for different tye commands via environment variables set on command line. For example, if you wanted to start the dashboard everytime you run tye, you can set TYE_RUN_ARGS="--dashboard" to always set --dashboard on each run of tye.

Improving ingress experience

We fixed a few bugs in our ingress experience for both tye run and tye deploy. We also started supporting the latest ingress version in Kubernetes (networking.k8s.io/v1) on all clusters version 1.19 or greater.

What's next?

We are doing some final planning for the future of tye over the coming weeks. We will be making a formal announcement then. Stay tuned!

Community contributions

Below is a list of all the community contributions between November 05, 2020 and January 20, 2021 (UTC time). Thanks to all our contributors for their enthusiasm and support!