Skip to content

Releases: linyows/dewy

v0.10.0

07 Nov 03:53
1d0c7db
Compare
Choose a tag to compare

#48

Changelog

  • de1d19c Accept options from query string of registry URL
  • 209758f Add Config.DisableRecordShipping for testing
  • 9da6b02 Add --registry option for specifying the registry to use.
  • 52dc6ef Add deploy hook
  • 75aab3f Add grpc registry
  • 2f910e7 Add mark to deprecated options.
  • a7b9d1f Add octocov for showing code metrics
  • e3b3865 Add test for dewy.Run()
  • 8815c8b Allow Fetcher to dynamically change where artifacts are retrieved from based on the scheme from the Registry.
  • ecdc402 Bump github.com/cloudflare/circl from 1.3.3 to 1.3.7
  • 0388725 Bump google.golang.org/grpc from 1.57.0 to 1.57.1
  • 50a0afb Change interface ( Add context.Context )
  • b81691f Detect artifact using GOOS and GOARCH
  • ee94ac0 Dewy does not support config file. Instead, it uses environment variables.
  • e762769 Dismantle repo.Repo
  • 76eb954 Drop windows support
  • 3d107f0 Exclude timestamp (updatedAt) from cache key
  • 0adfece Fix .goreleaser.yml (Replace deprecated config)
  • add73ca Fix GitHub client generation to be taken directly from environment variables.
  • 243139a Fix error handling without using panic
  • b735a78 Fix lint warn
  • 8f550ed Fix lint warn
  • e04bb74 Fix lint warn
  • c1becdd Fix lint warn
  • 6233ce0 Fix lint warn
  • fb941e0 Fix method
  • 202c7c8 Fix typo
  • b6843a6 Merge branch 'main' into octocov
  • f0029a2 Merge branch 'main' into separate-cache
  • a86dbe3 Merge branch 'main' into update-go-and-workflows
  • ca430c4 Merge branch 'use-go-github-factory' into separate-cache
  • 111b1e3 Merge branch 'website'
  • dbc591d Merge pull request #15 from linyows/golangci-lint
  • 895089b Merge pull request #17 from k1LoW/update-go-and-workflows
  • d5be203 Merge pull request #18 from k1LoW/update-pkgs
  • 4e84cb9 Merge pull request #19 from k1LoW/remove-config-file
  • 32b079b Merge pull request #20 from k1LoW/add-test
  • 3c0660c Merge pull request #21 from k1LoW/octocov
  • 33a4aed Merge pull request #22 from k1LoW/dontpanic
  • b598f7d Merge pull request #23 from k1LoW/replace-ioutil
  • df78118 Merge pull request #24 from k1LoW/use-go-github-factory
  • f37df0f Merge pull request #25 from k1LoW/separate-cache
  • 80f74f5 Merge pull request #26 from k1LoW/change-cache-key
  • 5ac315e Merge pull request #27 from k1LoW/create-registory-and-storage
  • be9c94a Merge pull request #28 from k1LoW/name-to-repo
  • a5b6116 Merge pull request #29 from k1LoW/dismantle-repo
  • 9f805ed Merge pull request #30 from k1LoW/detect-artifact
  • 6a220ca Merge pull request #31 from k1LoW/create-fectcher-github-release
  • 8ccee25 Merge pull request #32 from k1LoW/remove-unused
  • 245781f Merge pull request #33 from k1LoW/remove-repo
  • 29073c3 Merge pull request #34 from k1LoW/registry-option
  • 3ff5976 Merge pull request #35 from k1LoW/grpc
  • 4860c41 Merge pull request #36 from k1LoW/fix-goreleaser-yml
  • 5ea77ee Merge pull request #37 from linyows/option-query
  • c86aa41 Merge pull request #38 from linyows/deprecated
  • 74ac525 Merge pull request #39 from linyows/hook
  • 8e57aa5 Merge pull request #40 from linyows/dependabot/go_modules/github.com/cloudflare/circl-1.3.7
  • 28e6772 Merge pull request #41 from linyows/dependabot/go_modules/google.golang.org/grpc-1.57.1
  • ac2c816 Merge pull request #42 from linyows/website
  • 014284a Merge pull request #43 from linyows/update-gen
  • 87e50aa Merge pull request #44 from linyows/dewy-work
  • 17670f3 Merge pull request #45 from linyows/notify
  • a42c387 Merge pull request #46 from linyows/storage
  • f3a8c9c Merge pull request #47 from linyows/rename
  • 1d0c7db Merge pull request #48 from linyows/support-s3-registry
  • 8a1b36e Remove repo package completely
  • 74f1491 Remove unused code
  • 2d825ee Rename fields according to GitHub API ( name to repo )
  • 1025d39 Replace io/ioutil with os
  • dea1b0f Separate cache feature from repo.Repo as it is not a role of Remote repository backend.
  • 084ca95 Separate repo.Repo to registory.Registory and storage.Storage
  • b3da46c Support grpc:// scheme for registry
  • f520572 Support s3:// and gcs://
  • 581d0d2 Update README.md
  • ae02ab4 Update README.md
  • e9fe8bd Update README.md
  • 8f190f7 Update github.com/google/go-github and github.com/google/go-querystring
  • 6733f7f Update github.com/lestrrat-go/server-starter
  • cae39f6 Update github.com/lestrrat-go/slack
  • 9580b07 Update github.com/mholt/archiver
  • b0c864e Update go version
  • f62e211 Update workflows
  • 713662d Use ghrelease.Scheme
  • bb4cc55 Use golangci-lint instead of golint
  • 193db47 Use version of go.mod
  • 003b2ad add comments for currentkeyName
  • a5967b9 add golangci-lint workflow
  • 6b41db5 add logos
  • 70d0946 add notify options for cli
  • db63b48 add notify to config.go
  • 7bed8e4 add null notify
  • 69a1a45 add page workflow
  • 2f54f17 add s3 registry
  • b05818b add s3 registry test
  • dd6f0af add schedule for lint
  • 2d9cd21 add website
  • 8607840 buf generate
  • db00e82 build if only main branch or tags
  • d60c2b3 dewy is work!
  • 280ce0f fix lint
  • 5c54f64 fix lint
  • 9ec6656 fix lint
  • 88566b2 fix registry/grpc_test.go
  • af293dd fix test
  • 1e01de4 fix test
  • 1657e4d fix test
  • 4f918f4 fix test
  • 591fcf6 ignore public dir
  • af51990 integrate registry/github_release to registry
  • fe544d6 integrate registry/grpc to registry
  • fe32b6c move generated code to under registry/gen
  • 668b03e move proto and buf files
  • cd740a0 name to short
  • 704cb27 remove comment
  • 50d8c77 remove duplicated flags
  • 3262c2b remove scheduled workflow
  • 82b4e3e remove unused const
  • 45ab6be remove unused methods
  • 9bc7880 rename package to artifact from storage
  • 1b0b013 rename package to notify
  • 669c031 rename variables
  • 56cd73a skip lint
  • 457c666 split dewy_test to registry_test
  • c1ae621 typo
  • adb2be4 typo
  • bd23292 update Makefile
  • 32cf360 update README.md
  • c0a6890 update README.md
  • 70b3fa8 update artifact/s3.go
  • 1a97aec update assets
  • b974a9b update current value
  • 9a3fcd4 update dewy.go
  • e76ee4b update go mod
  • 99874f1 update register/s3.go
  • ad23965 use context in registry
  • 5e5b4eb use notify in dewy
  • 8c3804b use url instead path: first path segment in URL cannot contain colon

