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

Releases: vmware-tanzu/community-edition

TCE Release v0.4.0-rc.1

27 Apr 17:04
c50aed6
Compare
Choose a tag to compare
Pre-release

Changelog (since v0.3.0):

  • Implements standalone cluster plugin (create only) #416

Details:

  • Update Makefile for easier package creation and maintenance #411
  • Enable docker based builds #412
  • Several documentation enhancements #436 #468 #454
  • Improvements to linting #441
  • Changed package namespace to tce.vmware.com #446
  • Improve configurability for packages #463

TCE Release v0.3.0

01 Apr 20:27
e03467c
Compare
Choose a tag to compare

Tanzu Community Edition v0.3.0 released!

Release Highlights:

  • Package management via tanzu CLI

    • discover, configure, and install packages (addons) in clusters.
  • Observability stack

    • prometheus, grafana, alert mgr, and fluentbit
  • CAPD support

    • CLI support for local clusters running in docker
  • Packaging APIs

    • rebuilt on the latest Carvel APIs
  • MacOS Binaries are now signed!

TCE Release v0.3.0-rc.2

19 Mar 04:16
4fabca9
Compare
Choose a tag to compare
Pre-release

IMPORTANT NOTE: This is an engineering pre-release. Functionality and documentation may not be stable. The build was created to support engineering development efforts.

Initial implementation for the re-platform effort using the new Carvel APIs. Please take note of the first issue where the plugin has been renamed to package.

Changelog:

  • [NEW] building against core repo v1.3.0 with enhancements #345
  • [NEW] Improved linting #321
  • [NEW] Update to build with go 1.16 #317
  • [ENHANCE] Update contributor guide #336
  • [ENAHNCE] Clean up #316
  • [ENHANCE] Convert Prometheus Extension to new Packaging APIs #301

TCE Release v0.3.0-rc.1

12 Mar 03:05
bbd9b73
Compare
Choose a tag to compare
Pre-release

IMPORTANT NOTE: This is an engineering pre-release. Functionality and documentation may not be stable. The build was created to support engineering development efforts.

Initial implementation for the re-platform effort using the new Carvel APIs. Please take note of the first issue where the plugin has been renamed to package.

Changelog:

  • [NEW] Plugin renamed to package #284
  • [NEW] Newly named package plugin implements new Carvel APIs #298 #300 #308
  • [NEW] Prometheus Addon #235
  • [NEW] Introduce fluent-bit addon #291
  • [NEW] Add Grafana Add-on #296
  • [NEW] Design documentation for addon management #232
  • [ENHANCE] Repackage cert-manager with new carvel APIs #282
  • [ENHANCE] Repackage knative-serving with new Carvel APIs #283
  • [ENHANCE] Repackage velero with carvel APIs #285
  • [ENHANCE] cert manager to use overlays and to use vendir #238
  • [ENHANCE] contour to use overlays and to use vendir #239
  • [ENHANCE] gatekeeper to use overlays and to use vendir #244
  • [ENHANCE] velero to use overlays and to use vendir #275
  • [FIX] Various bug relating to install #241 #245

TCE Release v0.2.0

05 Mar 23:59
d3162f0
Compare
Choose a tag to compare

This is the February release for Tanzu Community Edition (TCE) v0.2.0

This release includes knative as a user-managed add-on. It also includes multiple enhancements to the CLI and build processes, which can be found in the changelog below.

Please visit the Getting Started with TCE page here:
https://github.com/vmware-tanzu/tce/blob/main/docs/getting-started.md

Changelog:

  • [NEW] Introduction of knative addon
  • [NEW] TCE tarball now supports a fully offline mode of operation by default (no need to set the github token anymore)
  • [ENHANCEMENT] Improvements to getting-started guide
  • [ENHANCEMENT] Refactored release and token commands
  • [ENHANCEMENT] CI to include checks and also build automation
  • [ENHANCEMENT] extension get now implements a --force command: #230
  • [ENHANCEMENT] if the config.yaml is missing, create one using the version of the release: #177
  • [FIX] Surface error to user when attempted to delete non-existent plugin #181
  • [FIX] If the token isn't set and get --force or the release is changed, when attempting to download a new version of the extension and error will be thrown: #195

Tanzu Community Edition v0.1.0

29 Jan 22:41
a66eee5
Compare
Choose a tag to compare

This is the initial release for Tanzu Community Edition (TCE) v0.1.0

This release includes a Proof Of Concept for an extension/addon plugin for Tanzu CLI which will enable the installation of the following extensions on a Tanzu Kubernetes Grid (TKG) cluster:

  • cert-manager
  • contour
  • gatekeeper
  • velero

Please visit the Getting Started with TCE page here:
https://github.com/vmware-tanzu/tce/blob/main/docs/getting-started.md