Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release for v0.17.4 #439

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
42 changes: 42 additions & 0 deletions .tagpr
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
# config file for the tagpr in git config format
# The tagpr generates the initial configuration, which you can rewrite to suit your environment.
# CONFIGURATIONS:
# tagpr.releaseBranch
# Generally, it is "main." It is the branch for releases. The tagpr tracks this branch,
# creates or updates a pull request as a release candidate, or tags when they are merged.
#
# tagpr.versionFile
# Versioning file containing the semantic version needed to be updated at release.
# It will be synchronized with the "git tag".
# Often this is a meta-information file such as gemspec, setup.cfg, package.json, etc.
# Sometimes the source code file, such as version.go or Bar.pm, is used.
# If you do not want to use versioning files but only git tags, specify the "-" string here.
# You can specify multiple version files by comma separated strings.
#
# tagpr.vPrefix
# Flag whether or not v-prefix is added to semver when git tagging. (e.g. v1.2.3 if true)
# This is only a tagging convention, not how it is described in the version file.
#
# tagpr.changelog (Optional)
# Flag whether or not changelog is added or changed during the release.
#
# tagpr.command (Optional)
# Command to change files just before release.
#
# tagpr.template (Optional)
# Pull request template in go template format
#
# tagpr.release (Optional)
# GitHub Release creation behavior after tagging [true, draft, false]
# If this value is not set, the release is to be created.
#
# tagpr.majorLabels (Optional)
# Label of major update targets. Default is [major]
#
# tagpr.minorLabels (Optional)
# Label of minor update targets. Default is [minor]
#
[tagpr]
vPrefix = true
releaseBranch = main
versionFile = version/version.go
32 changes: 32 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,37 @@
# CHANGELOG

## [v0.17.4](https://github.com/zoncoen/scenarigo/compare/v0.17.3...v0.17.4) - 2024-10-25
### New Features
- add secrets field to define credential variables by @zoncoen in https://github.com/zoncoen/scenarigo/pull/414
- always update toolchain directive to build plugins with the go version used to build scenarigo by @zoncoen in https://github.com/zoncoen/scenarigo/pull/421
- add verbose flag to "plugin" sub-command by @zoncoen in https://github.com/zoncoen/scenarigo/pull/454
### Dependency Upgrades
- chore(deps): bump google.golang.org/grpc from 1.63.0 to 1.63.2 by @dependabot in https://github.com/zoncoen/scenarigo/pull/412
- chore(deps): bump golang.org/x/net from 0.21.0 to 0.23.0 by @dependabot in https://github.com/zoncoen/scenarigo/pull/415
- chore(deps): bump golang.org/x/text from 0.14.0 to 0.15.0 by @dependabot in https://github.com/zoncoen/scenarigo/pull/417
- chore(deps): bump google.golang.org/protobuf from 1.33.0 to 1.34.1 by @dependabot in https://github.com/zoncoen/scenarigo/pull/418
- chore(deps): bump github.com/fatih/color from 1.16.0 to 1.17.0 by @dependabot in https://github.com/zoncoen/scenarigo/pull/419
- chore(deps): bump google.golang.org/grpc from 1.63.2 to 1.64.0 by @dependabot in https://github.com/zoncoen/scenarigo/pull/420
- chore(deps): bump golang.org/x/text from 0.15.0 to 0.16.0 by @dependabot in https://github.com/zoncoen/scenarigo/pull/424
- chore(deps): bump golang.org/x/mod from 0.17.0 to 0.18.0 by @dependabot in https://github.com/zoncoen/scenarigo/pull/423
- chore(deps): bump google.golang.org/protobuf from 1.34.1 to 1.34.2 by @dependabot in https://github.com/zoncoen/scenarigo/pull/425
- chore(deps): bump golang.ort/x/* to the latest by @zoncoen in https://github.com/zoncoen/scenarigo/pull/428
- chore(deps): bump github.com/spf13/cobra from 1.8.0 to 1.8.1 by @dependabot in https://github.com/zoncoen/scenarigo/pull/430
- chore(deps): bump github.com/vektah/gqlparser/v2 from 2.5.1 to 2.5.14 in /scripts/cross-build by @dependabot in https://github.com/zoncoen/scenarigo/pull/426
- chore(deps): bump indirect modules by @zoncoen in https://github.com/zoncoen/scenarigo/pull/437
- chore(deps): bump github.com/goccy/go-yaml from 1.11.3 to 1.12.0 by @dependabot in https://github.com/zoncoen/scenarigo/pull/433
- chore(deps): bump golang.org/x/mod from 0.18.0 to 0.20.0 by @dependabot in https://github.com/zoncoen/scenarigo/pull/435
- chore(deps): bump golang.org/x/sync from 0.7.0 to 0.8.0 by @dependabot in https://github.com/zoncoen/scenarigo/pull/436
- chore(deps): bump actions/checkout from 3 to 4 by @dependabot in https://github.com/zoncoen/scenarigo/pull/441
- chore(deps): bump google.golang.org/grpc from 1.64.0 to 1.65.0 by @dependabot in https://github.com/zoncoen/scenarigo/pull/431
- chore(deps): bump golang.org/x/text from 0.16.0 to 0.17.0 by @dependabot in https://github.com/zoncoen/scenarigo/pull/442
- chore(deps): bump google.golang.org/grpc from 1.65.0 to 1.66.0 by @dependabot in https://github.com/zoncoen/scenarigo/pull/445
- chore(deps): bump golang.org/x/mod from 0.20.0 to 0.21.0 by @dependabot in https://github.com/zoncoen/scenarigo/pull/447
- chore(deps): bump golang.org/x/text from 0.17.0 to 0.19.0 by @dependabot in https://github.com/zoncoen/scenarigo/pull/451
- chore(deps): bump google.golang.org/grpc from 1.66.0 to 1.67.1 by @dependabot in https://github.com/zoncoen/scenarigo/pull/456
- chore(deps): bump google.golang.org/protobuf from 1.34.2 to 1.35.1 by @dependabot in https://github.com/zoncoen/scenarigo/pull/452
- chore(deps): bump github.com/fatih/color from 1.17.0 to 1.18.0 by @dependabot in https://github.com/zoncoen/scenarigo/pull/453

## [v0.17.3] - 2024-04-14
### Bug Fixes
- **release:** ensure the Docker image exists ([#411](https://github.com/zoncoen/scenarigo/issues/411))
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
)

var (
version = "0.17.3"
version = "0.17.4"
revision = "dev"
info, ok = debug.ReadBuildInfo()
)
Expand Down
Loading