v0.9.0

23 May 05:08
6d78ddc
Compare
Choose a tag to compare

Changelog

6d78ddc Merge pull request #14 from linyows/actions
c7825c4 add build workflow
a71636d add github actions workflow
6e85e2e add new logo
d357039 add release workflow
132f04c add workflow badge
9d93d7d allow failure for master
af73ae2 change badge
bba360f change default branch
a68c0e3 ignore dist dir
5765f3f no use makefile
126b89d remove .travis.yml
1b1224e running release workflow if new tag
751a70c update goreleaser for current version
222eae2 update packages
882bb4a update test.yml
385d2ce use new logo

v0.8.0

15 Mar 09:19
8b6eabd
Compare
Choose a tag to compare

Changelog

8b6eabd Merge pull request #13 from linyows/force-skip-if-draft
1a8c65a force skip if draft

v0.7.1

15 Mar 07:33
3910578
Compare
Choose a tag to compare

Changelog

8498e13 Merge branch 'master' of github.com:linyows/dewy
3910578 Merge pull request #11 from linyows/bugfix
e4f98bf Update README.md
c0e049e Update README.md
f0d6c3c add O_TRUNC flag to filemode
8ace080 add comments
c585eaa add test for bug reproduction
9ae8502 fix for SA4006
64f35c5 remove -u from go get
adafb91 update go.sum

v0.7.0

08 Feb 04:59
3100932
Compare
Choose a tag to compare

Changelog

