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

deps: bump patch version for Golang module #85

Closed
wants to merge 98 commits into from

Conversation

updateclibot[bot]
Copy link
Contributor

@updateclibot updateclibot bot commented Mar 27, 2024

deps(go): bump module github.com/spf13/viper

clean: go mod tidy

ran shell command "go mod tidy"

deps(go): bump module github.com/spf13/viper to v1.16.0

go.mod updated Module path "github.com/spf13/viper" version from "v1.18.2" to "v1.16.0"

v1.16.0
Changelog retrieved from:
	https://github.com/spf13/viper/releases/tag/v1.16.0
<!-- Release notes generated using configuration in .github/release.yml at v1.16.0 -->

## What's Changed
### Enhancements 🚀
* Sub parent inheritance by @TaylorOno in https://github.com/spf13/viper/pull/1056
* fix: fix typo by @yquansah in https://github.com/spf13/viper/pull/1523
* ci: add Go 1.20 to build matrix by @sagikazarmark in https://github.com/spf13/viper/pull/1506
* extend v.find() to handle stringToInt value types with stringToInt pflag #1435  by @vorishirne in https://github.com/spf13/viper/pull/1462
* add:viper: allow to disable internal log messages by @burgesQ in https://github.com/spf13/viper/pull/1483
* Allow ConfigParseError to unwrap by @andig in https://github.com/spf13/viper/pull/1433
### Bug Fixes 🐛
* fix: time.Duration slice type conversion by @UrbanskiDawid in https://github.com/spf13/viper/pull/1498
### Dependency Updates ⬆️
* build(deps): bump mheap/github-action-required-labels from 3 to 4 by @dependabot in https://github.com/spf13/viper/pull/1533
* build(deps): bump actions/setup-go from 3 to 4 by @dependabot in https://github.com/spf13/viper/pull/1526
* build(deps): bump golang.org/x/net from 0.4.0 to 0.7.0 by @dependabot in https://github.com/spf13/viper/pull/1519
* build(deps): bump github.com/pelletier/go-toml/v2 from 2.0.6 to 2.0.7 by @dependabot in https://github.com/spf13/viper/pull/1516
* build(deps): bump github.com/stretchr/testify from 1.8.1 to 1.8.2 by @dependabot in https://github.com/spf13/viper/pull/1515
* build(deps): bump github.com/spf13/afero from 1.9.3 to 1.9.5 by @dependabot in https://github.com/spf13/viper/pull/1518
* build(deps): bump github.com/sagikazarmark/crypt from 0.9.0 to 0.10.0 by @dependabot in https://github.com/spf13/viper/pull/1550
* build(deps): bump github.com/spf13/cast from 1.5.0 to 1.5.1 by @dependabot in https://github.com/spf13/viper/pull/1551
* build(deps): bump github.com/stretchr/testify from 1.8.2 to 1.8.3 by @dependabot in https://github.com/spf13/viper/pull/1553
* build(deps): bump github.com/pelletier/go-toml/v2 from 2.0.7 to 2.0.8 by @dependabot in https://github.com/spf13/viper/pull/1555
### Other Changes
* Update main image to better handle dark background by @Deleplace in https://github.com/spf13/viper/pull/1532

## New Contributors
* @UrbanskiDawid made their first contribution in https://github.com/spf13/viper/pull/1498
* @TaylorOno made their first contribution in https://github.com/spf13/viper/pull/1056
* @yquansah made their first contribution in https://github.com/spf13/viper/pull/1523
* @Azanul made their first contribution in https://github.com/spf13/viper/pull/1544
* @Deleplace made their first contribution in https://github.com/spf13/viper/pull/1532
* @cfabianski made their first contribution in https://github.com/spf13/viper/pull/1552
* @vorishirne made their first contribution in https://github.com/spf13/viper/pull/1462
* @burgesQ made their first contribution in https://github.com/spf13/viper/pull/1483
* @andig made their first contribution in https://github.com/spf13/viper/pull/1433

**Full Changelog**: https://github.com/spf13/viper/compare/v1.15.0...v1.16.0
v1.18.2
Changelog retrieved from:
	https://github.com/spf13/viper/releases/tag/v1.18.2
