build(deps): bump golang.org/x/oauth2 from 0.25.0 to 0.26.0#83
Merged
anmolnagpal merged 1 commit intomasterfrom Feb 5, 2025
Merged
Conversation
Bumps [golang.org/x/oauth2](https://github.com/golang/oauth2) from 0.25.0 to 0.26.0. - [Commits](golang/oauth2@v0.25.0...v0.26.0) --- updated-dependencies: - dependency-name: golang.org/x/oauth2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
VishwajitNagulkar
added a commit
that referenced
this pull request
Feb 6, 2025
Bumps [golang.org/x/oauth2](https://github.com/golang/oauth2) from 0.25.0 to 0.26.0. - [Commits](golang/oauth2@v0.25.0...v0.26.0) --- updated-dependencies: - dependency-name: golang.org/x/oauth2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
VishwajitNagulkar
added a commit
that referenced
this pull request
Feb 6, 2025
* refactored: fixes ecr push , removed scan , formatted * feat: added docker build, remove, tag tests * updated deps * refactor: exported getTerraform to test pkg * feat: test for terraform apply * feat: test for terraform init * feat: test for terraform validate * refactor: cleaned deps * refactor: added lock, var and var file flags * refactor: added lock flags * refactor: added recursive flags * feat: added grpah cmd * refactor: added upgrade flag * refactor: added var, varfile flags * refactor: added var, varfiles, lock flags * feat: added refresh cmd * feat: added state cmd * refactor: adjusted variables according to changes in cmnds * refactor: added support for varfiles, variables and lock values * refactor: added support for varfiles, variables and lock values * refactor: added support for recursive flags and enhanced loggings * feat: added graph cmd function * feat: added refresh cmd function * feat: added state list cmd function * refactor: added support for variables flags and lock values * refactor: added support for upgrade flag * refactor: enhanced loggings and added flags * refactor: changes tests according to the updates in the fuunction * refactor: updated deps * feature: added third party installation * feat: repo subcommand * feat: repo add cmd * feat: repo update cmd * feature: added third party charts installation feature * refactor: updated according to changes in install cmd * feat: added repo add fn * feat: added repo updated fn * refactor: cleaned up * refactor: updated changes for install cmd * fix: fixed docker installation issue in macos (#79) * feat: added terraform setup step * feat: added docker installation step * feat: added conditional param * feat: added trigger * update: update code for install docker on macos * add : tf version and condition for install only on macos --------- Co-authored-by: rakeshclouddevops <rakeshgangwar.clouddrove.com> * fix: remove qemu for windows (#80) * fix: remove qemu for windows * fix: remove qemu for windows * feat: test windows build * feat: test macos build * fix: change the version of terraform * fix: change the version of terraform * fix: test tf only for windows * feat: added shell config * fix: test tf only for windows * fix: test tf only for macos * fix: test tf only for macos * fix: test tf only for ubuntu * update: change the code for pr --------- Co-authored-by: rakeshclouddevops <rakeshgangwar.clouddrove.com> Co-authored-by: Vishwajit Nagulkar <119565952+VishwajitNagulkar@users.noreply.github.com> * update: increased scope of local fns * feat: added install test * cleaned deps * fixed mod file and sum entries * updated validate * test: temporarily disabled test. * build(deps): bump golang.org/x/oauth2 from 0.25.0 to 0.26.0 (#83) (#86) Bumps [golang.org/x/oauth2](https://github.com/golang/oauth2) from 0.25.0 to 0.26.0. - [Commits](golang/oauth2@v0.25.0...v0.26.0) --- updated-dependencies: - dependency-name: golang.org/x/oauth2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Vishwajit Nagulkar <119565952+VishwajitNagulkar@users.noreply.github.com> Co-authored-by: rakeshclouddevops <rakesh.gangwar@clouddrove.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bharadwajshivam28
pushed a commit
that referenced
this pull request
Mar 7, 2025
Bumps [golang.org/x/oauth2](https://github.com/golang/oauth2) from 0.25.0 to 0.26.0. - [Commits](golang/oauth2@v0.25.0...v0.26.0) --- updated-dependencies: - dependency-name: golang.org/x/oauth2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bharadwajshivam28
pushed a commit
that referenced
this pull request
Mar 7, 2025
* refactored: fixes ecr push , removed scan , formatted * feat: added docker build, remove, tag tests * updated deps * refactor: exported getTerraform to test pkg * feat: test for terraform apply * feat: test for terraform init * feat: test for terraform validate * refactor: cleaned deps * refactor: added lock, var and var file flags * refactor: added lock flags * refactor: added recursive flags * feat: added grpah cmd * refactor: added upgrade flag * refactor: added var, varfile flags * refactor: added var, varfiles, lock flags * feat: added refresh cmd * feat: added state cmd * refactor: adjusted variables according to changes in cmnds * refactor: added support for varfiles, variables and lock values * refactor: added support for varfiles, variables and lock values * refactor: added support for recursive flags and enhanced loggings * feat: added graph cmd function * feat: added refresh cmd function * feat: added state list cmd function * refactor: added support for variables flags and lock values * refactor: added support for upgrade flag * refactor: enhanced loggings and added flags * refactor: changes tests according to the updates in the fuunction * refactor: updated deps * feature: added third party installation * feat: repo subcommand * feat: repo add cmd * feat: repo update cmd * feature: added third party charts installation feature * refactor: updated according to changes in install cmd * feat: added repo add fn * feat: added repo updated fn * refactor: cleaned up * refactor: updated changes for install cmd * fix: fixed docker installation issue in macos (#79) * feat: added terraform setup step * feat: added docker installation step * feat: added conditional param * feat: added trigger * update: update code for install docker on macos * add : tf version and condition for install only on macos --------- Co-authored-by: rakeshclouddevops <rakeshgangwar.clouddrove.com> * fix: remove qemu for windows (#80) * fix: remove qemu for windows * fix: remove qemu for windows * feat: test windows build * feat: test macos build * fix: change the version of terraform * fix: change the version of terraform * fix: test tf only for windows * feat: added shell config * fix: test tf only for windows * fix: test tf only for macos * fix: test tf only for macos * fix: test tf only for ubuntu * update: change the code for pr --------- Co-authored-by: rakeshclouddevops <rakeshgangwar.clouddrove.com> Co-authored-by: Vishwajit Nagulkar <119565952+VishwajitNagulkar@users.noreply.github.com> * update: increased scope of local fns * feat: added install test * cleaned deps * fixed mod file and sum entries * updated validate * test: temporarily disabled test. * build(deps): bump golang.org/x/oauth2 from 0.25.0 to 0.26.0 (#83) (#86) Bumps [golang.org/x/oauth2](https://github.com/golang/oauth2) from 0.25.0 to 0.26.0. - [Commits](golang/oauth2@v0.25.0...v0.26.0) --- updated-dependencies: - dependency-name: golang.org/x/oauth2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Vishwajit Nagulkar <119565952+VishwajitNagulkar@users.noreply.github.com> Co-authored-by: rakeshclouddevops <rakesh.gangwar@clouddrove.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps golang.org/x/oauth2 from 0.25.0 to 0.26.0.
Commits
b9c813bgoogle: add warning about externally-provided credentialsDependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)