688a987 Merge branch 'master' of github.com:linyows/dewy
3100932 Merge pull request #9 from linyows/support-downgrade
cc94432 Update README.md
c34f0fb Update README.md
ebffcf9 Update README.md
1e2a8b8 Update README.md
304b992 Update README.md
a800ce2 add arch to README.md
8389bed allow override
80b3783 check error for cache write
379c1d7 download return is only err
b7582a7 log cache path in saves
1ee9f25 remove unused version.go
0699cf5 rename shipment to shipping
93be7d6 simplize for package
4afab08 support downgrade
fcf1990 update interface for repo
848db53 use current version as cache

v0.6.0

05 Dec 03:18
Compare
Choose a tag to compare

Changelog

0740e73 Merge branch 'master' of github.com:linyows/dewy
9125b23 Merge pull request #7 from linyows/cov
7e1d6a9 Merge pull request #8 from linyows/pre-release
6767cb3 Update README.md
4ccbe70 add Env
9c0fc6e add GO111MODULE=on
e9addc9 add badge for codecov
f901f1d add diff
7a53799 add pre-release option
b748dcc add repo.latest()
91ea61c add todo to README.md
d9fdbec clean before build
83e236f cli to private
639811a export coverage profile
f2077c5 fix Makefile
6148f4d ignore coverage.txt
cde0bfe include timestamp for assets key
5f70503 move file as package
7bb0cf9 prelease option is bool
be61b26 remove unnecessary var
59d2a61 remove unused packages
2218d72 replace golint url
9dd4c5f send coverage profile to codecov
24bd170 skip validate for goreleaser
4993bdf specify GO111MODULE=off if dev dep
78fa167 tidy
024fa9f update
2464a76 update .goreleaser.yml
41cb75c update Makefile
57296e5 update Makefile
7bddce3 update Makefile
2135907 update Makefile
6fd6e3a update Makefile
fcfeac6 update clean target
c4ccc7f update deploy pipeline to travis
44ca1b1 update go.mod
287753b update goreleaser.yml
e980418 update modules
763e01c use RemoveAll

v0.5.0

11 Nov 14:57
Compare
Choose a tag to compare

Changelog

96165a8 Merge pull request #5 from linyows/repo-pkg
83658df Merge pull request #6 from linyows/keep-releases

v0.4.0

09 Nov 07:27
Compare
Choose a tag to compare

Changelog

e3573df Merge pull request #4 from linyows/support-ghe
a56aff9 bump version to 0.4.0
7edd8f3 fix for redirect for assets
6b92452 logging
c6ba445 remove unnecessary port
c0174ad specify upload endpoint for github enterprise
1dc3ba2 use BaseURL
4644981 use DownloadReleaseAsset

v0.3.0

05 Nov 08:46
Compare
Choose a tag to compare

Changelog

c3fe3cd Merge pull request #3 from linyows/lint
af1dec9 add env
06777e7 bump version to 0.3.0
12ea8f3 fix author for slack attachment
3971593 fix lint
3d9960c fix test
6aa82fa simplize
351ea52 sort
3e99789 split cmd
657dae3 update
5e62d67 update build command
9c5641a update goreleaser yml

v0.2.0

30 Oct 09:02
Compare
Choose a tag to compare

Changelog

4cd3a95 Merge branch 'assets' of github.com:linyows/dewy into assets
00b4487 Merge pull request #1 from linyows/notice
1d577d3 Merge pull request #2 from linyows/assets
039a7fa add command to config
5c8634e add comments
1ec809d add error logging
5bbc670 add finalize
b7f1ad8 add icon
f3ad299 add if for command
10d0e57 add notice package
4107380 add notify events
972404d add releaseHTMLURL
e97b15f add slack mod
c0a340c add task for make
cd5c244 add validation for command
f355968 allow download failure for assets so if upload takes time, download fails
4a5f587 bump version to 0.2.0
ebf3e84 change ignore
7294aea change provider format
642144f fast return if assets
69b3df3 generate color for slack attachment
e06031b hostname to lower
32496c5 ignore dist for goreleaser
0a787e9 move error logging to top
39a7d3d move scheduling to dewy.go
216d8a3 not use pointer
18fa7cf notify signal
14cd544 remove Gopkg.toml
51bfe49 show help if error in cli
ef9a7bd specify slack channel
d8a5073 split method as deploy
0c2f275 to changeable loglevel
378816f to const some hard codings
9dabafb to rich format for slack
eb17589 to rich format for slack
0a984f1 update go mod
c05b686 update go module
ac61259 update modules
c76d5db update notification format for slack
4fbb1b2 use ISO8601
089d114 use notify
0d01642 use tag and link for notice