Skip to content

Commit

Permalink
release(v0.1.0): prepare release
Browse files Browse the repository at this point in the history
This is the official v0.1.0 release.

Signed-off-by: Alexey Palazhchenko <[email protected]>
  • Loading branch information
AlekSi committed Oct 6, 2021
1 parent b8e04fb commit 6a874ea
Show file tree
Hide file tree
Showing 5 changed files with 65 additions and 16 deletions.
4 changes: 2 additions & 2 deletions .golangci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
#
# Generated on 2021-09-13T18:32:36Z by kres 7412de4.
# Generated on 2021-10-06T11:52:13Z by kres b3f580e.

# options for analysis running
run:
Expand Down Expand Up @@ -89,7 +89,7 @@ linters-settings:
require-explanation: false
require-specific: true
rowserrcheck: {}
testpackage:
testpackage: {}
unparam:
check-exported: false
unused:
Expand Down
50 changes: 50 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
## [git-verify-chain 0.1.0](https://github.com/talos-systems/git-verify-chain/releases/tag/v0.1.0) (2021-10-06)

Welcome to the v0.1.0 release of git-verify-chain!

Initial release.

Please try out the release binaries and report any issues at
https://github.com/talos-systems/git-verify-chain/issues.

### Contributors


### Changes
<details><summary>0 commit</summary>
<p>

</p>
</details>

### Dependency Changes

This release has no dependency changes

Previous release can be found at [v0.0.1](https://github.com/talos-systems/git-verify-chain/releases/tag/v0.0.1)

## [git-verify-chain 0.1.0](https://github.com/talos-systems/git-verify-chain/releases/tag/v0.1.0) (2021-10-06)

Welcome to the v0.1.0 release of git-verify-chain!



Please try out the release binaries and report any issues at
https://github.com/talos-systems/git-verify-chain/issues.

### Contributors


### Changes
<details><summary>0 commit</summary>
<p>

</p>
</details>

### Dependency Changes

This release has no dependency changes

Previous release can be found at [v0.0.1](https://github.com/talos-systems/git-verify-chain/releases/tag/v0.0.1)

6 changes: 4 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
#
# Generated on 2021-09-13T18:32:41Z by kres latest.
# Generated on 2021-10-05T11:32:26Z by kres latest.

# common variables

Expand All @@ -13,9 +13,10 @@ USERNAME ?= talos-systems
REGISTRY_AND_USERNAME ?= $(REGISTRY)/$(USERNAME)
GOFUMPT_VERSION ?= abc0db2c416aca0f60ea33c23c76665f6e7ba0b6
GO_VERSION ?= 1.17
PROTOBUF_GO_VERSION ?= 1.25.0
PROTOBUF_GO_VERSION ?= 1.27.1
GRPC_GO_VERSION ?= 1.1.0
GRPC_GATEWAY_VERSION ?= 2.4.0
VTPROTOBUF_VERSION ?= 81d623a9a700ede8ef765e5ab08b3aa1f5b4d5a8
TESTPKGS ?= ./...
KRES_IMAGE ?= ghcr.io/talos-systems/kres:latest

Expand All @@ -39,6 +40,7 @@ COMMON_ARGS += --build-arg=GOFUMPT_VERSION=$(GOFUMPT_VERSION)
COMMON_ARGS += --build-arg=PROTOBUF_GO_VERSION=$(PROTOBUF_GO_VERSION)
COMMON_ARGS += --build-arg=GRPC_GO_VERSION=$(GRPC_GO_VERSION)
COMMON_ARGS += --build-arg=GRPC_GATEWAY_VERSION=$(GRPC_GATEWAY_VERSION)
COMMON_ARGS += --build-arg=VTPROTOBUF_VERSION=$(VTPROTOBUF_VERSION)
COMMON_ARGS += --build-arg=TESTPKGS=$(TESTPKGS)
TOOLCHAIN ?= docker.io/golang:1.17-alpine

Expand Down
6 changes: 2 additions & 4 deletions hack/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,7 @@

# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
#
# Generated on 2021-09-13T18:32:36Z by kres 7412de4.


#!/bin/bash
# Generated on 2021-10-06T11:52:13Z by kres b3f580e.

set -e

Expand Down Expand Up @@ -66,3 +63,4 @@ EOF

exit 1
fi

15 changes: 7 additions & 8 deletions hack/release.toml
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
#
# Generated on 2021-09-13T18:32:36Z by kres 7412de4.


# commit to be tagged for the new release
commit = "HEAD"

project_name = "git-verify-chain"
github_repo = "talos-systems/git-verify-chain"
match_deps = "^github.com/(talos-systems/[a-zA-Z0-9-]+)$"

# previous = -
# pre_release = true
previous = "v0.0.1"
pre_release = false

preface = """\
Initial release.
"""

# [notes]
[notes]

0 comments on commit 6a874ea

Please sign in to comment.