Tye 0.4
Pre-releaseRelease notes
These are the release notes for the 0.4 release of Tye.
The package version is: 0.4.0-alpha.20371.1
See getting started for installation instructions.
Notable changes and features
Azure function support
Tye now supports running azure functions locally with tye run
. See our Azure Functions recipe and our samples for getting started.
name: frontend-backend
services:
- name: backends
azureFunction: backend/
- name: frontend
project: frontend/frontend.csproj
Deploy to AKS with Github Actions
@spboyer added a document about how to deploy to AKS using Github Actions. This recipe will help setup your CI/CD pipeline to deploy to k8s.
Misc changes
- Removing color from deployed app console logs when doing
tye deploy
. - Support specifying a component-path with dapr and updating dapr samples to the latest preview.
- Fixing issue when running only services that are executables.
What are we starting to work on now
We are going to be presenting at .NET Conf on July 30th at 12:30 PDT | 20:30 UTC. Part of the next release will be dedicated towards preparing for that.
Feature wise, we'd like to look into
- Deploy support for Azure functions
- Running msbuild out of process.
- Support for .NET 5
- Fixing watch support with multiple replicas
Community contributions
Below is a list of all the community contributions between June 26, 2020 and July 21, 2020 (UTC time). Thanks to all our contributors for their enthusiasm and support!