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

Tye 0.4

Pre-release
Pre-release
Compare
Choose a tag to compare
@jkotalik jkotalik released this 21 Jul 18:46
d762312

Release 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

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!