GitHub
10/03/2023, 2:09 AMRelease 1.53.0
API Changes
• balancer: support injection of per-call metadata from LB policies (#5853)
• resolver: remove deprecated fieldand replace withresolver.Target.Endpoint
(#5852)resolver.Target.Endpoint()
• Special Thanks: `@kylejb`
New Features
• xds/ringhash: introduceenvironment variable to override the maximum ring size. (#5884)GRPC_RING_HASH_CAP
• rls: propagate headers received in RLS response to backends (#5883)
Bug Fixes
• transport: drain client transport when streamID approaches MaxStreamID (#5889)
• server: after GracefulStop, ensure connections are closed when final RPC completes (#5968)
• server: fix a few issues where grpc server uses RST_STREAM for non-HTTP/2 errors (#5893)
• xdsclient: fix race which can happen when multiple load reporting calls are made at the same time. (#5927)
• rls: fix a data race involving the LRU cache (#5925)
• xds: fix panic involving double close of channel in xDS transport (#5959)
• gcp/observability: update method name validation (#5951)
Documentation
• credentials/oauth: markas deprecated (#5882)NewOauthAccess
• Special Thanks: `@buzzsurfr`
Release 1.52.3
Bug Fixes
• Fix user-agent version
Release 1.52.2
Bug Fixes
• xds: fix panic involving double close of channel in xDS transport (#5959)
Release 1.52.1
Bug Fixes
• grpclb: rename grpclbstate package back to state (#5963)
Release 1.52.0
New Features
• xdsclient: log node ID with verbosity INFO (#5860)
• ringhash: impose cap onto reduce possibility of OOMs (#5801)max_ring_size
Behavior Changes... (truncated) Commits • `dba26e1` Change version to 1.53.0 (#5983) • `2a1e934` server: after GracefulStop, ensure connections are closed when final RPC comp... • `e2d69aa` tests: fix spelling of variable (#5966) • `a6376c9` xds/resolver: cleanup tests to use real xDS client 3/n (#5953) • `bf8fc46` xds/resolver: cleanup tests to use real xDS client 5/n (#5955) • `3930549` resolver: replace resolver.Target.Endpoint field with Endpoint() method (#5852) • `894816c` grpclb: rename
grpclbstate
package back to state
(#5962)
• `e5a0237` encoding: fix duplicate compressor names (#5958)
• `4adb2a7` xds/resolver: cleanup tests to use real xDS client 2/n (#5952)
• `52a8392` gcp/observability: update method name validation (#5951)
• Additional commits viewable in compare view
Dependabot compatibility score
You can trigger a rebase of this PR 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)
You can disable automated security fix PRs for this repo from the Security Alerts page.
Note > Automatic rebases have been disabled on this pull request as it has been open for over 30 days.flyteorg/flyte GitHub Actions: Build & Push Image GitHub Actions: Bump git tags GitHub Actions: Integration Test GitHub Actions: Unit Tests GitHub Actions: Check Go Generate GitHub Actions: Lint GitHub Actions: Docker Build Images (flytepropeller) / build_docker GitHub Actions: Docker Build Images (flytecopilot) / build_docker GitHub Actions: compile GitHub Actions: Docker Build Images (flyteadmin) / build_docker GitHub Actions: publish-development-helm-chart (flyteagent) GitHub Actions: generate_kustomize GitHub Actions: Docker Build Images (datacatalog) / build_docker GitHub Actions: publish-development-helm-chart (flyte-core) GitHub Actions: generate_helm GitHub Actions: unpack-envvars GitHub Actions: publish-development-helm-chart (flyte-binary) GitHub Actions: docs GitHub Actions: Check for spelling errors ✅ 2 other checks have passed 2/21 successful checks
GitHub
10/03/2023, 2:09 AMRelease 1.53.0
API Changes
• balancer: support injection of per-call metadata from LB policies (#5853)
• resolver: remove deprecated fieldand replace withresolver.Target.Endpoint
(#5852)resolver.Target.Endpoint()
• Special Thanks: `@kylejb`
New Features
• xds/ringhash: introduceenvironment variable to override the maximum ring size. (#5884)GRPC_RING_HASH_CAP
• rls: propagate headers received in RLS response to backends (#5883)
Bug Fixes
• transport: drain client transport when streamID approaches MaxStreamID (#5889)
• server: after GracefulStop, ensure connections are closed when final RPC completes (#5968)
• server: fix a few issues where grpc server uses RST_STREAM for non-HTTP/2 errors (#5893)
• xdsclient: fix race which can happen when multiple load reporting calls are made at the same time. (#5927)
• rls: fix a data race involving the LRU cache (#5925)
• xds: fix panic involving double close of channel in xDS transport (#5959)
• gcp/observability: update method name validation (#5951)
Documentation
• credentials/oauth: markas deprecated (#5882)NewOauthAccess
• Special Thanks: `@buzzsurfr`
Release 1.52.3
Bug Fixes
• Fix user-agent version
Release 1.52.2
Bug Fixes
• xds: fix panic involving double close of channel in xDS transport (#5959)
Release 1.52.1
Bug Fixes
• grpclb: rename grpclbstate package back to state (#5963)
Release 1.52.0
New Features
• xdsclient: log node ID with verbosity INFO (#5860)
• ringhash: impose cap onto reduce possibility of OOMs (#5801)max_ring_size
Behavior Changes... (truncated) Commits • `dba26e1` Change version to 1.53.0 (#5983) • `2a1e934` server: after GracefulStop, ensure connections are closed when final RPC comp... • `e2d69aa` tests: fix spelling of variable (#5966) • `a6376c9` xds/resolver: cleanup tests to use real xDS client 3/n (#5953) • `bf8fc46` xds/resolver: cleanup tests to use real xDS client 5/n (#5955) • `3930549` resolver: replace resolver.Target.Endpoint field with Endpoint() method (#5852) • `894816c` grpclb: rename
grpclbstate
package back to state
(#5962)
• `e5a0237` encoding: fix duplicate compressor names (#5958)
• `4adb2a7` xds/resolver: cleanup tests to use real xDS client 2/n (#5952)
• `52a8392` gcp/observability: update method name validation (#5951)
• Additional commits viewable in compare view
Dependabot compatibility score
You can trigger a rebase of this PR 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)
You can disable automated security fix PRs for this repo from the Security Alerts page.
Note > Automatic rebases have been disabled on this pull request as it has been open for over 30 days.flyteorg/flyteadmin GitHub Actions: Build & Push Flytescheduler Image GitHub Actions: Build & Push Flyteadmin Image GitHub Actions: Goreleaser GitHub Actions: Bump Version ✅ 8 other checks have passed 8/12 successful checks
GitHub
10/03/2023, 2:09 AMSNS
2. SNS push the event to SQS
3. FlyteAdmin webhook processor pulls the event from SQS
4. Parse the event, and then render the payload template ({{ name }} succeeded)
5. Send the event to external service by calling the webhook endpoint
Type
☐ Bug Fix
☑︎ Feature
☐ Plugin
Are all requirements met?
☐ Code completed
☐ Smoke tested
☐ Unit tests added
☐ Code documentation added
☐ Any pending items have an associated Issue
Complete description
webhook config
externalEvents:
enable: true
type: "aws"
aws:
region: "us-west-2"
eventsPublisher:
topicName: "arn:aws:sns:us-west-2:590375264460:webhook"
eventTypes:
- all
webhooknotifications:
aws:
region: "us-west-2"
webhooks:
name: slack
url: <https://hooks.slack.com/services/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>
payload: "{{ name }} succeeded"
processor:
queueName: webhook
accountId: "590375264460"
Tracking Issue
#2317
Follow-up issue
NA
flyteorg/flyte
GitHub Actions: publish-development-helm-chart (flyteagent)
GitHub Actions: generate_kustomize
GitHub Actions: Docker Build Images (datacatalog) / build_docker
GitHub Actions: publish-development-helm-chart (flyte-core)
GitHub Actions: generate_helm
GitHub Actions: unpack-envvars
GitHub Actions: compile
GitHub Actions: publish-development-helm-chart (flyte-binary)
GitHub Actions: docs
GitHub Actions: Check for spelling errors
✅ 2 other checks have passed
2/12 successful checksGitHub
10/03/2023, 2:09 AMSNS
2. SNS push the event to SQS
3. FlyteAdmin webhook processor pulls the event from SQS
4. Parse the event, and then render the payload template ({{ name }} succeeded)
5. Send the event to external service by calling the webhook endpoint
Type
☐ Bug Fix
☑︎ Feature
☐ Plugin
Are all requirements met?
☐ Code completed
☐ Smoke tested
☐ Unit tests added
☐ Code documentation added
☐ Any pending items have an associated Issue
Complete description
webhook config
externalEvents:
enable: true
type: "aws"
aws:
region: "us-west-2"
eventsPublisher:
topicName: "arn:aws:sns:us-west-2:590375264460:webhook"
eventTypes:
- all
webhooknotifications:
aws:
region: "us-west-2"
webhooks:
name: slack
url: <https://hooks.slack.com/services/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>
payload: "{{ name }} succeeded"
processor:
queueName: webhook
accountId: "590375264460"
Tracking Issue
flyteorg/flyte#2317
Follow-up issue
NA
flyteorg/flyteadmin
GitHub Actions: Goreleaser
GitHub Actions: Build & Push Flyteadmin Image
GitHub Actions: Build & Push Flytescheduler Image
GitHub Actions: Bump Version
GitHub Actions: End2End Test
GitHub Actions: Integration Test
GitHub Actions: Check Go Generate / Go Generate
GitHub Actions: Unit Tests / Run Unit Test
GitHub Actions: Lint / Run Lint
GitHub Actions: Docker Build Images / Build Docker Image
✅ 2 other checks have passed
2/12 successful checksGitHub
10/03/2023, 2:12 AMGitHub
10/03/2023, 2:12 AMGitHub
10/03/2023, 2:12 AMGitHub
10/03/2023, 2:13 AMGitHub
10/03/2023, 2:13 AMGitHub
10/03/2023, 2:13 AMGitHub
10/03/2023, 2:13 AMGitHub
10/03/2023, 2:13 AMGitHub
10/03/2023, 2:13 AMGitHub
10/03/2023, 2:13 AMignore-retry-cause
means that system and user failures are treated the same and default-max-attempts
sets a default number of retries for tasks.
Type
☐ Bug Fix
☑︎ Feature
☐ Plugin
Are all requirements met?
☑︎ Code completed
☑︎ Smoke tested
☑︎ Unit tests added
☐ Code documentation added
☐ Any pending items have an associated Issue
Complete description
^^^
Tracking Issue
NA
Follow-up issue
NA
flyteorg/flyte
GitHub Actions: Build & Push Image
GitHub Actions: Bump git tags
Codecov: 58.99% (-0.46%) compared to 4ee73f5
✅ 27 other checks have passed
27/30 successful checksGitHub
10/03/2023, 2:14 AMimport random
import typing
from flytekit import conditional, task, workflow
@task
def coin_toss(seed: int) -> typing.Optional[bool]:
r = random.Random(seed)
if r.random() < 0.5:
return True
return None
@task
def failed() -> int:
return -1
@task
def success() -> int:
return 0
@workflow
def wf(seed: int = 5) -> int:
result = coin_toss(seed=seed)
return conditional("test").if_(result.is_none()).then(success()).else_().then(failed())
if __name__ == '__main__':
wf()
image▾
GitHub
10/03/2023, 2:14 AMimport random
import typing
from flytekit import conditional, task, workflow
@task
def coin_toss(seed: int) -> typing.Optional[bool]:
r = random.Random(seed)
if r.random() < 0.5:
return True
return None
@task
def failed() -> int:
return -1
@task
def success() -> int:
return 0
@workflow
def wf(seed: int = 5) -> int:
result = coin_toss(seed=seed)
return conditional("test").if_(result.is_none()).then(success()).else_().then(failed())
if __name__ == '__main__':
wf()
image▾
GitHub
10/03/2023, 2:14 AMhandleNode
function in a separate go routine and then waiting on all evaluations before compiling overall workflow status.
Type
☐ Bug Fix
☑︎ Feature
☐ Plugin
Are all requirements met?
☐ Code completed
☐ Smoke tested
☐ Unit tests added
☐ Code documentation added
☐ Any pending items have an associated Issue
Complete description
^^^
Tracking Issue
fixes #3866
Follow-up issue
NA
flyteorg/flyte
GitHub Actions: Docker Build Images (flytepropeller) / build_docker
GitHub Actions: Docker Build Images (flyteadmin) / build_docker
GitHub Actions: generate_kustomize
GitHub Actions: publish-development-helm-chart (flyteagent)
GitHub Actions: Docker Build Images (datacatalog) / build_docker
GitHub Actions: generate_helm
GitHub Actions: publish-development-helm-chart (flyte-core)
GitHub Actions: unpack-envvars
GitHub Actions: docs
GitHub Actions: publish-development-helm-chart (flyte-binary)
GitHub Actions: compile
GitHub Actions: Check for spelling errors
✅ 2 other checks have passed
2/14 successful checksGitHub
10/03/2023, 2:14 AMhandleNode
function in a separate go routine and then waiting on all evaluations before compiling overall workflow status.
Type
☐ Bug Fix
☑︎ Feature
☐ Plugin
Are all requirements met?
☐ Code completed
☐ Smoke tested
☐ Unit tests added
☐ Code documentation added
☐ Any pending items have an associated Issue
Complete description
^^^
Tracking Issue
fixes flyteorg/flyte#3866
Follow-up issue
NA
flyteorg/flytepropeller
GitHub Actions: Goreleaser
GitHub Actions: Build & Push Flytepropeller Image
GitHub Actions: Bump Version
GitHub Actions: End2End Test / End to End tests
GitHub Actions: Check Go Generate / Go Generate
GitHub Actions: Unit Tests / Run Unit Test
GitHub Actions: Lint / Run Lint
✅ 6 other checks have passed
6/13 successful checksGitHub
10/03/2023, 2:17 AM1.11.1 / 2022-02-15
• [SECURITY FIX] promhttp: Check validity of method and code label values prometheus/client_golang#987 (Addressed `CVE-2022-21698`)
What's Changed
• promhttp: Check validity of method and code label values by `@bwplotka` and `@kakkoyun` in prometheus/client_golang#987
Full Changelog: prometheus/client_golang@v1.11.0...v1.11.1
v1.11.0 / 2021-06-07
• [CHANGE] Add new collectors package. #862
• [CHANGE]is deprecated, useprometheus.NewExpvarCollector
instead. #862collectors.NewExpvarCollector
• [CHANGE]is deprecated, useprometheus.NewGoCollector
instead. #862collectors.NewGoCollector
• [CHANGE]is deprecated, useprometheus.NewBuildInfoCollector
instead. #862collectors.NewBuildInfoCollector
• [FEATURE] Add new collector for database/sql#DBStats. #866
• [FEATURE] API client: Add exemplars API support. #861
• [ENHANCEMENT] API client: Add newer fields to Rules API. #855
• [ENHANCEMENT] API client: Add missing fields to Targets API. #856
What's Changed
• Synchronize common files from prometheus/prometheus by `@prombot` in prometheus/client_golang#846
• Synchronize common files from prometheus/prometheus by `@prombot` in prometheus/client_golang#849
• Synchronize common files from prometheus/prometheus by `@prombot` in prometheus/client_golang#853
• Add newer fields to Rules API by `@gouthamve` in prometheus/client_golang#855
• Add missing fields to targets API by `@yeya24` in prometheus/client_golang#856
• Synchronize common files from prometheus/prometheus by `@prombot` in prometheus/client_golang#857
• Add exemplars API support by `@yeya24` in prometheus/client_golang#861
• Improve description of MaxAge in summary docs by `@Dean-Coakley` in prometheus/client_golang#864
• Add new collectors package by `@johejo` in prometheus/client_golang#862
• Add collector for database/sql#DBStats by `@johejo` in prometheus/client_golang#866
• Make dbStatsCollector more DRY by `@beorn7` in prometheus/client_golang#867
• Change maintainers from `@beorn7` to @bwplotka/`@kakkoyun` by `@beorn7` in prometheus/client_golang#873
• Document implications of negative observations by `@beorn7` in prometheus/client_golang#871
• Update Go modules by `@SuperQ` in prometheus/client_golang#875
New Contributors
• `@gouthamve` made their first contribution in prometheus/client_golang#855
Full Changelog: prometheus/client_golang@v1.10.0...v1.11.0
1.10.0 / 2021-03-18
• [CHANGE] Minimum required Go version is now 1.13.
• [CHANGE] API client: Add matchers toandLabelNames
. #828LabesValues
• [FEATURE] API client: Add buildinfo call. #841
• [BUGFIX] Fix build on riscv64. #833
What's Changed
• Add SECURITY.md by `@roidelapluie` in prometheus/client_golang#831
• Bump prometheus/procfs to 0.3.0 to fix building on riscv64 by `@zhsj` in prometheus/client_golang#833
• Fix typo in comments in prometheus/client_golang#835... (truncated) Changelog _Sourced from github.com/prometheus/client_golang's changelog._
Unreleased
1.14.0 / 2022-11-08
• [FEATURE] Add Support for Native Histograms. #1150
• [CHANGE] Extendto implementprometheus.Registry
interface. #1103prometheus.Collector
1.13.1 / 2022-11-01
• [BUGFIX] Fix race condition with Exemplar in Counter. #1146
• [BUGFIX] Fixvalue ofCumulativeCount
bucket created from exemplar. #1148+Inf
• [BUGFIX] Fix double-counting bug in. #1118promhttp.InstrumentRoundTripperCounter
1.13.0 / 2022-08-05
• [CHANGE] Minimum required Go version is now 1.17 (we also test client_golang against new 1.19 version).
• [ENHANCEMENT] Addedflyteorg/datacatalog GitHub Actions: Build & Push Datacatalog Image GitHub Actions: Goreleaser GitHub Actions: Bump Version ✅ 8 other checks have passed 8/11 successful checksinterface forprometheus.TransactionalGatherer
use which allows using low allocation update techniques for custom colle…promhttp.Handler
GitHub
10/03/2023, 2:17 AM@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)
• @dependabot use these labels
will set the current labels as the default for future PRs for this repo and language
• @dependabot use these reviewers
will set the current reviewers as the default for future PRs for this repo and language
• @dependabot use these assignees
will set the current assignees as the default for future PRs for this repo and language
• @dependabot use this milestone
will set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the Security Alerts page.
flyteorg/datacatalog
GitHub Actions: Goreleaser
GitHub Actions: Build & Push Datacatalog Image
GitHub Actions: Bump Version
✅ 8 other checks have passed
8/11 successful checksGitHub
10/03/2023, 2:17 AM@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)
• @dependabot use these labels
will set the current labels as the default for future PRs for this repo and language
• @dependabot use these reviewers
will set the current reviewers as the default for future PRs for this repo and language
• @dependabot use these assignees
will set the current assignees as the default for future PRs for this repo and language
• @dependabot use this milestone
will set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the Security Alerts page.
flyteorg/datacatalog
GitHub Actions: Goreleaser
GitHub Actions: Build & Push Datacatalog Image
GitHub Actions: Bump Version
✅ 8 other checks have passed
8/11 successful checksGitHub
10/03/2023, 2:17 AM@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)
• @dependabot use these labels
will set the current labels as the default for future PRs for this repo and language
• @dependabot use these reviewers
will set the current reviewers as the default for future PRs for this repo and language
• @dependabot use these assignees
will set the current assignees as the default for future PRs for this repo and language
• @dependabot use this milestone
will set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the Security Alerts page.
flyteorg/datacatalog
GitHub Actions: Build & Push Datacatalog Image
GitHub Actions: Goreleaser
GitHub Actions: Bump Version
✅ 6 other checks have passed
6/9 successful checksGitHub
10/03/2023, 2:17 AM@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)
• @dependabot use these labels
will set the current labels as the default for future PRs for this repo and language
• @dependabot use these reviewers
will set the current reviewers as the default for future PRs for this repo and language
• @dependabot use these assignees
will set the current assignees as the default for future PRs for this repo and language
• @dependabot use this milestone
will set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the Security Alerts page.
flyteorg/datacatalog
GitHub Actions: Build & Push Datacatalog Image
GitHub Actions: Goreleaser
GitHub Actions: Bump Version
✅ 6 other checks have passed
6/9 successful checksGitHub
10/03/2023, 2:17 AM@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)
• @dependabot use these labels
will set the current labels as the default for future PRs for this repo and language
• @dependabot use these reviewers
will set the current reviewers as the default for future PRs for this repo and language
• @dependabot use these assignees
will set the current assignees as the default for future PRs for this repo and language
• @dependabot use this milestone
will set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the Security Alerts page.
flyteorg/datacatalog
GitHub Actions: Build & Push Datacatalog Image
GitHub Actions: Goreleaser
GitHub Actions: Bump Version
✅ 8 other checks have passed
8/11 successful checksGitHub
10/03/2023, 2:17 AM@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)
• @dependabot use these labels
will set the current labels as the default for future PRs for this repo and language
• @dependabot use these reviewers
will set the current reviewers as the default for future PRs for this repo and language
• @dependabot use these assignees
will set the current assignees as the default for future PRs for this repo and language
• @dependabot use this milestone
will set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the Security Alerts page.
flyteorg/datacatalog
GitHub Actions: Goreleaser
GitHub Actions: Build & Push Datacatalog Image
GitHub Actions: Bump Version
✅ 8 other checks have passed
8/11 successful checksGitHub
10/03/2023, 2:17 AM@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)
• @dependabot use these labels
will set the current labels as the default for future PRs for this repo and language
• @dependabot use these reviewers
will set the current reviewers as the default for future PRs for this repo and language
• @dependabot use these assignees
will set the current assignees as the default for future PRs for this repo and language
• @dependabot use this milestone
will set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the Security Alerts page.
flyteorg/datacatalog
GitHub Actions: Build & Push Datacatalog Image
GitHub Actions: Goreleaser
GitHub Actions: Bump Version
✅ 8 other checks have passed
8/11 successful checksGitHub
10/03/2023, 2:17 AM@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)
• @dependabot use these labels
will set the current labels as the default for future PRs for this repo and language
• @dependabot use these reviewers
will set the current reviewers as the default for future PRs for this repo and language
• @dependabot use these assignees
will set the current assignees as the default for future PRs for this repo and language
• @dependabot use this milestone
will set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the Security Alerts page.
flyteorg/datacatalog
GitHub Actions: Goreleaser
GitHub Actions: Build & Push Datacatalog Image
GitHub Actions: Bump Version
✅ 8 other checks have passed
8/11 successful checksGitHub
10/03/2023, 2:17 AMalpine:3.15
, as this image has only 0 known vulnerabilities. To do this, merge this pull request, then verify your application still works as expected.
Some of the most important vulnerabilities in your base image include:
* * *
Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open fix PRs.
For more information: https://camo.githubusercontent.com/e5e23d6527bbd238db349b510626e826bb68187ee2fdb97c0da47276a9e698a7/68747470733a2f2f6170692e7365676d656e742e696f2f76312f706978656c2f747261636b3f646174613d65794a33636d6c305a55746c65534936496e4a79576d785a634564485932527954485a7362306c596430645563566734576b4652546e4e434f5545774969776959573576626e6c746233567a535751694f694a68596a5a684e3255354e693033597a56694c54526a596a5974596d5a6b4e43316c4d574e6959324d355a4751355a6a63694c434a6c646d567564434936496c425349485a705a58646c5a434973496e42796233426c636e52705a584d694f6e736963484a4a5a434936496d46694e6d45335a546b324c54646a4e5749744e474e694e6931695a6d51304c57557859324a6a597a6c6b5a446c6d4e794a3966513d3d
🧐 View latest project report
🛠️ Adjust project settings
* * *
Learn how to fix vulnerabilities with free interactive lessons:
🦉 Learn about vulnerability in an interactive lesson of Snyk Learn.
flyteorg/datacatalog
GitHub Actions: Goreleaser
GitHub Actions: Build & Push Datacatalog Image
GitHub Actions: Bump Version
GitHub Actions: Lint / Run Lint
DCO: DCO
✅ 6 other checks have passed
6/11 successful checksGitHub
10/03/2023, 2:17 AMalpine:3.15
, as this image has only 0 known vulnerabilities. To do this, merge this pull request, then verify your application still works as expected.
* * *
Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open fix PRs.
For more information: https://camo.githubusercontent.com/748a3a8b3ec289b9fe3933f816d7536c46526573d4457db976c40fd68070ba2c/68747470733a2f2f6170692e7365676d656e742e696f2f76312f706978656c2f747261636b3f646174613d65794a33636d6c305a55746c65534936496e4a79576d785a634564485932527954485a7362306c596430645563566734576b4652546e4e434f5545774969776959573576626e6c746233567a535751694f6949785a6a41774d6a646b4d69316d5a5746694c5452685a6a4974596a51314d533077596a64685a444e684d6a55354e6d4d694c434a6c646d567564434936496c425349485a705a58646c5a434973496e42796233426c636e52705a584d694f6e736963484a4a5a434936496a466d4d4441794e3251794c575a6c595749744e47466d4d6931694e4455784c5442694e32466b4d3245794e546b3259794a3966513d3d
🧐 View latest project report
🛠️ Adjust project settings
* * *
Learn how to fix vulnerabilities with free interactive lessons:
🦉 Learn about vulnerability in an interactive lesson of Snyk Learn.
flyteorg/datacatalog
GitHub Actions: Build & Push Datacatalog Image
GitHub Actions: Goreleaser
GitHub Actions: Bump Version
GitHub Actions: Lint / Run Lint
DCO: DCO
✅ 6 other checks have passed
6/11 successful checksGitHub
10/03/2023, 2:17 AMalpine:3.15
, as this image has only 0 known vulnerabilities. To do this, merge this pull request, then verify your application still works as expected.
Some of the most important vulnerabilities in your base image include:
* * *
Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open fix PRs.
For more information: https://camo.githubusercontent.com/79bc6853faa05b6b3a87d68c9922636cc1e5cd97e3bea000ae10111fee403212/68747470733a2f2f6170692e7365676d656e742e696f2f76312f706978656c2f747261636b3f646174613d65794a33636d6c305a55746c65534936496e4a79576d785a634564485932527954485a7362306c596430645563566734576b4652546e4e434f5545774969776959573576626e6c746233567a535751694f69497759324d304f54686c4e6931694e5455784c5451774f44597459574a6d4e5330304d5759324d6d566a59575a68595451694c434a6c646d567564434936496c425349485a705a58646c5a434973496e42796233426c636e52705a584d694f6e736963484a4a5a434936496a426a597a51354f4755324c5749314e5445744e4441344e693168596d59314c5451785a6a59795a574e685a6d46684e434a3966513d3d
🧐 View latest project report
🛠️ Adjust project settings
* * *
Learn how to fix vulnerabilities with free interactive lessons:
🦉 Learn about vulnerability in an interactive lesson of Snyk Learn.
flyteorg/datacatalog
GitHub Actions: Build & Push Datacatalog Image
GitHub Actions: Goreleaser
GitHub Actions: Bump Version
GitHub Actions: Check Go Gennerate / Go Generate
GitHub Actions: Lint / Run Lint
GitHub Actions: Unit Tests / Run Unit Test
DCO: DCO
✅ 2 other checks have passed
2/9 successful checks