Skip to content

Commit

Permalink
Merge pull request #211 from harness/release/v1.5.0
Browse files Browse the repository at this point in the history
release prep v1.5
  • Loading branch information
TP Honey authored Jan 4, 2022
2 parents af5da0b + 46f0665 commit 92e84c4
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 20 deletions.
55 changes: 37 additions & 18 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,54 +1,73 @@
# Changelog

## [v1.4.0](https://github.com/drone/drone-cli/tree/v1.4.0) (2021-09-08)
## [v1.5.0](https://github.com/harness/drone-cli/tree/v1.5.0) (2022-01-04)

[Full Changelog](https://github.com/drone/drone-cli/compare/v1.3.3...v1.4.0)
[Full Changelog](https://github.com/harness/drone-cli/compare/v1.4.0...v1.5.0)

**Implemented enhancements:**

- provides ability to update auto-cancel-running flag on repo [\#198](https://github.com/drone/drone-cli/pull/198) ([eoinmcafee00](https://github.com/eoinmcafee00))
- Update README.md [\#205](https://github.com/harness/drone-cli/pull/205) ([tphoney](https://github.com/tphoney))
- \(dron-124\) Add new command for build incomplete V2 [\#204](https://github.com/harness/drone-cli/pull/204) ([tphoney](https://github.com/tphoney))

**Fixed bugs:**

- \(fix\) fix multi-docs/lists in starlark [\#200](https://github.com/drone/drone-cli/pull/200) ([tphoney](https://github.com/tphoney))
- update libaries with vulnerabilies [\#208](https://github.com/harness/drone-cli/pull/208) ([eoinmcafee00](https://github.com/eoinmcafee00))
- fixes issue where template info command wasn't working [\#203](https://github.com/harness/drone-cli/pull/203) ([eoinmcafee00](https://github.com/eoinmcafee00))
- Update go-jsonnet to version v0.17.0 [\#202](https://github.com/harness/drone-cli/pull/202) ([hjkatz](https://github.com/hjkatz))

## [v1.3.3](https://github.com/drone/drone-cli/tree/v1.3.3) (2021-08-26)
## [v1.4.0](https://github.com/harness/drone-cli/tree/v1.4.0) (2021-09-08)

[Full Changelog](https://github.com/drone/drone-cli/compare/v1.3.2...v1.3.3)
[Full Changelog](https://github.com/harness/drone-cli/compare/v1.3.3...v1.4.0)

**Implemented enhancements:**

- provides ability to update auto-cancel-running flag on repo [\#198](https://github.com/harness/drone-cli/pull/198) ([eoinmcafee00](https://github.com/eoinmcafee00))

**Fixed bugs:**

- \(fix\) fix multi-docs/lists in starlark [\#200](https://github.com/harness/drone-cli/pull/200) ([tphoney](https://github.com/tphoney))

**Merged pull requests:**

- \(maint\) release-v1.4.0 prep [\#201](https://github.com/harness/drone-cli/pull/201) ([tphoney](https://github.com/tphoney))

## [v1.3.3](https://github.com/harness/drone-cli/tree/v1.3.3) (2021-08-26)

[Full Changelog](https://github.com/harness/drone-cli/compare/v1.3.2...v1.3.3)

**Fixed bugs:**

- Fix `--stream` combined with `--format` for `jsonnet` [\#195](https://github.com/drone/drone-cli/pull/195) ([julienduchesne](https://github.com/julienduchesne))
- Fix `--stream` combined with `--format` for `jsonnet` [\#195](https://github.com/harness/drone-cli/pull/195) ([julienduchesne](https://github.com/julienduchesne))

**Merged pull requests:**

- \(maint\) release prep v1.3.3 [\#197](https://github.com/drone/drone-cli/pull/197) ([tphoney](https://github.com/tphoney))
- \(maint\) release prep v1.3.3 [\#197](https://github.com/harness/drone-cli/pull/197) ([tphoney](https://github.com/tphoney))

## [v1.3.2](https://github.com/drone/drone-cli/tree/v1.3.2) (2021-08-25)
## [v1.3.2](https://github.com/harness/drone-cli/tree/v1.3.2) (2021-08-25)

[Full Changelog](https://github.com/drone/drone-cli/compare/v1.3.1...v1.3.2)
[Full Changelog](https://github.com/harness/drone-cli/compare/v1.3.1...v1.3.2)

**Fixed bugs:**

- \(fix\) re-enable format option for jsonnet command [\#193](https://github.com/drone/drone-cli/pull/193) ([tphoney](https://github.com/tphoney))
- \(fix\) re-enable format option for jsonnet command [\#193](https://github.com/harness/drone-cli/pull/193) ([tphoney](https://github.com/tphoney))

**Merged pull requests:**

- \(maint\) release prep for v1.3.2 [\#194](https://github.com/drone/drone-cli/pull/194) ([tphoney](https://github.com/tphoney))
- \(maint\) release prep for v1.3.2 [\#194](https://github.com/harness/drone-cli/pull/194) ([tphoney](https://github.com/tphoney))

## [v1.3.1](https://github.com/drone/drone-cli/tree/v1.3.1) (2021-08-20)
## [v1.3.1](https://github.com/harness/drone-cli/tree/v1.3.1) (2021-08-20)

[Full Changelog](https://github.com/drone/drone-cli/compare/v1.3.0...v1.3.1)
[Full Changelog](https://github.com/harness/drone-cli/compare/v1.3.0...v1.3.1)

**Fixed bugs:**

- Defect/permission template [\#191](https://github.com/drone/drone-cli/pull/191) ([eoinmcafee00](https://github.com/eoinmcafee00))
- \(DRON-113\) use ghodss/yaml for yaml printing [\#189](https://github.com/drone/drone-cli/pull/189) ([tphoney](https://github.com/tphoney))
- fixes issue were cli required an additional parameter in order to com… [\#188](https://github.com/drone/drone-cli/pull/188) ([eoinmcafee00](https://github.com/eoinmcafee00))
- Defect/permission template [\#191](https://github.com/harness/drone-cli/pull/191) ([eoinmcafee00](https://github.com/eoinmcafee00))
- \(DRON-113\) use ghodss/yaml for yaml printing [\#189](https://github.com/harness/drone-cli/pull/189) ([tphoney](https://github.com/tphoney))
- fixes issue were cli required an additional parameter in order to com… [\#188](https://github.com/harness/drone-cli/pull/188) ([eoinmcafee00](https://github.com/eoinmcafee00))

**Merged pull requests:**

- release prep v1.3.1 [\#192](https://github.com/drone/drone-cli/pull/192) ([eoinmcafee00](https://github.com/eoinmcafee00))
- release prep v1.3.1 [\#192](https://github.com/harness/drone-cli/pull/192) ([eoinmcafee00](https://github.com/eoinmcafee00))



Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Bug Tracker: https://discourse.drone.io/c/bugs
Run the changelog generator.

```BASH
docker run -it --rm -v "$(pwd)":/usr/local/src/your-app githubchangeloggenerator/github-changelog-generator -u drone -p drone-cli -t <secret github token>
docker run -it --rm -v "$(pwd)":/usr/local/src/your-app githubchangeloggenerator/github-changelog-generator -u harness -p drone-cli -t <secret github token>
```

You can generate a token by logging into your GitHub account and going to Settings -> Personal access tokens.
Expand All @@ -25,7 +25,7 @@ Next we tag the PR's with the fixes or enhancements labels. If the PR does not f
Run the changelog generator again with the future version according to semver.

```BASH
docker run -it --rm -v "$(pwd)":/usr/local/src/your-app githubchangeloggenerator/github-changelog-generator -u drone -p drone-cli -t <secret token> --future-release v1.0.0
docker run -it --rm -v "$(pwd)":/usr/local/src/your-app githubchangeloggenerator/github-changelog-generator -u harness -p drone-cli -t <secret token> --future-release v1.0.0
```

Create your pull request for the release. Get it merged then tag the release.

0 comments on commit 92e84c4

Please sign in to comment.