Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
cburgmer committed Jan 28, 2022
1 parent 4cdc5f3 commit d8ca327
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ 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.15.0] - 2022-01-28
### Deprecated
- We will drop support for synching of build servers (e.g. `java -cp buildviz-0.14.3-standalone.jar buildviz.go.sync`) in favour of [build-facts](https://github.com/cburgmer/build-facts). This version supports both the new endpoint for build-facts, and the legacy synching code, so migration is possible withing the same version of buildviz.

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ All it needs is your build history including test results.

## Usage

$ curl -OL https://github.com/cburgmer/buildviz/releases/download/0.14.3/buildviz-0.14.3-standalone.jar
$ java -jar buildviz-0.14.3-standalone.jar
$ curl -OL https://github.com/cburgmer/buildviz/releases/download/0.15.0/buildviz-0.15.0-standalone.jar
$ java -jar buildviz-0.15.0-standalone.jar

Now, buildviz takes in new build results via `PUT` to `/builds`. Some suggestions how to set it up:

Expand Down Expand Up @@ -52,7 +52,7 @@ JUnit XML ([or JSON](https://github.com/cburgmer/buildviz/wiki#help-my-tests-don

E.g. sync existing history from GoCD (see `--help` for details):

$ java -cp buildviz-0.14.3-standalone.jar buildviz.go.sync http://$USER:$PW@localhost:8153/go
$ java -cp buildviz-0.15.0-standalone.jar buildviz.go.sync http://$USER:$PW@localhost:8153/go

There's support for [Jenkins, GoCD and TeamCity](https://github.com/cburgmer/buildviz/wiki/CI-tool-integration).

Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject buildviz "0.14.3"
(defproject buildviz "0.15.0"
:description "Transparency for your build pipeline's results and runtime."
:url "https://github.com/cburgmer/buildviz"
:license {:name "BSD 2-Clause"
Expand Down

0 comments on commit d8ca327

Please sign in to comment.