generated from crossplane/upjet-provider-template
-
Notifications
You must be signed in to change notification settings - Fork 1
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/crossplane/crossplane-runtime to v1.18.0 #8
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/github.com-crossplane-crossplane-runtime-1.x
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
fix(deps): update module github.com/crossplane/crossplane-runtime to v1.18.0 #8
renovate
wants to merge
1
commit into
main
from
renovate/github.com-crossplane-crossplane-runtime-1.x
Conversation
This file contains 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
renovate
bot
force-pushed
the
renovate/github.com-crossplane-crossplane-runtime-1.x
branch
from
May 23, 2024 05:51
36eb31b
to
bbe850d
Compare
renovate
bot
changed the title
Update module github.com/crossplane/crossplane-runtime to v1.15.1
Update module github.com/crossplane/crossplane-runtime to v1.16.0
May 23, 2024
renovate
bot
force-pushed
the
renovate/github.com-crossplane-crossplane-runtime-1.x
branch
from
May 29, 2024 19:51
bbe850d
to
f80a848
Compare
renovate
bot
changed the title
Update module github.com/crossplane/crossplane-runtime to v1.16.0
fix(deps): update module github.com/crossplane/crossplane-runtime to v1.16.0
May 30, 2024
renovate
bot
force-pushed
the
renovate/github.com-crossplane-crossplane-runtime-1.x
branch
from
May 30, 2024 14:13
f80a848
to
345838f
Compare
ℹ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
renovate
bot
force-pushed
the
renovate/github.com-crossplane-crossplane-runtime-1.x
branch
from
June 4, 2024 14:07
345838f
to
2bc093d
Compare
renovate
bot
force-pushed
the
renovate/github.com-crossplane-crossplane-runtime-1.x
branch
from
June 17, 2024 15:32
2bc093d
to
2486db1
Compare
renovate
bot
force-pushed
the
renovate/github.com-crossplane-crossplane-runtime-1.x
branch
from
July 14, 2024 09:08
2486db1
to
643f74d
Compare
renovate
bot
force-pushed
the
renovate/github.com-crossplane-crossplane-runtime-1.x
branch
from
August 28, 2024 17:14
643f74d
to
1d31f25
Compare
renovate
bot
changed the title
fix(deps): update module github.com/crossplane/crossplane-runtime to v1.16.0
fix(deps): update module github.com/crossplane/crossplane-runtime to v1.17.0
Aug 28, 2024
renovate
bot
force-pushed
the
renovate/github.com-crossplane-crossplane-runtime-1.x
branch
from
September 11, 2024 16:42
1d31f25
to
2614195
Compare
renovate
bot
force-pushed
the
renovate/github.com-crossplane-crossplane-runtime-1.x
branch
from
November 5, 2024 09:53
2614195
to
c64e85f
Compare
renovate
bot
changed the title
fix(deps): update module github.com/crossplane/crossplane-runtime to v1.17.0
fix(deps): update module github.com/crossplane/crossplane-runtime to v1.18.0
Nov 5, 2024
renovate
bot
force-pushed
the
renovate/github.com-crossplane-crossplane-runtime-1.x
branch
from
November 17, 2024 15:01
c64e85f
to
1d9b5c9
Compare
renovate
bot
force-pushed
the
renovate/github.com-crossplane-crossplane-runtime-1.x
branch
from
December 22, 2024 16:56
1d9b5c9
to
a39c3c9
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
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.
This PR contains the following updates:
v1.14.0-rc.0.0.20231011070344-cc691421c2e5
->v1.18.0
Release Notes
crossplane/crossplane-runtime (github.com/crossplane/crossplane-runtime)
v1.18.0
Compare Source
What's Changed
e28ff12
(master) by @crossplane-renovate in https://github.com/crossplane/crossplane-runtime/pull/763master
→main
by @jeanduplessis in https://github.com/crossplane/crossplane-runtime/pull/7668214744
(main) by @crossplane-renovate in https://github.com/crossplane/crossplane-runtime/pull/7695d869da
(main) by @crossplane-renovate in https://github.com/crossplane/crossplane-runtime/pull/7679780b0c
(main) by @crossplane-renovate in https://github.com/crossplane/crossplane-runtime/pull/768New Contributors
Full Changelog: crossplane/crossplane-runtime@v1.17.0...v1.18.0
v1.17.0
Compare Source
Breaking Changes and Warnings
ExternalClient.Delete()
method has a new return type ofExternalDelete
ExternalClient.Delete()
implementations to include this new return type.ExternalDelete{}
.Delete()
method wants to include additional details about the deletion operation to include in the change logs, then they may include those details in this return type.What's Changed
a5ac7e5
(master) by @crossplane-renovate in https://github.com/crossplane/crossplane-runtime/pull/712b611370
(master) by @crossplane-renovate in https://github.com/crossplane/crossplane-runtime/pull/735692973e
(master) by @crossplane-renovate in https://github.com/crossplane/crossplane-runtime/pull/74031c86eb
(master) by @crossplane-renovate in https://github.com/crossplane/crossplane-runtime/pull/741New Contributors
Full Changelog: crossplane/crossplane-runtime@v1.17.0-rc.0...v1.17.0
v1.16.0
Compare Source
What's Changed
b7bf0a3
by @renovate in https://github.com/crossplane/crossplane-runtime/pull/650e0b68c6
by @renovate in https://github.com/crossplane/crossplane-runtime/pull/661e8893c5
by @renovate in https://github.com/crossplane/crossplane-runtime/pull/664getValueFromInterface
function by @sergenyalcin in https://github.com/crossplane/crossplane-runtime/pull/666ab5e6d0
by @renovate in https://github.com/crossplane/crossplane-runtime/pull/677Full Changelog: crossplane/crossplane-runtime@v1.15.0...v1.16.0
v1.15.1
Compare Source
What's Changed
getValueFromInterface
function by @github-actions in https://github.com/crossplane/crossplane-runtime/pull/671Full Changelog: crossplane/crossplane-runtime@v1.15.0...v1.15.1
v1.15.0
Compare Source
Crossplane runtime release for Crossplane v1.15.0.
What's Changed
Renovate
74483a3
by @renovate in https://github.com/crossplane/crossplane-runtime/pull/588689fdc5
by @renovate in https://github.com/crossplane/crossplane-runtime/pull/60566b90a5
by @renovate in https://github.com/crossplane/crossplane-runtime/pull/60860a0d83
by @renovate in https://github.com/crossplane/crossplane-runtime/pull/609407ffaf
by @renovate in https://github.com/crossplane/crossplane-runtime/pull/6112087447
by @renovate in https://github.com/crossplane/crossplane-runtime/pull/614c0d1daa
by @renovate in https://github.com/crossplane/crossplane-runtime/pull/62203e7845
by @renovate in https://github.com/crossplane/crossplane-runtime/pull/628012739e
by @renovate in https://github.com/crossplane/crossplane-runtime/pull/637e5f05b8
by @renovate in https://github.com/crossplane/crossplane-runtime/pull/638e12d46a
by @renovate in https://github.com/crossplane/crossplane-runtime/pull/6420b21cf2
by @renovate in https://github.com/crossplane/crossplane-runtime/pull/643Full Changelog: crossplane/crossplane-runtime@v1.14.0...v1.15.0
v1.14.4
Compare Source
What's Changed
Full Changelog: crossplane/crossplane-runtime@v1.14.3...v1.14.4
v1.14.3
Compare Source
What's Changed
Full Changelog: crossplane/crossplane-runtime@v1.14.2...v1.14.3
v1.14.2
Compare Source
What's Changed
Full Changelog: crossplane/crossplane-runtime@v1.14.1...v1.14.2
v1.14.1
Compare Source
What's Changed
Full Changelog: crossplane/crossplane-runtime@v1.14.0...v1.14.1
v1.14.0
Compare Source
Crossplane runtime release for Crossplane v1.14.0.
See the Crossplane release notes for new features and highlights.
What's Changed
1813ca7
by @renovate in https://github.com/crossplane/crossplane-runtime/pull/4856ca1aa8
by @renovate in https://github.com/crossplane/crossplane-runtime/pull/4870ba4244
by @renovate in https://github.com/crossplane/crossplane-runtime/pull/49093397be
by @renovate in https://github.com/crossplane/crossplane-runtime/pull/505a09933a
by @renovate in https://github.com/crossplane/crossplane-runtime/pull/5063a91952
by @renovate in https://github.com/crossplane/crossplane-runtime/pull/519f43a0e5
by @renovate in https://github.com/crossplane/crossplane-runtime/pull/52800e563e
by @renovate in https://github.com/crossplane/crossplane-runtime/pull/530704facf
by @renovate in https://github.com/crossplane/crossplane-runtime/pull/539701f152
by @renovate in https://github.com/crossplane/crossplane-runtime/pull/54404daf01
by @renovate in https://github.com/crossplane/crossplane-runtime/pull/5466a28655
by @renovate in https://github.com/crossplane/crossplane-runtime/pull/5518ade135
by @renovate in https://github.com/crossplane/crossplane-runtime/pull/559ddccb87
by @renovate in https://github.com/crossplane/crossplane-runtime/pull/5622cb752a
by @renovate in https://github.com/crossplane/crossplane-runtime/pull/568fdcae64
by @renovate in https://github.com/crossplane/crossplane-runtime/pull/569d90b8d7
by @renovate in https://github.com/crossplane/crossplane-runtime/pull/5730116bc2
by @renovate in https://github.com/crossplane/crossplane-runtime/pull/575b4ffde6
by @renovate in https://github.com/crossplane/crossplane-runtime/pull/579Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.