**tl;dr Skip 1.18.0 and 1.18.1 and upgrade to this version instead.**

This release fixes a regression that appears in rare circumstances when using `Unmarshal` or `UnmarshalExact` to decode values onto pointers with multiple indirection (eg. pointer to a pointer, etc). The change was introduced in 1.18.0 as a means to resolve a long-standing bug when decoding environment variables to structs.

The feature is now disabled by default and can be enabled using the `viper_bind_struct` build tag. It's also considered experimental at this point, so breaking changes may be introduced in the future.

## What's Changed
### Bug Fixes 🐛
* feat!: hide struct binding behind a feature flag by @sagikazarmark in https://github.com/spf13/viper/pull/1715



**Full Changelog**: https://github.com/spf13/viper/compare/v1.18.1...v1.18.2
GitHub Action workflow link

deps(go): bump module github.com/updatecli/updatecli

clean: go mod tidy

ran shell command "go mod tidy"

deps(go): bump module github.com/updatecli/updatecli to v0.58.0

go.mod updated Module path "github.com/updatecli/updatecli" version from "v0.74.0" to "v0.58.0"

v0.58.0
Changelog retrieved from:
	https://github.com/updatecli/updatecli/releases/tag/v0.58.0
## Changes

## 🚀 Features

- Disable Helm autodiscovery version increment by default @olblak (#1526)
- Set autodiscovery setting "groupby" to "all" by default @olblak (#1485)
- Show file plugin target diff by default @olblak (#1473)
- Use target name as commit title by default @olblak (#1474)
- Show templating debug in `updatecli manifest show --debug` @olblak (#1470)

## 🧰 Maintenance

- Update Golang module helm.sh/helm/v3 @olblak (#1521)
- Update Golang module github.com/aws/aws-sdk-go @olblak (#1522)
- Update Golang module golang.org/x/mod @olblak (#1519)
- Update Golang module golang.org/x/oauth2 @olblak (#1514)
- Update Golang module golang.org/x/text @olblak (#1516)
- Update Golang module github.com/drone/go-scm @olblak (#1508)
- Update Golang module github.com/go-git/go-git/v5 @olblak (#1512)
- chore(deps): Bump updatecli/updatecli-action from 2.36.0 to 2.37.0 @dependabot (#1469)

## 📝 Documentation

- Improve scm comments @olblak (#1476)
- Refactor helm documentation @olblak (#1467)
- Refactor XML code comment used for jsonschema @olblak (#1466)

## Contributors

@dependabot, @dependabot[bot], @olblak, @updateclibot and @updateclibot[bot]
v0.74.0
Changelog retrieved from:
	https://github.com/updatecli/updatecli/releases/tag/v0.74.0
On top of bug-fixes and dependency updates, this release introduces the following main features:

**Shareable Policy out of experimental**

We don't need the flag `--experimental` to use that feature anymore.
More information on https://www.updatecli.io/blog/shareable-policies/

**Allow to enable/disable working branch for any scm using the parameter `workingbranch`.**

Previously, only the "git" scm could be used to push changes to existing git branches while other scm (GitHub,Gitlab,Stash,Gitea) would only push changes to a working branch like `updatecli_main_xxxxx`.
It was handy for pullrequest based workflow, but also a frequent source of confusion for new users.
Now if `workingbranch` is set true/false then we enable/disable working branch otherwise by default, we fall back to the previous situation depending on the scm kind.

**Allow condition target**

Previously for a target to be executed, all conditions defined in the pipeline needed to pass.
While it remains the default behavior, now it's possible to only trigger a target based on a subset of conditions

**Add flux autodiscovery plugin**

Updatecli autodiscovery can now identify updates in Flux helmrelease and ociregistry.
gitrepository support will come in a future version.

Once again, we paid attention to not introducing any breaking changes so all existing manifests should keep working.

## Changes

## 🚀 Features

- feat: move shareable policies out of experimental @olblak (#1973)
- feat: Allow to enable/disable working branch for all scm plugins @olblak (#1955)
- feat: Add conditional Target @olblak (#1962)
- feat: add flux autodiscovery plugin @olblak (#1950)
- feat: golang autodiscovery should follow conventional commits @olblak (#1947)
- feat: fleet autodiscovery should follow conventional commits @olblak (#1946)

## 🐛 Bug Fixes

- fix(dockerdigest): Allow to specify none linux os @olblak (#1981)
- fix(golang): autodiscovery should run go mod tidy from sub folders @olblak (#1957)
- fix(helm): ignore containers when tag or repository are not specified @olblak (#1956)

## 🧰 Maintenance

- deps: bump Golang version to 1.22.1 @updateclibot (#1971)
- Update Golang module golang.org/x/oauth2 @updateclibot (#1976)
- Update Golang module github.com/stretchr/testify @updateclibot (#1969)
- refactor: remove useless git checkout after a git clone @olblak (#1966)
- Update Golang module github.com/hashicorp/hcl/v2 @updateclibot (#1967)
- chore(deps): Bump actions/add-to-project from 0.5.0 to 0.6.0 @dependabot (#1961)
- Update Golang module github.com/drone/go-scm @updateclibot (#1953)
- chore(deps): Bump helm.sh/helm/v3 from 3.14.1 to 3.14.2 @dependabot (#1952)
- Update Golang module golang.org/x/mod @updateclibot (#1944)
- clean: always run fleet autodiscovery test @olblak (#1948)
- chore(deps): Bump helm.sh/helm/v3 from 3.14.0 to 3.14.1 @dependabot (#1934)

## Contributors

@dependabot, @dependabot[bot], @olblak, @updateclibot and @updateclibot[bot]
GitHub Action workflow link

deps(go): bump module github.com/spf13/cobra

clean: go mod tidy

ran shell command "go mod tidy"

deps(go): bump module github.com/spf13/cobra to v1.7.0

go.mod updated Module path "github.com/spf13/cobra" version from "v1.8.0" to "v1.7.0"

v1.7.0
Changelog retrieved from:
	https://github.com/spf13/cobra/releases/tag/v1.7.0
### ✨ Features

- Allow to preserve ordering of completions in `bash`, `zsh`, `pwsh`, & `fish`: @h4ck3rk3y #1903  
- Add support for PowerShell 7.2+ in completions: @oldium #1916 
- Allow sourcing zsh completion script: @marckhouzam #1917 

### 🐛 Bug fixes

- Don't remove flag values that match sub-command name: @brianpursley #1781 
- Fix powershell completions not returning single word: @totkeks #1850 
- Remove masked `template` import variable name: @yashLadha #1879 
- Correctly detect completions with dash in argument: @oncilla #1817 

### 🧪 Testing & CI/CD

- Deprecate Go 1.15 in CI: @umarcor #1866 
- Deprecate Go 1.16 in CI: @umarcor #1926 
- Add testing for Go 1.20 in CI: @umarcor #1925 
- Add tests to illustrate unknown flag bug: @brianpursley #1854 

### 🔧 Maintenance

- Update main image to better handle dark backgrounds: @Deleplace and @marckhouzam #1883 
- Fix `stale.yaml` mispellings: @enrichman #1863 
- Remove stale bot from GitHub actions: @jpmcb #1908 
- Add makefile target for installing dependencies: @umarcor #1865 
- Add Sia to projects using Cobra: @mike76-dev #1844 
- Add `Vitess` and `Arewefastyet` to projects using cobra: @frouioui #1932 
- Fixup for Kubescape github org: @dwertent #1874 
- Fix route for GitHub workflows badge: @sh-cho #1884 
- Fixup for GoDoc style documentation: @yashLadha #1885 
- Various bash scripting improvements for completion: @scop #1702
- Add Constellation to projects using Cobra: @datosh #1829
 
### ✏️ Documentation

- Add documentation about disabling completion descriptions: @Shihta #1901 
- Improve `MarkFlagsMutuallyExclusive` example in user guide: @janhn #1904 
- Update `shell_completions.md`: @gusega #1907 
- Update copywrite year: @umarcor #1927 
- Document suggested layout of subcommands: @lcarva #1930 
- Replace deprecated ExactValidArgs with MatchAll in doc: @doniacld #1836 
---

This release contains several long running fixes, improvements to powershell completions, and further optimizations for completions.

Thank you everyone who contributed to this release and all your hard work! Cobra and this community would never be possible without all of you! 🐍 

Full changelog:  https://github.com/spf13/cobra/compare/v1.6.1...v1.7.0
v1.8.0
Changelog retrieved from:
	https://github.com/spf13/cobra/releases/tag/v1.8.0
## ✨ Features 

* Support usage as plugin for tools like kubectl by @nirs in https://github.com/spf13/cobra/pull/2018 - this means that programs that utilize a "plugin-like" structure have much better support and usage (like for completions, command paths, etc.)
* Move documentation sources to site/content by @umarcor in https://github.com/spf13/cobra/pull/1428
* Add 'one required flag' group by @marevers in https://github.com/spf13/cobra/pull/1952 - this includes a new `MarkFlagsOneRequired` API for flags which can be used to mark a flag group as required and cause command failure if at least one is not used when invoked.
* Customizable error message prefix by @5ouma in https://github.com/spf13/cobra/pull/2023 - This adds the `SetErrPrefix` and `ErrPrefix` APIs on the `Command` struct to allow for setting a custom prefix for errors
* feat: add getters for flag completions by @avirtopeanu-ionos in https://github.com/spf13/cobra/pull/1943
* Feature: allow running persistent run hooks of all parents by @vkhoroz in https://github.com/spf13/cobra/pull/2044
* Improve API to get flag completion function by @marckhouzam in https://github.com/spf13/cobra/pull/2063

## 🐛 Bug fixes

* Fix typo in fish completions by @twpayne in https://github.com/spf13/cobra/pull/1945
* Fix grammar: 'allows to' by @supertassu in https://github.com/spf13/cobra/pull/1978
* powershell: escape variable with curly brackets by @Luap99 in https://github.com/spf13/cobra/pull/1960
* Don't complete --help flag when flag parsing disabled by @marckhouzam in https://github.com/spf13/cobra/pull/2061
* Replace all non-alphanumerics in active help env var program prefix by @scop in https://github.com/spf13/cobra/pull/1940

## 🔧 Maintenance

* build(deps): bump golangci/golangci-lint-action from 3.4.0 to 3.5.0 by @dependabot in https://github.com/spf13/cobra/pull/1971
* build(deps): bump golangci/golangci-lint-action from 3.5.0 to 3.6.0 by @dependabot in https://github.com/spf13/cobra/pull/1976
* build(deps): bump golangci/golangci-lint-action from 3.6.0 to 3.7.0 by @dependabot in https://github.com/spf13/cobra/pull/2021
* build(deps): bump actions/setup-go from 3 to 4 by @dependabot in https://github.com/spf13/cobra/pull/1934
* build(deps): bump github.com/cpuguy83/go-md2man/v2 from 2.0.2 to 2.0.3 by @dependabot in https://github.com/spf13/cobra/pull/2047
* build(deps): bump actions/checkout from 3 to 4 by @dependabot in https://github.com/spf13/cobra/pull/2028
* command: temporarily disable G602 due to securego/gosec#1005 by @umarcor in https://github.com/spf13/cobra/pull/2022

## 🧪 Testing & CI/CD

* test: make fish_completions_test more robust by @branchvincent in https://github.com/spf13/cobra/pull/1980
* golangci: enable 'unused' and disable deprecated replaced by it by @umarcor in https://github.com/spf13/cobra/pull/1983
* cleanup: minor corrections to unit tests by @JunNishimura in https://github.com/spf13/cobra/pull/2003
* ci: test golang 1.21 by @nunoadrego in https://github.com/spf13/cobra/pull/2024
* Fix linter errors by @marckhouzam in https://github.com/spf13/cobra/pull/2052
* Add tests for flag completion registration by @marckhouzam in https://github.com/spf13/cobra/pull/2053

## ✏️ Documentation

* doc: fix typo, Deperecated -> Deprecated by @callthingsoff in https://github.com/spf13/cobra/pull/2000
* Add notes to doc about the execution condition of *PreRun and *PostRun functions by @haoming29 in https://github.com/spf13/cobra/pull/2041

---

Thank you everyone who contributed to this release and all your hard work! Cobra and this community would never be possible without all of you!!!! 🐍

**Full Changelog**: https://github.com/spf13/cobra/compare/v1.7.0...v1.8.0
GitHub Action workflow link

deps(go): bump module github.com/fsnotify/fsnotify

clean: go mod tidy

ran shell command "go mod tidy"

deps(go): bump module github.com/fsnotify/fsnotify to v1.6.0

go.mod updated Module path "github.com/fsnotify/fsnotify" version from "v1.7.0" to "v1.6.0"

v1.6.0
Changelog retrieved from:
	https://github.com/fsnotify/fsnotify/releases/tag/v1.6.0
This version of fsnotify needs Go 1.16 (this was already the case since 1.5.1, but not documented). It also increases the minimum Linux version to 2.6.32.

### Additions

- all: add `Event.Has()` and `Op.Has()` ([#477])

  This makes checking events a lot easier; for example:

	    if event.Op&Write == Write && !(event.Op&Remove == Remove) {
	    }

	Becomes:

	    if event.Has(Write) && !event.Has(Remove) {
	    }

- all: add cmd/fsnotify ([#463])

  A command-line utility for testing and some examples.

### Changes and fixes

- inotify: don't ignore events for files that don't exist ([#260], [#470])

  Previously the inotify watcher would call `os.Lstat()` to check if a file still exists before emitting events.

  This was inconsistent with other platforms and resulted in inconsistent event reporting (e.g. when a file is quickly removed and re-created), and generally a source of confusion. It was added in 2013 to fix a memory leak that no longer exists.

- all: return `ErrNonExistentWatch` when `Remove()` is called on a path that's
  not watched ([#460])

- inotify: replace epoll() with non-blocking inotify ([#434])

  Non-blocking inotify was not generally available at the time this library was written in 2014, but now it is. As a result, the minimum Linux version is bumped from 2.6.27 to 2.6.32. This hugely simplifies the code and is faster.

- kqueue: don't check for events every 100ms ([#480])

  The watcher would wake up every 100ms, even when there was nothing to do. Now it waits until there is something to do.

- macos: retry opening files on EINTR ([#475])

- kqueue: skip unreadable files ([#479])

  kqueue requires a file descriptor for every file in a directory; this would fail if a file was unreadable by the current user. Now these files are simply skipped.

- windows: fix renaming a watched directory if the parent is also watched ([#370])

- windows: increase buffer size from 4K to 64K ([#485])

- windows: close file handle on Remove() ([#288])

- kqueue: put pathname in the error if watching a file fails ([#471])

- inotify, windows: calling Close() more than once could race ([#465])

- kqueue: improve Close() performance ([#233])

- all: various documentation additions and clarifications.

[#233]: https://github.com/fsnotify/fsnotify/pull/233
[#260]: https://github.com/fsnotify/fsnotify/pull/260
[#288]: https://github.com/fsnotify/fsnotify/pull/288
[#370]: https://github.com/fsnotify/fsnotify/pull/370
[#434]: https://github.com/fsnotify/fsnotify/pull/434
[#460]: https://github.com/fsnotify/fsnotify/pull/460
[#463]: https://github.com/fsnotify/fsnotify/pull/463
[#465]: https://github.com/fsnotify/fsnotify/pull/465
[#470]: https://github.com/fsnotify/fsnotify/pull/470
[#471]: https://github.com/fsnotify/fsnotify/pull/471
[#475]: https://github.com/fsnotify/fsnotify/pull/475
[#477]: https://github.com/fsnotify/fsnotify/pull/477
[#479]: https://github.com/fsnotify/fsnotify/pull/479
[#480]: https://github.com/fsnotify/fsnotify/pull/480
[#485]: https://github.com/fsnotify/fsnotify/pull/485
v1.7.0
Changelog retrieved from:
	https://github.com/fsnotify/fsnotify/releases/tag/v1.7.0
This version of fsnotify needs Go 1.17.

### Additions

- illumos: add FEN backend to support illumos and Solaris. ([#371])

- all: add `NewBufferedWatcher()` to use a buffered channel, which can be useful in cases where you can't control the kernel buffer and receive a large number of events in bursts. ([#550], [#572])

- all: add `AddWith()`, which is identical to `Add()` but allows passing options. ([#521])

- windows: allow setting the ReadDirectoryChangesW() buffer size with `fsnotify.WithBufferSize()`; the default of 64K is the highest value that works on all platforms and is enough for most purposes, but in some cases a highest buffer is needed. ([#521])

### Changes and fixes

- inotify: remove watcher if a watched path is renamed ([#518])

  After a rename the reported name wasn't updated, or even an empty string. Inotify doesn't provide any good facilities to update it, so just remove the watcher. This is already how it worked on kqueue and FEN.

  On Windows this does work, and remains working.

- windows: don't listen for file attribute changes ([#520])

  File attribute changes are sent as `FILE_ACTION_MODIFIED` by the Windows API, with no way to see if they're a file write or attribute change, so would show up as a fsnotify.Write event. This is never useful, and could result in many spurious Write events.

- windows: return `ErrEventOverflow` if the buffer is full ([#525])

  Before it would merely return "short read", making it hard to detect this error.

- kqueue: make sure events for all files are delivered properly when removing a watched directory ([#526])

  Previously they would get sent with `""` (empty string) or `"."` as the path name.

- kqueue: don't emit spurious Create events for symbolic links ([#524])

  The link would get resolved but kqueue would "forget" it already saw the link itself, resulting on a Create for every Write event for the directory.

- all: return `ErrClosed` on `Add()` when the watcher is closed ([#516])

- other: add `Watcher.Errors` and `Watcher.Events` to the no-op `Watcher` in `backend_other.go`, making it easier to use on unsupported platforms such as WASM, AIX, etc. ([#528])

- other: use the `backend_other.go` no-op if the `appengine` build tag is set; Google AppEngine forbids usage of the unsafe package so the inotify backend won't compile there.

[#371]: https://github.com/fsnotify/fsnotify/pull/371
[#516]: https://github.com/fsnotify/fsnotify/pull/516
[#518]: https://github.com/fsnotify/fsnotify/pull/518
[#520]: https://github.com/fsnotify/fsnotify/pull/520
[#521]: https://github.com/fsnotify/fsnotify/pull/521
[#524]: https://github.com/fsnotify/fsnotify/pull/524
[#525]: https://github.com/fsnotify/fsnotify/pull/525
[#526]: https://github.com/fsnotify/fsnotify/pull/526
[#528]: https://github.com/fsnotify/fsnotify/pull/528
[#537]: https://github.com/fsnotify/fsnotify/pull/537
[#550]: https://github.com/fsnotify/fsnotify/pull/550
[#572]: https://github.com/fsnotify/fsnotify/pull/572
GitHub Action workflow link

deps(go): bump module github.com/jackc/pgx/v5

clean: go mod tidy

ran shell command "go mod tidy"

deps(go): bump module github.com/jackc/pgx/v5 to v5.5.5

go.mod updated Module path "github.com/jackc/pgx/v5" version from "v5.5.4" to "v5.5.5"

GitHub Action workflow link

deps(go): bump module github.com/google/uuid

clean: go mod tidy

ran shell command "go mod tidy"

deps(go): bump module github.com/google/uuid to v1.3.1

go.mod updated Module path "github.com/google/uuid" version from "v1.6.0" to "v1.3.1"

v1.3.1
Changelog retrieved from:
	https://github.com/google/uuid/releases/tag/v1.3.1
## [1.3.1](https://github.com/google/uuid/compare/v1.3.0...v1.3.1) (2023-08-18)


### Bug Fixes

* Use .EqualFold() to parse urn prefixed UUIDs ([#118](https://github.com/google/uuid/issues/118)) ([574e687](https://github.com/google/uuid/commit/574e6874943741fb99d41764c705173ada5293f0))
v1.6.0
Changelog retrieved from:
	https://github.com/google/uuid/releases/tag/v1.6.0
## [1.6.0](https://github.com/google/uuid/compare/v1.5.0...v1.6.0) (2024-01-16)


### Features

* add Max UUID constant ([#149](https://github.com/google/uuid/issues/149)) ([c58770e](https://github.com/google/uuid/commit/c58770eb495f55fe2ced6284f93c5158a62e53e3))


### Bug Fixes

* fix typo in version 7 uuid documentation ([#153](https://github.com/google/uuid/issues/153)) ([016b199](https://github.com/google/uuid/commit/016b199544692f745ffc8867b914129ecb47ef06))
* Monotonicity in UUIDv7 ([#150](https://github.com/google/uuid/issues/150)) ([a2b2b32](https://github.com/google/uuid/commit/a2b2b32373ff0b1a312b7fdf6d38a977099698a6))
GitHub Action workflow link

deps(go): bump module github.com/auth0/go-jwt-middleware/v2

clean: go mod tidy

ran shell command "go mod tidy"

deps(go): bump module github.com/auth0/go-jwt-middleware/v2 to v2.1.0

go.mod updated Module path "github.com/auth0/go-jwt-middleware/v2" version from "v2.2.1" to "v2.1.0"

v2.1.0
Changelog retrieved from:
	https://github.com/auth0/go-jwt-middleware/releases/tag/v2.1.0
### Added

* Allow setting a custom `http.Client` on the `jwks.Provider` ([#151](https://github.com/auth0/go-jwt-middleware/pull/146))
* Add example tests ([#157](https://github.com/auth0/go-jwt-middleware/pull/157))
* Add example for the `gin` web framework ([#175](https://github.com/auth0/go-jwt-middleware/pull/175))

### Fixed

* Fix `CookieTokenExtractor` to not throw error when no cookie present ([#172](https://github.com/auth0/go-jwt-middleware/pull/172))
* Fix panic threat when using type-cast for `customClaims` in `validator` ([#165](https://github.com/auth0/go-jwt-middleware/pull/165))
* Fix authentication error when setting multiple audiences on `validator` ([#176](https://github.com/auth0/go-jwt-middleware/pull/176)) 
v2.2.1
Changelog retrieved from:
	https://github.com/auth0/go-jwt-middleware/releases/tag/v2.2.1

**Security**
- Bump golang.org/x/crypto from 0.4.0 to 0.17.0 [\#234](https://github.com/auth0/go-jwt-middleware/pull/234) ([dependabot[bot]](https://github.com/apps/dependabot))
- Bump gopkg.in/go-jose/go-jose.v2 from 2.6.1 to 2.6.2 [\#229](https://github.com/auth0/go-jwt-middleware/pull/229) ([dependabot[bot]](https://github.com/apps/dependabot))
GitHub Action workflow link

deps(go): bump module github.com/golang-migrate/migrate/v4

clean: go mod tidy

ran shell command "go mod tidy"

deps(go): bump module github.com/golang-migrate/migrate/v4 to v4.16.2

go.mod updated Module path "github.com/golang-migrate/migrate/v4" version from "v4.17.0" to "v4.16.2"

v4.16.2
Changelog retrieved from:
	https://github.com/golang-migrate/migrate/releases/tag/v4.16.2
## Changelog
* 383386b Bump github.com/snowflakedb/gosnowflake from 1.6.3 to 1.6.19
* 315a205 Update Dockerfiles

v4.17.0
Changelog retrieved from:
	https://github.com/golang-migrate/migrate/releases/tag/v4.17.0
## Changelog
* cf03803 Add rqlite 8.0.0 to tested database versions
* 12968a7 Add syntax highlighting to Postgres example
* 50112e7 Add to clickhouse README.md database creation
* 5ded96d Bump golang.org/x/crypto from 0.14.0 to 0.17.0
* c3ebd52 Bump google.golang.org/grpc from 1.55.0 to 1.56.3
* 5026488 Clean up require directive grouping
* 3b02b18 Correct a spelling mistake
* cd17c5a Drop support for Go 1.19 and add support for Go 1.21
* 839421e Leverage quoteIdentifier from pgx
* bad30b5 Mention migradaptor
* fb22436 Merge remote-tracking branch 'origin/master' into upgrade-spanner
* bfedabb Merge remote-tracking branch 'upstream/master'
* 92dec35 Move supported go version to standard place
* 4078ef8 New release prep
* 9fe7383 Quote in drop as well
* 691f687 Reformat ScyllaDB/Cassandra docs
* 90a3ac4 Remove cluster adaptation for tables to pass tests
* 64755d0 Update README.md
* f2c4b52 Update aws-sdk-go from v1.44.301 to v1.49.6
* 876a13d Update aws-sdk-go to adress vulerabilitiy
* b567287 Update from alpine 3.18 to 3.19
* f2e0b33 Update lib/pq to fix cert permissions issues
* 208ac53 Update spanner to fix security issue See also: https://github.com/golang-migrate/migrate/pull/952
* 72957b6 Updated version of spanner to support sequences and generate uuid
* 7d03609 add 8.11 and 8.12 versions and remove debug logging
* 7a72550 add tests for scylladb. add scylladb to docs
* 90273fe clickhouse: Quote db name in ensureVersionTable
* 5163ac7 feature: add rqlite support
* ee8a8e5 fix: typo
* f8afa5a small changes to retry failed by timeout CI
* 669437c update rqlite 8 container version to 8.0.6

GitHub Action workflow link
Updatecli logo

Created automatically by Updatecli

Options:

Most of Updatecli configuration is done via its manifest(s).

  • If you close this pull request, Updatecli will automatically reopen it, the next time it runs.
  • If you close this pull request and delete the base branch, Updatecli will automatically recreate it, erasing all previous commits made.

Feel free to report any issues at github.com/updatecli/updatecli.
If you find this tool useful, do not hesitate to star our GitHub repository as a sign of appreciation, and/or to tell us directly on our chat!

updatecli added 2 commits March 27, 2024 12:39
Made with ❤️️ by updatecli
@updateclibot updateclibot bot added the dependencies Pull requests that update a dependency file label Mar 27, 2024
updatecli added 14 commits March 27, 2024 12:39
Made with ❤️️ by updatecli
Made with ❤️️ by updatecli
Made with ❤️️ by updatecli
Made with ❤️️ by updatecli
Made with ❤️️ by updatecli
Made with ❤️️ by updatecli
Made with ❤️️ by updatecli
@updateclibot updateclibot bot changed the title deps(golang): Bump Minor version for Golang module deps: bump patch version for Golang module Mar 27, 2024
updatecli added 12 commits March 27, 2024 12:39
Made with ❤️️ by updatecli
Made with ❤️️ by updatecli
Made with ❤️️ by updatecli
Made with ❤️️ by updatecli
Made with ❤️️ by updatecli
Made with ❤️️ by updatecli
updatecli added 3 commits March 27, 2024 14:13
Made with ❤️️ by updatecli
Made with ❤️️ by updatecli
@updateclibot updateclibot bot changed the title deps(golang): Bump Minor version for Golang module deps: bump patch version for Golang module Mar 27, 2024
updatecli added 8 commits March 27, 2024 14:14
Made with ❤️️ by updatecli
Made with ❤️️ by updatecli
Made with ❤️️ by updatecli
Made with ❤️️ by updatecli
@updateclibot updateclibot bot changed the title deps: bump patch version for Golang module deps(golang): Bump Minor version for Golang module Mar 27, 2024
updatecli added 8 commits March 27, 2024 15:14
Made with ❤️️ by updatecli
Made with ❤️️ by updatecli
Made with ❤️️ by updatecli
Made with ❤️️ by updatecli
@updateclibot updateclibot bot changed the title deps(golang): Bump Minor version for Golang module deps: bump patch version for Golang module Mar 27, 2024
updatecli added 6 commits March 27, 2024 15:15
Made with ❤️️ by updatecli
Made with ❤️️ by updatecli
Made with ❤️️ by updatecli
@olblak olblak closed this Mar 27, 2024
@olblak olblak deleted the updatecli_main_golang_autodiscovery branch March 27, 2024 15:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant