Skip to content

Commit

Permalink
cut for release v1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gbolo committed Feb 22, 2020
1 parent 02c635d commit 76f1f51
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ POLLERPKG = $(REPO)/cmd/vsummary-poller
METAPKG = $(REPO)/common
INTTESTPKG = $(REPO)/integrationtest
DATE ?= $(shell date +%FT%T%z)
VERSION = 1.1
VERSION = 1.2
COMMIT_SHA ?= $(shell git rev-parse --short HEAD)
LDFLAGS = -X $(METAPKG).Version=$(VERSION) -X $(METAPKG).BuildDate=$(DATE) -X $(METAPKG).CommitSHA=$(COMMIT_SHA)
PKGS = $(shell $(GO) list ./... | grep -v $(INTTESTPKG))
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
vSummary [![](https://images.microbadger.com/badges/image/gbolo/vsummary.svg)](http://microbadger.com/images/gbolo/vsummary "Image Badge") [![Build Status](https://travis-ci.org/gbolo/vsummary.svg?branch=master)](https://travis-ci.org/gbolo/vsummary) [![Go Report Card](https://goreportcard.com/badge/github.com/gbolo/vsummary)](https://goreportcard.com/report/github.com/gbolo/vsummary)
vSummary [![](https://img.shields.io/badge/demo-link-green)](https://vsummary.linuxctl.com/) [![](https://images.microbadger.com/badges/image/gbolo/vsummary.svg)](http://microbadger.com/images/gbolo/vsummary "Image Badge") [![Build Status](https://travis-ci.org/gbolo/vsummary.svg?branch=master)](https://travis-ci.org/gbolo/vsummary) [![Go Report Card](https://goreportcard.com/badge/github.com/gbolo/vsummary)](https://goreportcard.com/report/github.com/gbolo/vsummary)
================

vSummary is an open source tool for collecting and displaying a summary of your vSphere Environment(s). Visit the [demo site](https://vsummary.linuxctl.com/) or see the screenshots below for a better understanding.

![Alt text](https://raw.githubusercontent.com/gbolo/vSummary/php/screenshots/screenshot_1.png "Screenshot 1")
![screenshot](https://github.com/gbolo/vsummary/raw/master/contrib/screenshots/screenshot_3.png "Screenshot 3")

## Quick Start
To quickly give `vsummary-server` a test drive, you can spin up the included
Expand Down
Binary file added contrib/screenshots/screenshot_3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 76f1f51

Please sign in to comment.