Skip to content

Bump github.com/tektoncd/hub from 1.7.0 to 1.7.3#1597

Merged
tekton-robot merged 1 commit into
mainfrom
dependabot/go_modules/github.com/tektoncd/hub-1.7.3
Jun 9, 2022
Merged

Bump github.com/tektoncd/hub from 1.7.0 to 1.7.3#1597
tekton-robot merged 1 commit into
mainfrom
dependabot/go_modules/github.com/tektoncd/hub-1.7.3

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Jun 9, 2022

Bumps github.com/tektoncd/hub from 1.7.0 to 1.7.3.

Release notes

Sourced from github.com/tektoncd/hub's releases.

v1.7.3

Hub v1.7.3 🎉

This minor release splits the nginx.conf by separating locations directive so that it works with images like registry.access.redhat.com/ubi8/nginx-120 where the nginx.conf is present and only locations directive is required

ChangeLog 🗒️

Misc 🔨

  • Split the nginx.conf by separating locations directive #493

Thanks ❤️ 🤗

v1.7.2

Hub v1.7.2 🎉

This release adds GOMAXPROCS to support k8s CPU quota, adds resource requests and limits for db, api and ui. This release also redirects all the preview api's to /v1

ChangeLog 🗒️

API ✨

  • Add GOMAXPROCS to support CPU quota #402
  • Adds resource requests and limits for api, db and ui #403
  • Redirects preview API's to /v1 #435

Thanks ❤️ 🤗

v1.7.1

Hub v1.7.1 🎉

This release updates the clone path for catalog. For /resources api it adds a redirection to v1/resources and also revert the /resource/{id}/versiosn api to support backward compatibility .

ChangeLog 🗒️

API ✨

  • Redirects /resources api to /v1/resources #398
  • Revert /resource/{id}/versions api #397

Misc 🔨

  • Change catalog default clone path and update docs #396

... (truncated)

Commits
  • 1860118 Split the nginx.conf by separating locations directive
  • d642931 Adds design and implementation to redirect preview Query to v1
  • 0e71f32 Adds design and implementation to redirect preview ByResourceID to v1
  • 3a3cb94 Adds design and implementation to redirect preview ByCatalogKindName to v1
  • 05ab451 Adds design and implementation to redirect preview ByVersionID to v1
  • f806fd7 Adds design and implementation to redirect preview ByCatalogKindNameVersion t...
  • 817e690 Adds design and implementation to redirect preview VersionsByID to v1
  • 2e5513c Adds resource requests and limits for api, db and ui
  • 7a50b3d Add GOMAXPROCS to support k8s CPU quota
  • ee7e839 Revert /resource/{id}/versions api
  • Additional commits viewable in compare view

Dependabot compatibility score

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)

Bumps [github.com/tektoncd/hub](https://github.com/tektoncd/hub) from 1.7.0 to 1.7.3.
- [Release notes](https://github.com/tektoncd/hub/releases)
- [Commits](tektoncd/hub@v1.7.0...v1.7.3)

---
updated-dependencies:
- dependency-name: github.com/tektoncd/hub
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Used by dependabot - identifies all PRs created by dependabot ok-to-test Indicates a non-member PR verified by an org member that is safe to test. labels Jun 9, 2022
@tekton-robot
Copy link
Copy Markdown
Contributor

@dependabot[bot]: Adding the "do-not-merge/release-note-label-needed" label because no release-note block was detected, please follow our release note process to remove it.

Details

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@tekton-robot tekton-robot added do-not-merge/release-note-label-needed Indicates that a PR should not merge because it's missing one of the release note labels. needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. size/M Denotes a PR that changes 30-99 lines, ignoring generated files. labels Jun 9, 2022
@tekton-robot
Copy link
Copy Markdown
Contributor

Hi @dependabot[bot]. Thanks for your PR.

I'm waiting for a tektoncd member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

Details

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@vdemeester
Copy link
Copy Markdown
Member

/ok-to-test

Seems like just setting the label.. doesn't work 😹

@tekton-robot tekton-robot removed the needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. label Jun 9, 2022
@vdemeester
Copy link
Copy Markdown
Member

/release-note-none
/approve

@tekton-robot tekton-robot added release-note-none Denotes a PR that doesnt merit a release note. approved Indicates a PR has been approved by an approver from all required OWNERS files. and removed do-not-merge/release-note-label-needed Indicates that a PR should not merge because it's missing one of the release note labels. labels Jun 9, 2022
@piyush-garg
Copy link
Copy Markdown
Contributor

/lgtm

@tekton-robot tekton-robot added the lgtm Indicates that a PR is ready to be merged. label Jun 9, 2022
Copy link
Copy Markdown
Contributor

@pradeepitm12 pradeepitm12 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm

@tekton-robot
Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: pradeepitm12, vdemeester

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:
  • OWNERS [pradeepitm12,vdemeester]

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@vdemeester
Copy link
Copy Markdown
Member

/retest

1 similar comment
@vdemeester
Copy link
Copy Markdown
Member

/retest

@tekton-robot tekton-robot merged commit beecec4 into main Jun 9, 2022
@dependabot dependabot Bot deleted the dependabot/go_modules/github.com/tektoncd/hub-1.7.3 branch June 9, 2022 16:46
vinamra28 added a commit that referenced this pull request Jul 21, 2022
#1591 | [dependabot[bot]] Bump github.com/docker/docker | 2022/06/08-18:45
#1584 | [dependabot[bot]] Bump google.golang.org/grpc from 1.46.0 to 1.47.0 | 2022/06/08-22:48
#1585 | [dependabot[bot]] Bump github.com/ktr0731/go-fuzzyfinder from 0.2.0 to 0.6.0 | 2022/06/08-22:48
#1581 | [dependabot[bot]] Bump github.com/jonboulle/clockwork from 0.2.2 to 0.3.0 | 2022/06/09-06:56
#1594 | [Piyush Garg] Fix the dependabot error | 2022/06/09-09:44
#1583 | [dependabot[bot]] Bump github.com/hashicorp/vault/sdk from 0.3.0 to 0.5.0 | 2022/06/09-10:05
#1596 | [dependabot[bot]] Bump github.com/hashicorp/go-plugin from 1.4.3 to 1.4.4 | 2022/06/09-13:04
#1599 | [dependabot[bot]] Bump github.com/hashicorp/go-version from 1.4.0 to 1.5.0 | 2022/06/09-15:40
#1597 | [dependabot[bot]] Bump github.com/tektoncd/hub from 1.7.0 to 1.7.3 | 2022/06/09-17:46
#1598 | [dependabot[bot]] Bump github.com/hashicorp/go-hclog from 1.2.0 to 1.2.1 | 2022/06/10-12:26
null | [Daniel Helfand] update chocolatey package to 0.24.0 | 2022/06/14-06:22
null | [Daniel Helfand] update README for 0.24.0 | 2022/06/14-07:16
null | [dependabot[bot]] Bump github.com/armon/go-metrics from 0.3.11 to 0.4.0 | 2022/06/14-07:32
null | [dependabot[bot]] Bump github.com/hashicorp/go-secure-stdlib/parseutil from 0.1.5 to 0.1.6 | 2022/06/14-08:51
null | [dependabot[bot]] Bump gotest.tools/v3 from 3.1.0 to 3.2.0 | 2022/06/15-12:38
null | [Piyush Garg] Fix golint warnings | 2022/06/15-12:38
null | [Chmouel Boudjnah] Use binary for building rpms | 2022/06/16-08:39
null | [dependabot[bot]] Bump github.com/hashicorp/vault/sdk from 0.5.0 to 0.5.2 | 2022/06/20-08:52
null | [dependabot[bot]] Bump github.com/docker/cli | 2022/06/20-09:14
null | [Vincent Demeester] Remove the condition subcommand. | 2022/06/24-17:43
null | [Andrew Bayer] Add function comments to pkg/actions, tweaks to Makefile and linting | 2022/06/27-08:35
null | [dependabot[bot]] Bump github.com/tektoncd/triggers from 0.20.0 to 0.20.1 | 2022/06/29-04:43
null | [Andrew Bayer] Fix a few tests which failed when run individually | 2022/06/29-07:52
null | [Andrew Bayer] Upgrade AlecAivazais/survey to v2.3.5 | 2022/06/29-09:26
null | [Andrew Bayer] Fix eventlistener e2e tests broken due to upgrading Triggers to v0.20.1 | 2022/07/01-05:26
null | [Chmouel Boudjnah] Remove conditions from README | 2022/07/01-06:36
null | [dependabot[bot]] Bump gotest.tools/v3 from 3.2.0 to 3.3.0 | 2022/07/01-08:08
null | [Chmouel Boudjnah] [Packaging] Force building debian package as gzip | 2022/07/01-08:37
null | [Andrew Bayer] Add support for Pipeline minimal embedded status | 2022/07/01-14:15
null | [dependabot[bot]] Bump github.com/docker/docker | 2022/07/02-09:49
null | [dependabot[bot]] Bump github.com/spf13/cobra from 1.4.0 to 1.5.0 | 2022/07/02-12:49
null | [dependabot[bot]] Bump github.com/tektoncd/hub from 1.7.3 to 1.8.0 | 2022/07/04-14:51
null | [Piyush Garg] Bump cloud.google.com/go dependency | 2022/07/04-14:51
null | [dependabot[bot]] Bump github.com/creack/pty from 1.1.17 to 1.1.18 | 2022/07/04-16:39
null | [dependabot[bot]] Bump github.com/hashicorp/go-version from 1.5.0 to 1.6.0 | 2022/07/04-17:37
null | [Vincent Demeester] Remove the rest of reference to Conditions 🥸 | 2022/07/05-10:43
null | [Vincent Demeester] Bump tektoncd/pipeline to 0.37.1 and chains to 0.10.0 | 2022/07/05-11:03
null | [Vincent Demeester] Adapt code and test to pipeline 0.37 | 2022/07/05-11:03
null | [vinamra28] Show timeouts in PipelineRun describe cmd | 2022/07/07-09:57
null | [dependabot[bot]] Bump github.com/tektoncd/pipeline from 0.37.1 to 0.37.2 | 2022/07/11-15:57
null | [Zhu Sheng Li] Display annotations for describe command | 2022/07/13-08:47
null | [dependabot[bot]] Bump google.golang.org/grpc from 1.47.0 to 1.48.0 | 2022/07/15-08:47
null | [David Bendory] Switch to prefered quilt packaging. | 2022/07/15-10:13
null | [dependabot[bot]] Bump github.com/hashicorp/vault/sdk from 0.5.2 to 0.5.3 | 2022/07/20-08:55
null | [vinamra28] Add different timeout flags for Pipeline start cmd | 2022/07/20-10:41

Signed-off-by: vinamra28 <jvinamra776@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. dependencies Used by dependabot - identifies all PRs created by dependabot lgtm Indicates that a PR is ready to be merged. ok-to-test Indicates a non-member PR verified by an org member that is safe to test. release-note-none Denotes a PR that doesnt merit a release note. size/M Denotes a PR that changes 30-99 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants