meshery

Meshery, the cloud native manager

APACHE-2.0 License

Stars
4.9K
Committers
777

Bot releases are visible (Hide)

meshery - Meshery v0.3.10

Published by leecalcote over 4 years ago

mesheryctl


See the quick start guide to get started with the latest release. and the releases documentation for release notes and the build and release strategy.

meshery - Meshery v0.3.9

Published by leecalcote over 4 years ago

mesheryctl

  • Addition of mesheryctl version to provide server-side version number.
  • Improvement of mesheryctl logs | stop | start to provide appropriate grammar in situations when Meshery is stopped or Docker is not present.

Meshery

  • Strip off extraneous information beyond IP address and port in Grafana and Prometheus endpoints (#612)

See the quick start guide to get started with the latest release. and the releases documentation for release notes and the build and release strategy.

meshery - Meshery v0.3.8

Published by leecalcote almost 5 years ago

mesheryctl

  • Extraneous command line output removed. Clarity of CLI interaction with mesheryctl is improved in this release.

See the quick start guide to get started with the latest release. and the releases documentation for release notes and the build and release strategy.

meshery - Meshery v0.3.7

Published by leecalcote almost 5 years ago

Meshery

  • Ad-hoc connectivity tests for Prometheus is now supported. Users can click the Prometheus chip and have Meshery verify its ability to connect to the configured Prometheus instance.

See the quick start guide to get started with the latest release. and the releases documentation for release notes and the build and release strategy.

meshery - Meshery v0.3.6

Published by leecalcote almost 5 years ago

Meshery

  • Ad-hoc connectivity tests for Grafana is now supported. Users can click the Grafana chip and have Meshery verify its ability to connect to the configured Grafana instance.

See the quick start guide to get started with the latest release. and the releases documentation for release notes and the build and release strategy.

meshery - Meshery v0.3.5

Published by leecalcote almost 5 years ago

mesheryctl

  • Removal of init as a command exposed to users. This command's functionality is used internal to mesheryctl start. A new start --check command will provide preflight check functionality in init's place.

See the quick start guide to get started with the latest release. and the releases documentation for release notes and the build and release strategy.

meshery - Meshery v0.3.4

Published by leecalcote almost 5 years ago

mesheryctl

  • mesheryctl version is now enhanced with the addition of displaying the git commit (sha) of the mesheryctl release.

See the quick start guide to get started with the latest release. and the releases documentation for release notes and the build and release strategy.

meshery - Meshery v0.3.3

Published by girishranganathan almost 5 years ago

Changelog

Meshery

  • Providers - a new project construct that allows users to select authentication, long-term storage, and so on provider. [91609e7 Merge pull request #528 from layer5io/feature/providers]

See the quick start guide to get started with the latest release. and the releases documentation for release notes and the build and release strategy.

meshery - Meshery v0.3.2

Published by leecalcote almost 5 years ago

Mesheryctl

  • adds mesheryctl version as a new subcommand.

See the quick start guide to get started with the latest release. and the releases documentation for release notes and the build and release strategy.

meshery - Meshery v0.3.1

Published by leecalcote almost 5 years ago

Meshery

  • Support for wrk2 as an alternative load generator.

See the quick start guide to get started with the latest release. and the releases documentation for release notes and the build and release strategy.

meshery - Meshery v0.3.0

Published by leecalcote almost 5 years ago

Meshery

  • Major:
    • release of Octarine adapter
    • new Meshery logo
  • Minor:
    • more conventional drawer collapse/expand icon
    • alphabetical ordering of adapter listing in drawer

Documentation

  • Releases table separated from Installation section; Reordered by descending release version #.

See the quick start guide to get started with the latest release.

See the releases documentation for release notes and the build and release strategy.

meshery - Meshery v0.2.4

Published by leecalcote almost 5 years ago

Meshery

  • Meshery adapter for Octarine released as stable.

mesheryctl

  • now available through homebrew.

Documentation

  • revised quick start for Mac, Linux and Windows.
  • WSL2 support published.
  • GKE kubeconfig generation script switched to --decode.

See the quick start guide to get started with the latest release.

See the releases documentation for release notes and the build and release strategy.

meshery - Meshery v0.2.3

Published by leecalcote almost 5 years ago

Changelog:

  • Mesheryctl

    • improved status output on Windows
  • Meshery

    • Ability to deploy Meshery on Istio.
    • Adapter Chips: Move adapter port number into tooltip
  • Docs

    • /search no longer redirecting to github.io.

See the quick start guide to get started with the latest release.

See the releases documentation for release notes and the build and release strategy.

meshery - Meshery v0.2.2

Published by leecalcote almost 5 years ago

Changelog:

  • Mesheryctl (fixes #376)

    • improved verbosity of update command.
    • no longer overwriting local .meshery.yml file when running start or logs.
  • Docs

    • overhaul of docs site with a new jekyll theme (thanks @venilnoronha).
  • Performance Testing

    • A new modal view to organize and display performance results in a tabular format.

See the quick start guide to get started with the latest release.

See the releases documentation for release notes and the build and release strategy.

meshery - Meshery v0.2.1

Published by leecalcote almost 5 years ago

Changelog:

  • Meshery Installation
    • overhaul of in-cluster vs out-of-cluster Kubernetes setup.

See the quick start guide to get started with the latest release.

See the releases documentation for release notes and the build and release strategy.

meshery - Meshery v0.2.0

Published by leecalcote almost 5 years ago

Changelog:

  • Meshery adapter for Network Service Mesh

    • adapter is now in beta
    • NSM provisioning
  • Performance Testing enhancements

    • performance tests run asynchronously, notifying the user of when test results are available.
    • collect and persist node metrics
  • Service Mesh Sync

    • support for discovering service mesh type
  • Performance enhancements through memory tweaks and code profiling.

See the quick start guide to get started with the latest release.

See the releases documentation for release notes and the build and release strategy.

meshery - Meshery v0.1.6

Published by leecalcote about 5 years ago

Changelog:

  • New UI for managing Meshery's connection to Kubernetes cluster.
  • New mesheryctl compatibility for Windows for opening default browser upon start.
  • New sample app added to the istio adapter - Hipster app (Google's Microservices demo application)

See the quick start guide to get started with the latest release.

See the releases documentation for release notes and the build and release strategy.

meshery - Meshery v0.1.5

Published by girishranganathan about 5 years ago

Changelog:

UX Improvements:

  • mesheryctl start now waits for meshery application containers to be up before launching the user's browser. This new behavior ensures that users do not experience a 404 message.
  • mesheryctl stop now shows command progress akin to the experience when using meshery bash script.

See the quick start guide to get started with the latest release.

See the releases documentation for release notes and the build and release strategy.

meshery - Meshery v0.1.4

Published by girishranganathan about 5 years ago

Changelog

03d06eb Update README.md for the release

See the quick start guide to get started with the latest release.

See the releases documentation for release notes and the build and release strategy.

meshery - Meshery v0.1.3

Published by leecalcote over 5 years ago

Migrate from Configure Meshery to Settings page.

See the quick start guide to get started with the latest release.

See the releases documentation for release notes and the build and release strategy.