import "go.szostok.io/version"
Go package to present your CLI version in a classy way. All magic included!
Like the idea? Give a GitHub star
Quick Start
go get go.szostok.io/version
Visit version.szostok.io/quick-start
for the most popular way of the setup.
Documentation
Visit version.szostok.io
for complete documentation about setup and usage.
Why?
If you create a new CLI, it's natural that you use a framework such as Cobra, urfave/cli
, or similar. Each of your CLIs has also an option to show its version. But in this case, we repeat the same stuff: collecting and displaying related information.
This package aims to solve that problem. To register the version command, simply add:
extension.NewVersionCobraCmd()
Go 1.18 simplified collecting version-related data, as commit, date, and other data are embedded. You can still override these fields with ldflags, e.g.:
-X go.szostok.io/version.version=1.42.0
You can gain more features, such as upgrade notice, just by adding:
extension.WithUpgradeNotice("repo-owner", "repo-name")
Functionality
- For Go 1.18+, detect
version
,commit
,commitDate
, anddirtyBuild
automatically- Allow version data overriding via
-ldflags
- Allow version data overriding via
- Print the version in the YAML, JSON, short, and pretty formats
- Detect and display an upgrade notice if a newer version of your project has been released
- Automatically disable color output for non-tty output streams
- Handle the version and upgrade notices separately
- Designed in a way that lets you use each component individually
- Everything can be enabled with a single line of code. For example, use
extension.NewVersionCobraCmd()
to enable the version command for Cobra - Customize the output format and behaviour (e.g. timeouts, re-check intervals)
- Parse any dates and print them in the local date and time format
- All provided functionality is fully tested to ensure no regression
- Extend the version info with own fields just by assigning your Go struct
Stay informed
Follow @m_szostok on Twitter to get the latest news. You can also subscribe for new version
releases on GitHub, where you can find a detailed changelog for each of them.
For additional content, check Mateusz Szostok's blog.
Bump github.com/goccy/go-yaml from 1.9.5 to 1.9.7
Bumps github.com/goccy/go-yaml from 1.9.5 to 1.9.7.
Release notes
Sourced from github.com/goccy/go-yaml's releases.
Changelog
Sourced from github.com/goccy/go-yaml's changelog.
Commits
49dc308
Update CHANGELOG2cd47e3
Merge pull request #328 from goccy/fix-quoted-map-key6a9ddb5
care whitespacedb6dd54
Fix handling of quoted map key045101d
add test cases7b77440
Merge pull request #322 from goccy/fix-context-reuse937c167
Fix resusing process of scanning context33858b4
Update CHANGELOGbc437e1
Merge pull request #270 from igorpeshansky/fix-flow-mode-quotes8607d4f
Merge pull request #317 from nervo/handle-unmarshall-unknown-aliasesDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)Bump github.com/samber/lo from 1.31.0 to 1.36.0 in /magefiles
Bumps github.com/samber/lo from 1.31.0 to 1.36.0.
Release notes
Sourced from github.com/samber/lo's releases.
Changelog
Sourced from github.com/samber/lo's changelog.
... (truncated)
Commits
4c57f6b
bump v1.36.023ae73b
feat: addingAttemptWhile
andAttemptWhileWithDelay
(#183)56a3ac6
update changeloga3c90f1
Add RandomString (#266)01ca8db
update changelogdba7426
fix (#256)5781b44
Revert "feat(concurrency): adding lo.WaitFor"2f6f28e
feat(concurrency): adding lo.WaitFora133373
rename lo.Batch to lo.Buffer and lo.BatchWithTImeout to lo.BufferWithTimeout686821d
bump v1.34.0Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)Bump github.com/samber/lo from 1.31.0 to 1.35.0 in /magefiles
Bumps github.com/samber/lo from 1.31.0 to 1.35.0.
Release notes
Sourced from github.com/samber/lo's releases.
Changelog
Sourced from github.com/samber/lo's changelog.
Commits
56a3ac6
update changeloga3c90f1
Add RandomString (#266)01ca8db
update changelogdba7426
fix (#256)5781b44
Revert "feat(concurrency): adding lo.WaitFor"2f6f28e
feat(concurrency): adding lo.WaitFora133373
rename lo.Batch to lo.Buffer and lo.BatchWithTImeout to lo.BufferWithTimeout686821d
bump v1.34.034ef81e
feat: rename ChannelMerge to FanIn and add FanOut (#262)27d8810
fix: resolved code smells (#258)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)Bump github.com/samber/lo from 1.31.0 to 1.34.0 in /magefiles
Bumps github.com/samber/lo from 1.31.0 to 1.34.0.
Release notes
Sourced from github.com/samber/lo's releases.
Changelog
Sourced from github.com/samber/lo's changelog.
Commits
686821d
bump v1.34.034ef81e
feat: rename ChannelMerge to FanIn and add FanOut (#262)27d8810
fix: resolved code smells (#258)4689f3a
doc: adding logoeecad3d
chore: rename test.go to lo_test.go640e00c
chore: test coverage improvement (#240)3206009
docs: change wrong word 'round-robbin' to 'round-robin' (#249)a0c1ea3
doc: improve doc for lo.Union6a2a333
feat: improve Union (#245)3d0a3f8
bump v1.33.0Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)Bump github.com/goccy/go-yaml from 1.9.5 to 1.9.6
Bumps github.com/goccy/go-yaml from 1.9.5 to 1.9.6.
Release notes
Sourced from github.com/goccy/go-yaml's releases.
Changelog
Sourced from github.com/goccy/go-yaml's changelog.
Commits
33858b4
Update CHANGELOGbc437e1
Merge pull request #270 from igorpeshansky/fix-flow-mode-quotes8607d4f
Merge pull request #317 from nervo/handle-unmarshall-unknown-aliases48a606c
Merge pull request #318 from zoncoen/fix-encode548aa05
fix: insert a separator between each encoded document941abdb
Handle unmarshall unknown aliasesecececd
Merge pull request #293 from jrisc/explicit_int6403bdafe
Merge pull request #312 from itchyny/introduce-map-key-nodef7e9124
Introduce MapKeyNode interface to limit node types for map key66e8faa
Fix large literals type inference on 32 bitsDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)Bump github.com/samber/lo from 1.31.0 to 1.33.0 in /magefiles
Bumps github.com/samber/lo from 1.31.0 to 1.33.0.
Release notes
Sourced from github.com/samber/lo's releases.
Changelog
Sourced from github.com/samber/lo's changelog.
Commits
3d0a3f8
bump v1.33.0a14c1b2
doc: add ChannelMerged899a1c
feat: add ChannelMerge (#241)7887963
feat: name each callback/iteratee/predicate arguments in order to improve aut...a2c5202
doc: improve doce3f7dab
doc: improve doc for lo.Interleaveca01e36
chore: rename ci stepfd5527f
add Interleave helper to slices (#155)ce01c4c
doc: improve doc for lo.Sum6f0207a
add slice sum (#210)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)Bump github.com/spf13/cobra from 1.5.0 to 1.6.0
Bumps github.com/spf13/cobra from 1.5.0 to 1.6.0.
Release notes
Sourced from github.com/spf13/cobra's releases.
... (truncated)
Commits
8607918
feat: make InitDefaultCompletionCmd public (#1467)2169adb
Add groups for commands in help (#1003)212ea40
Include --help and --version flag in completion (#1813)d4040ad
Allow user to add completion for powershell alias (#1621)23fc5e0
ci: add minimum GitHub token permissions for workflows (#1792)93d1913
Add OnFinalize method (#1788)07034fe
build(deps): bump actions/stale from 5 to 6 (#1815)3dc9761
Add allero to list of projects using cobra (#1819)7039e1f
Add '--version' flag to Help output (#1707)fce8d8a
Expose ValidateRequiredFlags and ValidateFlagGroups (#1760)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)Bump github.com/samber/lo from 1.31.0 to 1.32.0 in /magefiles
Bumps github.com/samber/lo from 1.31.0 to 1.32.0.
Release notes
Sourced from github.com/samber/lo's releases.
Changelog
Sourced from github.com/samber/lo's changelog.
Commits
a2c5202
doc: improve doce3f7dab
doc: improve doc for lo.Interleaveca01e36
chore: rename ci stepfd5527f
add Interleave helper to slices (#155)ce01c4c
doc: improve doc for lo.Sum6f0207a
add slice sum (#210)330382f
doc: improve doceb5207b
feat: adding Unpack() method to TupleXaca846b
doc: improve doc for lo.MapEntriesa28cc0b
feat: Add MapEntries function (#216)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)Bump github.com/samber/lo from 1.28.2 to 1.31.0 in /magefiles
Bumps github.com/samber/lo from 1.28.2 to 1.31.0.
Release notes
Sourced from github.com/samber/lo's releases.
Changelog
Sourced from github.com/samber/lo's changelog.
... (truncated)
Commits
0bd7b56
New helper collection: channel (#95)cce6411
lint4247308
fix tests95f946d
Merge branch 'master' of github.com:samber/loc6b8b1e
doc: adding examples4743e78
make it to go install for nancy (#233)835fc01
bump v1.30.08e8ccc1
Add function Validate that creates an error when a condition is not met (#221)c190e19
fix testsdff7105
chore(deps): upgrade testifyDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)Bump github.com/samber/lo from 1.28.2 to 1.30.0 in /magefiles
Bumps github.com/samber/lo from 1.28.2 to 1.30.0.
Release notes
Sourced from github.com/samber/lo's releases.
Changelog
Sourced from github.com/samber/lo's changelog.
... (truncated)
Commits
835fc01
bump v1.30.08e8ccc1
Add function Validate that creates an error when a condition is not met (#221)c190e19
fix testsdff7105
chore(deps): upgrade testify222a95a
chore: remove go1.18-betae2a5e3e
doc(must): fix examplecc3aa22
doc(examples): adding go playground examples (string, map, slice, condition, ...4fecc90
doc: adding examples (#230)fdc2739
doc: typo (#231)e318a1f
doc: typoDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)Bump github.com/samber/lo from 1.28.2 to 1.29.0 in /magefiles
Bumps github.com/samber/lo from 1.28.2 to 1.29.0.
Release notes
Sourced from github.com/samber/lo's releases.
Changelog
Sourced from github.com/samber/lo's changelog.
... (truncated)
Commits
bcb54cc
Adding TryOr and TryOrX (#229)edda239
feat: adding ErrorsAs31f3bc3
test: parallel tests everywhere (#228)282789f
typo (#222)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)Bump github.com/goccy/go-yaml from 1.9.5 to 1.9.8
Bumps github.com/goccy/go-yaml from 1.9.5 to 1.9.8.
Release notes
Sourced from github.com/goccy/go-yaml's releases.
Changelog
Sourced from github.com/goccy/go-yaml's changelog.
Commits
6cdefc4
update CHANGELOG13b070a
scanner: fix position calculation for literal, folded and raw folded strings ...9044eca
fix behavior when struct fields conflicted (#335)458cd4e
care map node (#334)45bdea2
fix custom marshaler (#333)dc3fed8
ast: append new line at the end of file (#329)49dc308
Update CHANGELOG2cd47e3
Merge pull request #328 from goccy/fix-quoted-map-key6a9ddb5
care whitespacedb6dd54
Fix handling of quoted map keyDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)Add support for More SCM releases
Description Currently the only supported source code management tool is the public GitHub endpoint. https://github.com/mszostok/version/blob/c6a76403cae4842ae305b1d6439b08aae22c3c28/upgrade/github/head_fetch.go#L14
This proposal is to support upgrade notice for New Releases on GitHub enterprise, public Gitlab and GitLab Enterprise
Reasons This would expand support to Gitlab & Github enterprise projects
Bump github.com/samber/lo from 1.31.0 to 1.37.0 in /magefiles
Bumps github.com/samber/lo from 1.31.0 to 1.37.0.
Release notes
Sourced from github.com/samber/lo's releases.
... (truncated)
Changelog
Sourced from github.com/samber/lo's changelog.
... (truncated)
Commits
d0af59f
bump v1.37.0259951a
bump v1.37.05e108ed
chore(ci): add release script + cleanup dependencies before release (#284)565be2e
Revert "chore: comment benchmarks, in order to remove go-funk dependency"1a60415
chore: rename ci workflows28eaf62
chore: comment benchmarks, in order to remove go-funk dependency6438444
adding Transactiona6aabb4
Merge branch 'master' of github.com:samber/lo7eb64a6
update changelog0ed7b6e
fix: set map capacity in Associate (#282)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)Bump github.com/Masterminds/sprig/v3 from 3.2.2 to 3.2.3
Bumps github.com/Masterminds/sprig/v3 from 3.2.2 to 3.2.3.
Release notes
Sourced from github.com/Masterminds/sprig/v3's releases.
Changelog
Sourced from github.com/Masterminds/sprig/v3's changelog.
Commits
581758e
Updating the changelog for the 3.2.3 release5787448
Updating changelog for 3.2.2 release8489c3e
Merge pull request #354 from mattfarina/bump-crypto-v0.3.042ac6ac
Updating crypto libraryd65147b
Merge pull request #353 from mattfarina/bump-semver-3.2.092ac1ae
Updating semver packagece20d69
Merge pull request #313 from book987/masterf9a478a
Merge pull request #334 from aJetHorn/patch-158a4f65
Merge pull request #349 from mattfarina/bump-go-1932424cc
Merge pull request #347 from neelayu/patch-1Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)Bump szenius/set-timezone from a5c1676bd4e141779a42a699cc086f3c5ddd1a6c to 1.1
Bumps szenius/set-timezone from a5c1676bd4e141779a42a699cc086f3c5ddd1a6c to 1.1. This release includes the previously tagged commit.
Release notes
Sourced from szenius/set-timezone's releases.
Commits
d1416e7
update(node): node 12 actions are deprecated (#7)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)