Skip to content

Commit

Permalink
Release v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
talal committed Aug 13, 2020
1 parent f4dd022 commit feaaefb
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.1.0] - 2020-08-13
### Added
- Initial release.

[Unreleased]: https://github.com/sapcc/absent-metrics-operator/compare/v0.1.0...HEAD
[0.1.0]: https://github.com/sapcc/absent-metrics-operator/releases/tag/v0.1.0
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ GOOS = $(shell go env GOOS)
GOARCH = $(shell go env GOARCH)
KUBEBUILDER_RELEASE_VERSION = $(shell cat test/.kubebuilder-version)

# TODO: uncomment when at least one tag exists
# VERSION := $(shell git describe --long --abbrev=7)
VERSION := $(shell git describe --abbrev=7)
GIT_COMMIT_HASH := $(shell git rev-parse --verify HEAD)

GO := GOBIN=$(CURDIR)/build go
Expand Down
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# Absent Metrics Operator

[![GitHub Release](https://img.shields.io/github/v/release/sapcc/absent-metrics-operator)](https://github.com/sapcc/absent-metrics-operator/releases/latest)
![Build and Test](https://github.com/sapcc/absent-metrics-operator/workflows/Build%20and%20Test/badge.svg)
[![Coverage Status](https://coveralls.io/repos/github/sapcc/absent-metrics-operator/badge.svg)](https://coveralls.io/github/sapcc/absent-metrics-operator)
[![Coverage Status](https://coveralls.io/repos/github/sapcc/absent-metrics-operator/badge.svg?branch=master)](https://coveralls.io/github/sapcc/absent-metrics-operator?branch=master)
[![Go Report Card](https://goreportcard.com/badge/github.com/sapcc/absent-metrics-operator)](https://goreportcard.com/report/github.com/sapcc/absent-metrics-operator)

> Project status: **alpha**. The API and user facing objects may change.
Expand Down Expand Up @@ -66,6 +67,11 @@ annotations:

## Installation

### Pre-compiled binaries

Pre-compiled binaries for Linux are available on the [releases
page](https://github.com/sapcc/absent-metrics-operator/releases/latest).

### Building from source

The only required build dependency is [Go](https://golang.org/).
Expand Down

0 comments on commit feaaefb

Please sign in to comment.