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

fix(deps): update module github.com/metal-toolbox/conditionorc to v1.1.7 - autoclosed #81

Closed

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jul 29, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/metal-toolbox/conditionorc v1.0.9-0.20240716090543-6e7e9300b375 -> v1.1.7 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

metal-toolbox/conditionorc (github.com/metal-toolbox/conditionorc)

v1.1.7

Compare Source

What's Changed

Full Changelog: metal-toolbox/conditionorc@v1.1.6...v1.2.0

v1.1.6

Compare Source

Changelog

  • caaead1 api/conditions/handlers: Condition to include TraceID, SpanID, Client ID attributes
  • 1c82a24 api/v1/conditions: update test method parameters
  • cd6cca5 go: pin rivets to current
  • 4b6c01e go: rivets pinned for SpanID, TraceID fields

v1.1.5

Compare Source

Changelog

  • 9f6e809 api/conditions: fixes incorrect firmware composition for oob installs
  • b147f20 api/conditions: update comment for clarity

v1.1.4

Compare Source

Changelog

  • 32d1b62 Remove Create function from nats store
  • 3ea17f0 api/v1/conditions: include firmwares for install
  • af22b4b go: update rivets dep

v1.1.3

Compare Source

Changelog

  • 5606b4d api/orc/routes: remove workerID check and purge unused statusValue publish params
  • fa739e7 api/orc/routes: taskKV purge stale task entry on create
  • fbb74cb api/v1/conditions: create firmware install composite based on firmware set
  • d6045f4 fleetdb: match on error and status code, update metric name
  • 8c96af8 fleetdb: provide method to query a firmware set by its identifier
  • 1502c72 fleetdb: update mocks
  • 88c0cf6 go: pin to rivets release
  • 37721ec go: pin to rivets with PxeBootPersistent serverControl action
  • b34585b minor logging fixes: fix debug logging of supported conditions

v1.1.2

Compare Source

Changelog

  • 21ff03a orchestrator/updates: fixes incorrect active condition lookup

v1.1.1

Compare Source

