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

Release v0.10.0-rc.1

16 Nov 17:33
0290530
Compare
Choose a tag to compare
Release v0.10.0-rc.1 Pre-release
Pre-release

We are delighted to present version v0.10.0-rc.1 of Tanzu Community Edition. We look forward to you downloading it, installing it, using it, and opening issues in this repository if you encounter any problems or have ideas on building an even better experience.

For information about our user community resources, visit our project landing site.

A big thank you to everyone who contributed to the release!

Major Changes

v0.10.0 is our first milestone post-GA. During this time we're focusing on supporting the new community, paying down technical debt, and fielding inbound user feature requests and bugs.

Deprecation & Removal Notices

Since we are currently shipping versions pre-v1.0.0, backward compatibility with prior releases is best effort at this time. This is a notice that prior releases may not function as intended.

⚠️ - Standalone clusters will be deprecated in a future release after the GA v0.10.0 release. This release contains a notice in the standalone cluster CLI plugin.

Upgrading the CLI (Client Binaries Only)

Download the latest release, and run the install.sh / install.bat script within the package.

Full Changelog From Latest Minor Release

Read more

Release v0.9.1

29 Sep 18:57
00d8d13
Compare
Choose a tag to compare

We are delighted to present version v0.9.1 of Tanzu Community Edition. This is our first public release. We look forward to you downloading it, installing it, using it, and opening issues in this repository if you encounter any problems or have ideas on building an even better experience.

For information about our user community resources, visit our project landing site.

A big thank you to everyone who contributed to the release!

Major Changes

Stability and Bug Stomping

The majority of engineering work is focused on documentation and critical bug fixes for this release.

Deprecation & Removal Notices

Since we are currently shipping versions pre-v1.0.0, backward compatibility with prior releases is best effort at this time. This is a notice that prior releases may not function as intended.

Upgrading the CLI (Client Binaries Only)

Download the latest release, and run the install.sh / install.bat script within the package.

Full Changelog From Latest Minor Release

  • Fixed signing flake for MacOS in v0.9.0 release
  • Addons/packages/pinniped: Move Pinniped off RBAC v1beta1 APIs (#2015, @sabbey37)
  • Display errors when shell commands fail generating a package repo #1991 (#1992, @seemiller)
  • Doc- minor editorial edits Grafana - readme (#1737, @kcoriordan)
  • README update for support statement (#1989, @clintkitson)
  • cert-manager 1.3.3, 1.4.4, 1.5.3
    - Add Velero 1.6.3; remove 1.5.2
    - Contour 1.17.1, 1.17.2, 1.18.1 (#1971, @seemiller)

Release v0.9.0

28 Sep 22:58
aa65153
Compare
Choose a tag to compare

We are delighted to present version v0.9.0 of Tanzu Community Edition. We look forward to you downloading it, installing it, using it, and opening issues in this repository if you encounter any problems or have ideas on building an even better experience.

For information about our user community resources, visit our project landing site.

A big thank you to everyone who contributed to the release!

Major Changes

Stability and Bug Stomping

The majority of engineering work is focused on documentation and critical bug fixes for this release.

Deprecation & Removal Notices

Since we are currently shipping versions pre-v1.0.0, backward compatibility with prior releases is best effort at this time. This is a notice that prior releases may not function as intended.

Upgrading the CLI (Client Binaries Only)

Download the latest release, and run the install.sh / install.bat script within the package.

Full Changelog From Latest Minor Release

Release v0.9.0-rc.1

23 Sep 04:42
1b3953f
Compare
Choose a tag to compare
Release v0.9.0-rc.1 Pre-release
Pre-release

We are delighted to present version v0.9.0-rc.1 of Tanzu Community Edition.

A big thank you to everyone who contributed to the release!

Major Changes

Stability and Bug Stomping

The majority of engineering work is focused on documentation and critical bug fixes.

Deprecation & Removal Notices

Since we are currently shipping versions pre-v1.0.0, we aren't maintaining backward compatibility with prior releases. This is a notice that prior releases may not function as intended.

Upgrading the Client Side CLI

Download the latest release, and run the install.sh / install.bat script within the package.

Full Changelog From Latest Minor Release

Release v0.8.0

21 Sep 00:23
f91f8f8
Compare
Choose a tag to compare

We are delighted to present version v0.8.0 of Tanzu Community Edition.

A big thank you to everyone who contributed to the release!

Major Changes

Introduction of the tanzu diagnostics plugin

The tanzu diagnostics plugin provides crashd support for troubleshooting, inspection, and etc relating to kubernetes clusters. this covers everything from bootstrap to management to workload clusters. A good deal of this plugin was implement by @vladimirvivien). Thanks for your contribution! PR: #1335

Enhancements towards project health

There have been a number of contributions from countless members in the community to enhance Tanzu Community Edition. These contributions include structural changes to the repo itself, awesome documentation enhancements to help users navigate Tanzu Community Edition, linting/checks/etc to improve code, documentation, and overall repository health, and also infrastructure related changes to support workflows and automation.

Deprecation & Removal Notices

Since we are currently shipping versions pre-v1.0.0, we aren't maintaining backward compatibility with prior releases. This is a notice that prior releases may not function as intended.

Upgrading

Download the latest release, and run the install.sh / install.bat script within the package.

Full Changelog From Latest Minor Release

  • Add AWS deployment automation for management cluster and modularize the scripts used (#1523, @rajaskakodkar)
  • Add PACKAGE_INSTALL_NAMESPACE environment variable to External-dns E2E test. (#1792, @christianang)
  • Add YAML linter github workflow presubmit check. Devs can verify locally using make yamllint. (#1304, @aman556)
  • Add darwin arm64 build target, improve m1 devx (#1480, @joefitzgerald)
  • Add e2e tests for Velero (#1600, @rajaskakodkar)
  • Add license check for shell scripts and Makefiles. Run 'make shellcheck' to verify license headers. (#1602, @navidshaikh)
  • Add license check presubmit github workflow. (#1567, @navidshaikh)
  • Add misspell linter github workflow presubmit check. Devs can verify locally using make misspell. (#1266, @aman556)
  • Add support for an ENVS makefile variable, in order to build for a single platform at a time.
    When specifying an ENVS value that does not include the current host OS, neither the tanzu CLI nor plugins will be installed.
    make build-all and make release both still build all platforms, but do not install the plugins anymore.
    make install-cli-plugins will install plugins, but not build them.
    make build-install-plugins will build, then install TCE-specific plugins, but not the tanzu CLI or tanzu-framework plugins. (#1158, @nrb)
  • Added build configuration for create a custom kernel that enables TCE CAPD-based clusters to run on Windows. (#1532, @joshrosso)
  • Added local-path-storage package 0.0.20
    • Local-path-provisioner images have a distroless base image (#1603, @jpmcb)
  • Added os specific installation prerequisites (#1540, @kcoriordan)
  • Added package management documentation around using tanzu package (#1691, @joshrosso)
  • Adding doc detail for Tanzu CLI uninstall (#1811, @kcoriordan)
  • Adding style guide (#1488, @kcoriordan)
  • Adds cert-manager 1.5.1, local-path-storage 0.0.20 (#1702, @seemiller)
  • Adds chocolatey package for users of tce (#1661, @joshrosso)
  • Adds content for conformance command (#1407, @kcoriordan)
  • Adds documentation for troubleshooting a bootstrap cluster. (#1585, @kcoriordan)
  • Adds links to workload cluster template in doc (#1393, @kcoriordan)
  • Adds missing Windows cli steps to install doc (#1386, @kcoriordan)
  • Adds welcome message for new contributors. (#1804, @pnbrown)
  • Bug fix for credentials not encoding correctly for vSphere or Azure preventing deletion of standalone cluster (#1449, @jpmcb)
  • Bump tce-main commit hash for standalone cluster (#1664, @joshrosso)
  • Bumped tanzu-framwork to v0.2.1 (#1670, @joshrosso)
  • CEIP (telemetry) is now disabled by default for all standalone-clusters (#1473, @joshrosso)
  • Canonicalized font size for all code blocks in docs site (#1741, @joshrosso)
  • Changes knative-serving domain options to retire xip.io, which no longer functions. (#1596, @evankanderson)
  • Changes to readme files in packages should automatically appear on the documentation site (#1146, @seemiller)
  • Cluster name is now required in the UI for all standalone cluster creations. (#1753, @joshrosso)
  • Code blocks in documentation now scroll horizontally rather than wrap. (#1667, @joshrosso)
  • Contour package: removes spec.externalTrafficPolicy from the Envoy
    service when the type is set to ClusterIP since it's not valid. (#1731, @skriss)
  • Doc - Minor - broken links and formatting updates (#1651, @kcoriordan)
  • Doc dpp linear flow (#1636, @kcoriordan)
  • Doc note: can't bootstrap to Docker from Windows (#1545, @kcoriordan)
  • Doc support matrix (#1536, @kcoriordan)
  • Doc- tmc updates (#1650, @kcoriordan)
  • Doc-multus-cni-readme-minor-editorial (#1712, @kcoriordan)
  • Doc-velero-readme-minor-editorial (#1719, @kcoriordan)
  • Document linting the TCE project and the docs/ directory for contributors (#1810, @jpmcb)
  • Documentation added to check for package repository reconciliation status before listing packages (#1507, @joshrosso)
  • Documentation updated to include octant install in getting started guides. (#1509, @joshrosso)
  • Documentation updated to note that docker-based deployments cannot (currently survive a restart) (#1530, @joshrosso)
  • E2E Automation Framework implementation for build/fetch TCE, deploy and test . (#1123, @ShwethaKumbla)
  • Enhance long running github actions by enabling jobs ...
Read more

Release v0.8.0-rc.3

15 Sep 20:16
f1a1512
Compare
Choose a tag to compare
Release v0.8.0-rc.3 Pre-release
Pre-release

We are delighted to present version v0.8.0-rc.3 of Tanzu Community Edition.

A big thank you to everyone who contributed to the release!

Major Changes

Introduction of the tanzu diagnostics plugin

The tanzu diagnostics plugin provides crashd support for troubleshooting, inspection, and etc relating to kubernetes clusters. this covers everything from bootstrap to management to workload clusters. A good deal of this plugin was implemented by @vladimirvivien). Thanks for your contribution! PR: #1335

Enhancements towards project health

There have been a number of contributions from countless members in the community to enhance Tanzu Community Edition. These contributions include structural changes to the repo itself, awesome documentation enhancements to help users navigate Tanzu Community Edition, linting/checks/etc to improve code, documentation, and overall repository health, and also infrastructure-related changes to support workflows and automation.

Deprecation & Removal Notices

Since we are currently shipping versions pre-v1.0.0, we aren't maintaining backward compatibility with prior releases. This is a notice that prior releases may not function as intended.

Upgrading

Download the latest release, and run the install.sh / install.bat script within the package.

Full Changelog From Latest Minor Release

  • Add AWS deployment automation for management cluster and modularize the scripts used (#1523, @rajaskakodkar)

  • Add YAML linter github workflow presubmit check. Devs can verify locally using make yamllint. (#1304, @aman556)

  • Add darwin arm64 build target, improve m1 devx (#1480, @joefitzgerald)

  • Add e2e tests for Velero (#1600, @rajaskakodkar)

  • Add license check for shell scripts and Makefiles. Run 'make shellcheck' to verify license headers. (#1602, @navidshaikh)

  • Add license check presubmit github workflow. (#1567, @navidshaikh)

  • Add misspell linter github workflow presubmit check. Devs can verify locally using make misspell. (#1266, @aman556)

  • Add support for an ENVS makefile variable, in order to build for a single platform at a time.
    When specifying an ENVS value that does not include the current host OS, neither the tanzu CLI nor plugins will be installed.

    make build-all and make release both still build all platforms, but do not install the plugins anymore.
    make install-cli-plugins will install plugins, but not build them.
    make build-install-plugins will build, then install TCE-specific plugins, but not the tanzu CLI or tanzu-framework plugins. (#1158, @nrb)

  • Added build configuration for create a custom kernel that enables TCE CAPD-based clusters to run on Windows. (#1532, @joshrosso)

  • Added local-path-storage package 0.0.20

    • Local-path-provisioner images have a distroless base image (#1603, @jpmcb)
  • Added os specific installation prerequisites (#1540, @kcoriordan)

  • Adding style guide (#1488, @kcoriordan)

  • Adds cert-manager 1.5.1, local-path-storage 0.0.20 (#1702, @seemiller)

  • Adds chocolatey package for users of tce (#1661, @joshrosso)

  • Adds content for conformance command (#1407, @kcoriordan)

  • Adds documentation for troubleshooting a bootstrap cluster. (#1585, @kcoriordan)

  • Adds links to workload cluster template in doc (#1393, @kcoriordan)

  • Adds missing Windows cli steps to install doc (#1386, @kcoriordan)

  • Bug fix for credentials not encoding correctly for vSphere or Azure preventing deletion of standalone cluster (#1449, @jpmcb)

  • Bump tce-main commit hash for standalone cluster (#1664, @joshrosso)

  • Bumped tanzu-framwork to v0.2.1 (#1670, @joshrosso)

  • CEIP (telemetry) is now disabled by default for all standalone-clusters (#1473, @joshrosso)

  • Canonicalized font size for all code blocks in docs site (#1741, @joshrosso)

  • Changes knative-serving domain options to retire xip.io, which no longer functions. (#1596, @evankanderson)

  • Changes to readme files in packages should automatically appear on the documentation site (#1146, @seemiller)

  • Cluster name is now required in the UI for all standalone cluster creations. (#1753, @joshrosso)

  • Code blocks in documentation now scroll horizontally rather than wrap. (#1667, @joshrosso)

  • Doc - Minor - broken links and formatting updates (#1651, @kcoriordan)

  • Doc dpp linear flow (#1636, @kcoriordan)

  • Doc note: can't bootstrap to Docker from Windows (#1545, @kcoriordan)

  • Doc support matrix (#1536, @kcoriordan)

  • Doc- tmc updates (#1650, @kcoriordan)

  • Doc-multus-cni-readme-minor-editorial (#1712, @kcoriordan)

  • Doc-velero-readme-minor-editorial (#1719, @kcoriordan)

  • Documentation added to check for package repository reconciliation status before listing packages (#1507, @joshrosso)

  • Documentation updated to include octant install in getting started guides. (#1509, @joshrosso)

  • Documentation updated to note that docker-based deployments cannot (currently survive a restart) (#1530, @joshrosso)

  • Enhance long running github actions by enabling jobs to complete faster (#1562, @dvonthenen)

  • Fix CODEOWNER for @vmware-tanzu/tce-releng to test/ not test (#1544, @dvonthenen)

  • Fix CODEOWNER for @vmware-tanzu/tce-releng to /test/ not test/ (#1568, @karuppiah7890)

  • Fix Issue #1475 Uninstall script for Windows does not remove all community edition associated directories. (#1477, @cantbewong)

  • Fix broken links and duplication in design docs (#1413, @kcoriordan)

  • Fixed Go linting not reporting errors (#1566, @jpmcb)

  • Fixing doc errors (#1679, @kcoriordan)

  • Fixing duplication in table of contents (#1732, [@kcoriordan](http...

Read more

Release v0.8.0-rc.2

13 Sep 19:51
7699ef7
Compare
Choose a tag to compare
Release v0.8.0-rc.2 Pre-release
Pre-release

We are delighted to present version v0.8.0-rc.2 of Tanzu Community Edition.

A big thank you to everyone who contributed to the release!

Major Changes

Introduction of the tanzu diagnostics plugin

The tanzu diagnostics plugin provides crashd support for troubleshooting, inspection, and etc relating to kubernetes clusters. this covers everything from bootstrap to management to workload clusters. A good deal of this plugin was implement by @vladimirvivien). Thanks for your contribution! PR: #1335

Enhancements towards project health

There have been a number of contributions from countless members in the community to enhance Tanzu Community Edition. These contributions include structural changes to the repo itself, awesome documentation enhancements to help users navigate Tanzu Community Edition, linting/checks/etc to improve code, documentation, and overall repository health, and also infrastructure related changes to support workflows and automation.

Deprecation & Removal Notices

Since we are currently shipping versions pre-v1.0.0, we aren't maintaining backward compatibility with prior releases. This is a notice that prior releases may not function as intended.

Upgrading

Download the latest release, and run the install.sh / install.bat script within the package.

Full Changelog From Latest Minor Release

  • Add AWS deployment automation for management cluster and modularize the scripts used (#1523, @rajaskakodkar)

  • Add YAML linter github workflow presubmit check. Devs can verify locally using make yamllint. (#1304, @aman556)

  • Add darwin arm64 build target, improve m1 devx (#1480, @joefitzgerald)

  • Add e2e tests for Velero (#1600, @rajaskakodkar)

  • Add license check for shell scripts and Makefiles. Run 'make shellcheck' to verify license headers. (#1602, @navidshaikh)

  • Add license check presubmit github workflow. (#1567, @navidshaikh)

  • Add misspell linter github workflow presubmit check. Devs can verify locally using make misspell. (#1266, @aman556)

  • Add support for an ENVS makefile variable, in order to build for a single platform at a time.
    When specifying an ENVS value that does not include the current host OS, neither the tanzu CLI nor plugins will be installed.

    make build-all and make release both still build all platforms, but do not install the plugins anymore.
    make install-cli-plugins will install plugins, but not build them.
    make build-install-plugins will build, then install TCE-specific plugins, but not the tanzu CLI or tanzu-framework plugins. (#1158, @nrb)

  • Added build configuration for create a custom kernel that enables TCE CAPD-based clusters to run on Windows. (#1532, @joshrosso)

  • Added local-path-storage package 0.0.20

    • Local-path-provisioner images have a distroless base image (#1603, @jpmcb)
  • Added os specific installation prerequisites (#1540, @kcoriordan)

  • Adding style guide (#1488, @kcoriordan)

  • Adds content for conformance command (#1407, @kcoriordan)

  • Adds documentation for troubleshooting a bootstrap cluster. (#1585, @kcoriordan)

  • Adds links to workload cluster template in doc (#1393, @kcoriordan)

  • Adds missing Windows cli steps to install doc (#1386, @kcoriordan)

  • Bug fix for credentials not encoding correctly for vSphere or Azure preventing deletion of standalone cluster (#1449, @jpmcb)

  • Bump tce-main commit hash for standalone cluster (#1664, @joshrosso)

  • Bumped tanzu-framwork to v0.2.1 (#1670, @joshrosso)

  • CEIP (telemetry) is now disabled by default for all standalone-clusters (#1473, @joshrosso)

  • Changes knative-serving domain options to retire xip.io, which no longer functions. (#1596, @evankanderson)

  • Changes to readme files in packages should automatically appear on the documentation site (#1146, @seemiller)

  • Code blocks in documentation now scroll horizontally rather than wrap. (#1667, @joshrosso)

  • Doc - Minor - broken links and formatting updates (#1651, @kcoriordan)

  • Doc dpp linear flow (#1636, @kcoriordan)

  • Doc note: can't bootstrap to Docker from Windows (#1545, @kcoriordan)

  • Doc support matrix (#1536, @kcoriordan)

  • Doc- tmc updates (#1650, @kcoriordan)

  • Documentation added to check for package repository reconciliation status before listing packages (#1507, @joshrosso)

  • Documentation updated to include octant install in getting started guides. (#1509, @joshrosso)

  • Documentation updated to note that docker-based deployments cannot (currently survive a restart) (#1530, @joshrosso)

  • Enhance long running github actions by enabling jobs to complete faster (#1562, @dvonthenen)

  • Fix CODEOWNER for @vmware-tanzu/tce-releng to test/ not test (#1544, @dvonthenen)

  • Fix CODEOWNER for @vmware-tanzu/tce-releng to /test/ not test/ (#1568, @karuppiah7890)

  • Fix Issue #1475 Uninstall script for Windows does not remove all community edition associated directories. (#1477, @cantbewong)

  • Fix broken links and duplication in design docs (#1413, @kcoriordan)

  • Fixed Go linting not reporting errors (#1566, @jpmcb)

  • Fixing typo (#1578, @kcoriordan)

  • For the prometheus package, uses the vmware built cadvisor image (#1626, @jpmcb)

  • GitHub workflow-action linter (#1573, @JitenPalaparthi)

  • Go modules have their own makefiles (#1143, @jpmcb)

  • Implement PR method when bumping to next release (#1276, @dvonthenen)

  • Implements PR Blocking e2e for Management Cluster similar to that of Standalone Cluster (#1533, @dvonthenen)

  • Implements self-hosted GitHub runners in AWS and implements standalone cluster e2e that creates and then deletes a cluster. (#1472, @dvonthenen)

  • Link in docs to the "prepare aws account" doc...

Read more

Release v0.8.0-rc.1

10 Sep 02:16
5e179a3
Compare
Choose a tag to compare
Release v0.8.0-rc.1 Pre-release
Pre-release

We are delighted to present version v0.8.0-rc.1 of Tanzu Community Edition.

A big thank you to everyone who contributed to the release!

Major Changes

Introduction of the tanzu diagnostics plugin

The tanzu diagnostics plugin provides crashd support for troubleshooting, inspection, and etc relating to kubernetes clusters. this covers everything from bootstrap to management to workload clusters. A good deal of this plugin was implement by @vladimirvivien). Thanks for your contribution! PR: #1335

Enhancements towards project health

There have been a number of contributions from countless members in the community to enhance Tanzu Community Edition. These contributions include structural changes to the repo itself, awesome documentation enhancements to help users navigate Tanzu Community Edition, linting/checks/etc to improve code, documentation, and overall repository health, and also infrastructure related changes to support workflows and automation.

Deprecation & Removal Notices

Since we are currently shipping versions pre-v1.0.0, we aren't maintaining backward compatibility with prior releases. This is a notice that prior releases may not function as intended.

Upgrading

Download the latest release, and run the install.sh / install.bat script within the package.

Full Changelog From Latest Minor Release

  • Add AWS deployment automation for management cluster and modularize the scripts used (#1523, @rajaskakodkar)

  • Add YAML linter github workflow presubmit check. Devs can verify locally using make yamllint. (#1304, @aman556)

  • Add darwin arm64 build target, improve m1 devx (#1480, @joefitzgerald)

  • Add e2e tests for Velero (#1600, @rajaskakodkar)

  • Add license check presubmit github workflow. (#1567, @navidshaikh)

  • Add misspell linter github workflow presubmit check. Devs can verify locally using make misspell. (#1266, @aman556)

  • Add support for an ENVS makefile variable, in order to build for a single platform at a time.
    When specifying an ENVS value that does not include the current host OS, neither the tanzu CLI nor plugins will be installed.

    make build-all and make release both still build all platforms, but do not install the plugins anymore.
    make install-cli-plugins will install plugins, but not build them.
    make build-install-plugins will build, then install TCE-specific plugins, but not the tanzu CLI or tanzu-framework plugins. (#1158, @nrb)

  • Added local-path-storage package 0.0.20

    • Local-path-provisioner images have a distroless base image (#1603, @jpmcb)
  • Added os specific installation prerequisites (#1540, @kcoriordan)

  • Adding style guide (#1488, @kcoriordan)

  • Adds content for conformance command (#1407, @kcoriordan)

  • Adds links to workload cluster template in doc (#1393, @kcoriordan)

  • Adds missing Windows cli steps to install doc (#1386, @kcoriordan)

  • Bug fix for credentials not encoding correctly for vSphere or Azure preventing deletion of standalone cluster (#1449, @jpmcb)

  • CEIP (telemetry) is now disabled by default for all standalone-clusters (#1473, @joshrosso)

  • Changes knative-serving domain options to retire xip.io, which no longer functions. (#1596, @evankanderson)

  • Changes to readme files in packages should automatically appear on the documentation site (#1146, @seemiller)

  • Doc dpp linear flow (#1636, @kcoriordan)

  • Doc note: can't bootstrap to Docker from Windows (#1545, @kcoriordan)

  • Doc support matrix (#1536, @kcoriordan)

  • Documentation added to check for package repository reconciliation status before listing packages (#1507, @joshrosso)

  • Documentation updated to include octant install in getting started guides. (#1509, @joshrosso)

  • Documentation updated to note that docker-based deployments cannot (currently survive a restart) (#1530, @joshrosso)

  • Enhance long running github actions by enabling jobs to complete faster (#1562, @dvonthenen)

  • Fix CODEOWNER for @vmware-tanzu/tce-releng to test/ not test (#1544, @dvonthenen)

  • Fix CODEOWNER for @vmware-tanzu/tce-releng to /test/ not test/ (#1568, @karuppiah7890)

  • Fix Issue #1475 Uninstall script for Windows does not remove all community edition associated directories. (#1477, @cantbewong)

  • Fix broken links and duplication in design docs (#1413, @kcoriordan)

  • Fixed Go linting not reporting errors (#1566, @jpmcb)

  • Fixing typo (#1578, @kcoriordan)

  • For the prometheus package, uses the vmware built cadvisor image (#1626, @jpmcb)

  • GitHub workflow-action linter (#1573, @JitenPalaparthi)

  • Go modules have their own makefiles (#1143, @jpmcb)

  • Implement PR method when bumping to next release (#1276, @dvonthenen)

  • Implements PR Blocking e2e for Management Cluster similar to that of Standalone Cluster (#1533, @dvonthenen)

  • Implements self-hosted GitHub runners in AWS and implements standalone cluster e2e that creates and then deletes a cluster. (#1472, @dvonthenen)

  • Link in docs to the "prepare aws account" docs so users can deploy an ssh key-pair (#1617, @jpmcb)

  • Logging for standalone clusters is now configurable. Include the "-v" flag and a number 0-9 to configure logging level. (#1455, @jpmcb)

  • Make steps in the Creating Clusters topics in Getting Started generic for all OS by removing step to create unix environment variable and applying consistent way to refer to variables. (#1427, @kcoriordan)

  • More detailed version information for the tanzu conformance command. (#1628, @nrb)

  • Purely documentation in the cert-manager package readme files. (#1436, @seemiller)

  • Refactors makefile to use more explicit build and install targets (#1563, @jpmcb)

  • Removal of the contour-operator package. (#1514, @seemiller)

  • Remove CEIP doc ([#1287](https://github.com/vmware-tanzu/community...

Read more

Release v0.7.0

19 Aug 18:58
f80a667
Compare
Choose a tag to compare

We are delighted to present version v0.7.0 of Tanzu Community Edition.

A big thank you to everyone who contributed to the release!

Major Changes

Native Windows CLI Support

TCE now ships a Windows tarball containing signed binaries for the Tanzu CLI and all associated plugins.
#1311

TCE Package Repository is validated with newest Carvel APIs

TCE has updated it's implementation using kapp-controller 0.20+ and the newest Carvel APIs.
#1116

Sonobuoy support via tanzu conformance subcommand

This introduces a conformance command into Tanzu CLI, powered by sonobuoy.
#824

Experimental Azure Support

As of this release, there is experimental support for Azure cloud.

Known Issues

Issue #1398 (WORKAROUND AVAILABLE) - Management Cluster deploy from Windows bootstrap to vSphere fails with Error: unable to ensure prerequisite ... certificate signed by unknown authority

WORKAROUND
On Windows go the file %USERPROFILE%.config\tanzu\tkg and append a line to disable certificate verification, with the end resulting file looking like this:

release:
    version: ""
TKG_CUSTOM_IMAGE_REPOSITORY_SKIP_TLS_VERIFY: true

Then retry a management cluster install.

Deprecation & Removal Notices

Since we are currently shipping versions pre-v1.0.0, we aren't maintaining backward compatibility with prior releases. This is a notice that prior releases may not function as intended.

Upgrading

Download the latest release, and run the install.sh script (MacOS/Linux) or install.bat (Windows - Run as Administrator) within the package.

Full Changelog From Latest Minor Release

Read more

Release v0.7.0-rc.4

18 Aug 17:54
60d7658
Compare
Choose a tag to compare
Release v0.7.0-rc.4 Pre-release
Pre-release

We are delighted to present version v0.7.0-rc.4 of Tanzu Community Edition.

A big thank you to everyone who contributed to the release!

Major Changes

Native Windows CLI Support

TCE now ships a Windows tarball containing signed binaries for the Tanzu CLI and all associated plugins.
#1311

TCE Package Repository is validated with newest Carvel APIs

TCE has updated it's implementation using kapp-controller 0.20+ and the newest Carvel APIs.
#1116

Sonobuoy support via tanzu conformance subcommand

This introduces a conformance command into Tanzu CLI, powered by sonobuoy.
#824

Experimental Azure Support

As of this release, there is experimental support for Azure cloud.

Deprecation & Removal Notices

Since we are currently shipping versions pre-v1.0.0, we aren't maintaining backward compatibility with prior releases. This is a notice that prior releases may not function as intended.

Upgrading

Download the latest release, and run the install.sh / install.bat script within the package.

Full Changelog From Latest Minor Release

Read more