Skip to content
This repository has been archived by the owner on May 16, 2023. It is now read-only.

Commit

Permalink
Merge pull request #89 from danmx/fix-release
Browse files Browse the repository at this point in the history
fix(drone): docker-release step
  • Loading branch information
danmx authored May 23, 2020
2 parents c3302e7 + d38469e commit 2700615
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 83 deletions.
7 changes: 0 additions & 7 deletions .chglog/CHANGELOG.tpl.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,6 @@
{{ end }}
{{ end -}}

{{- if .MergeCommits -}}
### Pull Requests
{{ range .MergeCommits -}}
- {{ .Header }}
{{ end }}
{{ end -}}

{{- if .NoteGroups -}}
{{ range .NoteGroups -}}
### {{ .Title }}
Expand Down
4 changes: 2 additions & 2 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ steps:
- name: docker-release
image: l.gcr.io/google/bazel:3.1.0
commands:
- docker login -u $DOCKER_USERNAME -P $DOCKER_PASSWORD
- docker login -u $DOCKER_USERNAME -p $DOCKER_PASSWORD
- bazel run --config cross:linux_amd64 :push-release-image
- bazel run --config cross:linux_amd64 :push-major-release-image
- bazel run --config cross:linux_amd64 :push-minor-release-image
Expand Down Expand Up @@ -136,6 +136,6 @@ volumes:

---
kind: signature
hmac: 8d1e567f27c745f1f2a02606369d012452c58d00eef920bd90c00cdd2eed2abd
hmac: d5d1a9cd8ee30f38745a78fd05c8315f6f146c617d2bc11f9ce048b74866a45b

...
78 changes: 4 additions & 74 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,28 +27,15 @@
### Fix
- app exit on failed session termination
- version in makefile
- **drone:** docker-release step
- **lint:** addressing comments from deepsource.io

### Rm
- **changelog:** merge PR commits

### Update
- dependencies

### Pull Requests
- Merge pull request [#87](https://github.com/danmx/sigil/issues/87) from danmx/bazel
- Merge pull request [#84](https://github.com/danmx/sigil/issues/84) from danmx/dependabot/go_modules/github.com/aws/aws-sdk-go-1.31.1
- Merge pull request [#83](https://github.com/danmx/sigil/issues/83) from danmx/dependabot/go_modules/github.com/aws/aws-sdk-go-1.31.0
- Merge pull request [#82](https://github.com/danmx/sigil/issues/82) from danmx/dependabot/go_modules/github.com/aws/aws-sdk-go-1.30.29
- Merge pull request [#81](https://github.com/danmx/sigil/issues/81) from danmx/dependabot/go_modules/github.com/aws/aws-sdk-go-1.30.28
- Merge pull request [#80](https://github.com/danmx/sigil/issues/80) from danmx/dependabot/go_modules/github.com/aws/aws-sdk-go-1.30.27
- Merge pull request [#79](https://github.com/danmx/sigil/issues/79) from danmx/dependabot/go_modules/github.com/aws/aws-sdk-go-1.30.26
- Merge pull request [#78](https://github.com/danmx/sigil/issues/78) from danmx/dependabot/go_modules/gopkg.in/yaml.v2-2.3.0
- Merge pull request [#77](https://github.com/danmx/sigil/issues/77) from danmx/dependabot/go_modules/github.com/aws/aws-sdk-go-1.30.25
- Merge pull request [#76](https://github.com/danmx/sigil/issues/76) from danmx/dependabot/go_modules/github.com/spf13/viper-1.7.0
- Merge pull request [#73](https://github.com/danmx/sigil/issues/73) from danmx/dependabot/go_modules/github.com/aws/aws-sdk-go-1.30.24
- Merge pull request [#74](https://github.com/danmx/sigil/issues/74) from danmx/dependabot/go_modules/github.com/sirupsen/logrus-1.6.0
- Merge pull request [#72](https://github.com/danmx/sigil/issues/72) from danmx/log
- Merge pull request [#71](https://github.com/danmx/sigil/issues/71) from danmx/append-aws-ua
- Merge pull request [#70](https://github.com/danmx/sigil/issues/70) from danmx/bump-dependencies


<a name="0.5.0"></a>
## [0.5.0] - 2020-04-18
Expand All @@ -66,12 +53,6 @@
- **doc:** adding missing flag in ssh_config example
- **lint:** removing broken bin path

### Pull Requests
- Merge pull request [#69](https://github.com/danmx/sigil/issues/69) from danmx/hotfix-readme
- Merge pull request [#68](https://github.com/danmx/sigil/issues/68) from danmx/bug-[#65](https://github.com/danmx/sigil/issues/65)
- Merge pull request [#67](https://github.com/danmx/sigil/issues/67) from danmx/bug-63
- Merge pull request [#66](https://github.com/danmx/sigil/issues/66) from danmx/ssh-doc


<a name="0.4.1"></a>
## [0.4.1] - 2020-04-16
Expand All @@ -81,9 +62,6 @@
### Update
- **version:** 0.4.1

### Pull Requests
- Merge pull request [#62](https://github.com/danmx/sigil/issues/62) from danmx/tag-fix


<a name="0.4.0"></a>
## [0.4.0] - 2020-04-11
Expand All @@ -104,26 +82,12 @@
- **go:** bumping go and dependencies versions
- **version:** to 0.4.0

### Pull Requests
- Merge pull request [#60](https://github.com/danmx/sigil/issues/60) from danmx/v0.4.0
- Merge pull request [#59](https://github.com/danmx/sigil/issues/59) from danmx/refactor
- Merge pull request [#58](https://github.com/danmx/sigil/issues/58) from ekesken/patch-1


<a name="0.3.3"></a>
## [0.3.3] - 2020-03-19
### Pull Requests
- Merge pull request [#57](https://github.com/danmx/sigil/issues/57) from efpe/fixctrlz


<a name="0.3.2"></a>
## [0.3.2] - 2020-03-11
### Pull Requests
- Merge pull request [#56](https://github.com/danmx/sigil/issues/56) from zscholl/zscholl/release-0.3.2
- Merge pull request [#55](https://github.com/danmx/sigil/issues/55) from zscholl/zscholl/pin-version
- Merge pull request [#54](https://github.com/danmx/sigil/issues/54) from zscholl/zscholl/filter-running-instances
- Merge pull request [#53](https://github.com/danmx/sigil/issues/53) from zscholl/master


<a name="0.3.1"></a>
## [0.3.1] - 2019-07-18
Expand All @@ -136,67 +100,33 @@

<a name="0.2.1"></a>
## [0.2.1] - 2019-05-14
### Pull Requests
- Merge pull request [#43](https://github.com/danmx/sigil/issues/43) from danmx/hotfix


<a name="0.2.0"></a>
## [0.2.0] - 2019-05-03
### Pull Requests
- Merge pull request [#42](https://github.com/danmx/sigil/issues/42) from danmx/sessions


<a name="0.1.2"></a>
## [0.1.2] - 2019-04-29
### Pull Requests
- Merge pull request [#38](https://github.com/danmx/sigil/issues/38) from danmx/homebrew


<a name="0.1.1"></a>
## [0.1.1] - 2019-04-23
### Pull Requests
- Merge pull request [#33](https://github.com/danmx/sigil/issues/33) from danmx/fix-release
- Merge pull request [#32](https://github.com/danmx/sigil/issues/32) from danmx/optional-config
- Merge pull request [#31](https://github.com/danmx/sigil/issues/31) from danmx/test-release


<a name="0.1.0"></a>
## [0.1.0] - 2019-04-23
### Pull Requests
- Merge pull request [#30](https://github.com/danmx/sigil/issues/30) from danmx/rollback-zip
- Merge pull request [#29](https://github.com/danmx/sigil/issues/29) from danmx/cli-refactor


<a name="0.0.8"></a>
## [0.0.8] - 2019-04-22
### Pull Requests
- Merge pull request [#28](https://github.com/danmx/sigil/issues/28) from danmx/mfa


<a name="0.0.7"></a>
## [0.0.7] - 2019-04-16
### Pull Requests
- Merge pull request [#26](https://github.com/danmx/sigil/issues/26) from danmx/profile-region


<a name="0.0.6"></a>
## [0.0.6] - 2019-04-16
### Pull Requests
- Merge pull request [#25](https://github.com/danmx/sigil/issues/25) from danmx/fix


<a name="0.0.5"></a>
## [0.0.5] - 2019-04-15
### Pull Requests
- Merge pull request [#24](https://github.com/danmx/sigil/issues/24) from danmx/profile
- Merge pull request [#23](https://github.com/danmx/sigil/issues/23) from danmx/log-level


<a name="0.0.4"></a>
## [0.0.4] - 2019-04-15
### Pull Requests
- Merge pull request [#22](https://github.com/danmx/sigil/issues/22) from danmx/fix-docker


<a name="0.0.3"></a>
## [0.0.3] - 2019-03-19
Expand Down

0 comments on commit 2700615

Please sign in to comment.