Changelog

  • 46a1a64 Publish condition to Jestream based on Condition kind
  • 76beced add an API to kick off validation (#​243)
  • 1041e26 api/conditions/routes: fix merge rebase changes
  • da1ca82 api/orc/routes: disable linter for test file
  • 04e2315 api/orc/routes: use created logger entry
  • e5a14bf api/v1/conditions: update client user agent, comments
  • ba499a8 api/v1/orc: Add API client methods and request helper methods
  • 9be677b api/v1/orc: Add handler to fetch a Condition from the Jetstream
  • b780c2e api/v1/orc: Add statusvalue KV publish handler
  • 39e0d00 api/v1/orc: Add tests on client Do() method
  • 0c6addb api/v1/orc: Add tests on client methods
  • 2b873d3 api/v1/orc: Client constructor returns Queryor interface
  • 951fcff api/v1/orc: Fetch pending Condition from KV instead of Jetstream
  • a4e780e api/v1/orc: Purge liveness endpoint handlers
  • 052ddc5 api/v1/orc: StatusKV interface - ControllerID is the ServerID for inband controllers
  • 3198c82 api/v1/orc: TaskQuery handler to use GetActiveCondition
  • 00dd238 api/v1/orc: Update handler tests for conditionGet
  • 95b4f22 api/v1/orc: Update route handler tests for ConditionPending endpoint
  • d3c17ad api/v1/orc: Updates client tests
  • 9530fa9 api/v1/orc: add liveness KV publish handler
  • fc038a2 api/v1/orc: add task KV publish, query handler
  • 9b19e5d api/v1/orc: client - mend tests for updated conditionStatusUpdate handler
  • 56cd278 api/v1/orc: client interface, implementation updated based on API changes
  • 985d463 api/v1/orc: conditionStatusUpdate handler to use GetActiveCondition()
  • d1e425e api/v1/orc: conditionStatusUpdate to return 404 on condition not found
  • 045ba86 api/v1/orc: conditionStatusUpdate() handler updated to remove controllerID references
  • cce2efa api/v1/orc: integration tests for livenessKV
  • 94f2223 api/v1/orc: integration tests for statusValueKV
  • 91434a0 api/v1/orc: integration tests for taskKV
  • 8fc5d98 api/v1/orc: reduce the required scope for the Orchestrator API routes
  • 9793626 api/v1/orc: remove controllerID references from taskKV interface methods
  • c1ce8fd api/v1/orc: removes conditionKind as a parameter for the condtionGet route
  • cb9c191 api/v1/orc: taskKV interface returns stale entry error
  • e231e65 api/v1/orc: taskPublish handler to return 404 on condition not found
  • f7157e4 api/v1/orc: taskQuery() handler changes
  • 472f6b6 api/v1/orc: update handler conditionPending() -> conditionGet()
  • 177b89b api/v1/orc: updated client mocks
  • 0dc1ebd api/v1: include acquire, release server conditions in composite
  • 8cd17d6 chore(deps): update anchore/sbom-action action to v0.17.0 (#​233)
  • 979a85f chore(deps): update anchore/scan-action action to v4 (#​234)
  • 1b787d0 client_auth_test: use go-jose/go-jose.v2
  • 470693e create or bind the task KV bucket (#​248)
  • b56efe6 fix(deps): update module github.com/metal-toolbox/fleetdb to v1.19.3 (#​224)
  • 9a97350 fix(deps): update module github.com/swaggo/files to v2 (#​246)
  • b1c018c fix(deps): update module golang.org/x/oauth2 to v0.22.0 (#​250)
  • 4c65356 go mod tidy
  • 566df42 lint: purge trailing newline
  • bd6158e mockery: disable expecter and set unroll-variadic to true
  • 549dd24 mockery: generate mocks for orc client Queryor interface
  • 4d7d4b7 mod: update go-jose to 2.6.3
  • 01ae42e pkg/api/v1/orc: Update statusValueKV interface mocks, tests
  • 3387b64 pkg/api/v1/orc: generate mocks for client doer interface
  • 172d4f6 update deps (#​249)

v1.1.0

Compare Source

Changelog

  • a7fedd4 delete unlinked status if we can't update a CR
  • 8e20201 fleetdb: return error instead of CreatedAt value update
  • 358232a fleetdb: set CreatedAt to UpdatedAt when its undefined
  • 32adafb orc/updates: ensure ConditionUpdate.CreatedAt is set
  • a59244f orc/updates: test cases for collapse filterIncompleteRecords() into filterToReconcile()
  • e2a9c38 orchestrator/updates: collapse filterIncompleteRecords() into filterToReconcile()
  • 3076982 write history if unlinked condition is in a final state

v1.0.10

Compare Source

Changelog

  • 11673db app/config: remove redundant OIDC config load
  • 9583ad5 app: get the global viper instance instead
  • b0240db go: mod tidy

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot changed the title fix(deps): update module github.com/metal-toolbox/conditionorc to v1.0.10 fix(deps): update module github.com/metal-toolbox/conditionorc to v1.1.0 Aug 2, 2024
@renovate renovate bot force-pushed the renovate/github.com-metal-toolbox-conditionorc-1.x branch 3 times, most recently from c17a35d to 8778f12 Compare August 12, 2024 18:31
@renovate renovate bot force-pushed the renovate/github.com-metal-toolbox-conditionorc-1.x branch from 8778f12 to 96ac827 Compare August 15, 2024 21:00
@renovate renovate bot changed the title fix(deps): update module github.com/metal-toolbox/conditionorc to v1.1.0 fix(deps): update module github.com/metal-toolbox/conditionorc to v1.1.1 Aug 15, 2024
Copy link
Author

renovate bot commented Aug 15, 2024

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 19 additional dependencies were updated

Details:

Package Change
github.com/bmc-toolbox/common v0.0.0-20240510143200-3db7cecbb5a6 -> v0.0.0-20240723142833-87832458b53b
go.opentelemetry.io/otel v1.27.0 -> v1.28.0
go.opentelemetry.io/otel/sdk v1.27.0 -> v1.28.0
go.opentelemetry.io/otel/trace v1.27.0 -> v1.28.0
github.com/bytedance/sonic v1.11.9 -> v1.12.0
github.com/bytedance/sonic/loader v0.1.1 -> v0.2.0
github.com/gabriel-vasile/mimetype v1.4.4 -> v1.4.5
github.com/googleapis/gax-go/v2 v2.12.5 -> v2.13.0
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.52.0 -> v0.53.0
go.opentelemetry.io/otel/metric v1.27.0 -> v1.28.0
gocloud.dev v0.37.0 -> v0.38.0
golang.org/x/crypto v0.24.0 -> v0.25.0
golang.org/x/net v0.26.0 -> v0.27.0
golang.org/x/oauth2 v0.21.0 -> v0.22.0
golang.org/x/sys v0.21.0 -> v0.22.0
golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028 -> v0.0.0-20240716161551-93cc26a95ae9
google.golang.org/api v0.186.0 -> v0.189.0
google.golang.org/genproto/googleapis/rpc v0.0.0-20240624140628-dc46fd24d27d -> v0.0.0-20240730163845-b1a4ccb954bf
google.golang.org/grpc v1.64.0 -> v1.65.0

@renovate renovate bot force-pushed the renovate/github.com-metal-toolbox-conditionorc-1.x branch 4 times, most recently from 0ead9a8 to eba92f0 Compare August 23, 2024 15:13
@renovate renovate bot changed the title fix(deps): update module github.com/metal-toolbox/conditionorc to v1.1.1 fix(deps): update module github.com/metal-toolbox/conditionorc to v1.1.2 Aug 23, 2024
@renovate renovate bot changed the title fix(deps): update module github.com/metal-toolbox/conditionorc to v1.1.2 fix(deps): update module github.com/metal-toolbox/conditionorc to v1.1.3 Aug 26, 2024
@renovate renovate bot changed the title fix(deps): update module github.com/metal-toolbox/conditionorc to v1.1.3 fix(deps): update module github.com/metal-toolbox/conditionorc to v1.1.4 Aug 29, 2024
@renovate renovate bot force-pushed the renovate/github.com-metal-toolbox-conditionorc-1.x branch 2 times, most recently from 5bd38a0 to 7ea1ec6 Compare September 2, 2024 10:26
@renovate renovate bot force-pushed the renovate/github.com-metal-toolbox-conditionorc-1.x branch from 7ea1ec6 to b7a35f7 Compare September 6, 2024 08:23
@renovate renovate bot changed the title fix(deps): update module github.com/metal-toolbox/conditionorc to v1.1.4 fix(deps): update module github.com/metal-toolbox/conditionorc to v1.1.5 Sep 8, 2024
@renovate renovate bot changed the title fix(deps): update module github.com/metal-toolbox/conditionorc to v1.1.5 fix(deps): update module github.com/metal-toolbox/conditionorc to v1.1.6 Sep 9, 2024
@renovate renovate bot changed the title fix(deps): update module github.com/metal-toolbox/conditionorc to v1.1.6 fix(deps): update module github.com/metal-toolbox/conditionorc to v1.1.7 Sep 12, 2024
@renovate renovate bot changed the title fix(deps): update module github.com/metal-toolbox/conditionorc to v1.1.7 fix(deps): update module github.com/metal-toolbox/conditionorc to v1.1.7 - autoclosed Sep 13, 2024
@renovate renovate bot closed this Sep 13, 2024
@renovate renovate bot deleted the renovate/github.com-metal-toolbox-conditionorc-1.x branch September 13, 2024 17:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants