-
Notifications
You must be signed in to change notification settings - Fork 2
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
Update appcat #214
Open
vshn-renovate
wants to merge
1
commit into
master
Choose a base branch
from
commodore-renovate/appcat
base: master
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
Update appcat #214
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
vshn-renovate
force-pushed
the
commodore-renovate/appcat
branch
from
September 14, 2023 14:10
49f730d
to
11a6e18
Compare
vshn-renovate
force-pushed
the
commodore-renovate/appcat
branch
from
September 30, 2023 21:19
11a6e18
to
dc206fa
Compare
vshn-renovate
force-pushed
the
commodore-renovate/appcat
branch
from
October 6, 2023 12:58
dc206fa
to
e31ed7c
Compare
vshn-renovate
force-pushed
the
commodore-renovate/appcat
branch
2 times, most recently
from
October 9, 2023 15:38
b0fdf84
to
ae2d45b
Compare
vshn-renovate
force-pushed
the
commodore-renovate/appcat
branch
from
October 14, 2023 08:30
ae2d45b
to
0d81b44
Compare
vshn-renovate
force-pushed
the
commodore-renovate/appcat
branch
from
December 5, 2023 10:21
0d81b44
to
557ea10
Compare
vshn-renovate
force-pushed
the
commodore-renovate/appcat
branch
from
January 12, 2024 18:23
557ea10
to
248889c
Compare
vshn-renovate
force-pushed
the
commodore-renovate/appcat
branch
3 times, most recently
from
February 6, 2024 09:38
4a2cc7c
to
19a1e7b
Compare
vshn-renovate
force-pushed
the
commodore-renovate/appcat
branch
5 times, most recently
from
February 22, 2024 17:38
648b93a
to
4559831
Compare
vshn-renovate
force-pushed
the
commodore-renovate/appcat
branch
2 times, most recently
from
March 3, 2024 18:58
51b991d
to
d79c7cb
Compare
vshn-renovate
force-pushed
the
commodore-renovate/appcat
branch
from
April 28, 2024 10:19
d79c7cb
to
e9783af
Compare
vshn-renovate
force-pushed
the
commodore-renovate/appcat
branch
from
July 4, 2024 11:19
e9783af
to
74118f7
Compare
vshn-renovate
force-pushed
the
commodore-renovate/appcat
branch
5 times, most recently
from
July 24, 2024 06:58
44f061d
to
fc51207
Compare
vshn-renovate
force-pushed
the
commodore-renovate/appcat
branch
5 times, most recently
from
July 29, 2024 15:19
b93317b
to
1979aaf
Compare
vshn-renovate
force-pushed
the
commodore-renovate/appcat
branch
from
August 8, 2024 14:39
1979aaf
to
c83ad0e
Compare
vshn-renovate
force-pushed
the
commodore-renovate/appcat
branch
2 times, most recently
from
August 28, 2024 16:25
e3014c9
to
778cbb1
Compare
vshn-renovate
force-pushed
the
commodore-renovate/appcat
branch
3 times, most recently
from
September 12, 2024 19:41
66715c2
to
2606b5f
Compare
vshn-renovate
force-pushed
the
commodore-renovate/appcat
branch
from
September 16, 2024 23:41
2606b5f
to
a1a66c2
Compare
vshn-renovate
force-pushed
the
commodore-renovate/appcat
branch
from
October 11, 2024 13:01
a1a66c2
to
662cc2c
Compare
vshn-renovate
force-pushed
the
commodore-renovate/appcat
branch
from
October 25, 2024 11:27
662cc2c
to
6714de6
Compare
vshn-renovate
force-pushed
the
commodore-renovate/appcat
branch
from
November 4, 2024 08:55
6714de6
to
7f205a9
Compare
Signed-off-by: Renovate Bot <[email protected]>
vshn-renovate
force-pushed
the
commodore-renovate/appcat
branch
from
November 5, 2024 10:22
7f205a9
to
237ecef
Compare
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.
This PR contains the following updates:
1.16.0
->1.18.0
14.0.10
->14.1.4
5.0.13
->5.3.0
5.0.0
->5.5.6
17.7.1
->17.17.1
Release Notes
crossplane/crossplane (crossplane)
v1.18.0
Compare Source
🚨 Breaking Changes
EnvironmentConfig
API was matured to Beta in this release, it's important to note that native support forEnvironmentConfig
within aComposition
was removed in https://github.com/crossplane/crossplane/pull/5938.--enable-environment-configs
) and leveraged the native functionality (spec.environment.patches
,spec.environment.environmentConfigs
and*Environment
patches), will have to migrate to Composition Functions to continue doing so.❗ Notable Changes
A forthcoming change to Crossplane's default xpkg.upbound.io package registry may require you to authenticate to pull packages. In this release we've introduced a new ImageConfig API that makes it easier to configure registry credentials.
In order to minimize disruption to the community, we're making an exception to Crossplane's feature maturity process. We've introduced the new ImageConfig API as a beta feature that is enabled by default. We've also back ported the new ImageConfig API to the latest v1.16 and v1.17 patch releases.
🎉 Highlights
--enable-dependency-version-upgrades
.ImageConfig
--enable-signature-verification
.render
function.beta validate
improvements that enable the validation of more built-in Crossplane types likeCompositions
, as well as validate the inputs to each Functions in the pipeline.Release MVP
We'd like to thank @cychiang for their multiple contributions within this release. Of particular note, they implemented #5976 which enabled passing credentials to functions from the
render
command. We are also looking forward to including their contribution from #5963 in the next milestone. Thanks @cychiang!! 🙇♂️📖 Full Changelog
master
→main
by @jeanduplessis in https://github.com/crossplane/crossplane/pull/5930features.New
calls by @jeanduplessis in https://github.com/crossplane/crossplane/pull/5931692973e
(main) by @crossplane-renovate in https://github.com/crossplane/crossplane/pull/5935render
function by @cychiang in https://github.com/crossplane/crossplane/pull/5976ImageConfig
API proposal by @turkenh in https://github.com/crossplane/crossplane/pull/5993EnvironmentConfig
to v1beta1, but remove native support by @negz in https://github.com/crossplane/crossplane/pull/5938Cosign
viaImageConfig
API by @turkenh in https://github.com/crossplane/crossplane/pull/60225d869da
(main) by @crossplane-renovate in https://github.com/crossplane/crossplane/pull/5936b4b15b8
(main) by @crossplane-renovate in https://github.com/crossplane/crossplane/pull/5941b9fd7d1
(main) by @crossplane-renovate in https://github.com/crossplane/crossplane/pull/59429780b0c
(main) by @crossplane-renovate in https://github.com/crossplane/crossplane/pull/5944Lock
) controller watch package revisions by @github-actions in https://github.com/crossplane/crossplane/pull/6065New Contributors
Full Changelog: crossplane/crossplane@v1.17.0...v1.18.0
v1.17.3
Compare Source
Notable Changes
A forthcoming change to Crossplane's default http://xpkg.upbound.io/ package registry may require you to authenticate to pull packages. In this release we've introduced a new ImageConfig API that makes it easier to configure registry credentials.
In order to minimize disruption to the community, we're making an exception to Crossplane's feature maturity process. We introduced the new ImageConfig API in Crossplane v1.18 as a beta feature that is enabled by default. We've also back ported the new ImageConfig API to this patch release, to make it available without needing to upgrade to v1.18.
What's Changed
Full Changelog: crossplane/crossplane@v1.17.2...v1.17.3
v1.17.2
Compare Source
This is a patch release scoped to fixing issues reported by users of Crossplane v1.17. First, this patch release addresses the below published security advisory that affects the versions of golang that Crossplane depends on.
Thank you @aditya-mayo for reporting this vulnerability! 🙇♂️
This release also addresses an issue (https://github.com/crossplane/crossplane/issues/5971) where users of v1.17 were not able to build or install Functions using v1 package metadata. Now that Functions have matured to v1, this will become much more pervasive throughout the Crossplane Functions ecosystem.
What's Changed
Full Changelog: crossplane/crossplane@v1.17.1...v1.17.2
v1.17.1
Compare Source
This is a patch release scoped to fixing issues reported by users of Crossplane v1.17.
What's Changed
Full Changelog: crossplane/crossplane@v1.17.0...v1.17.1
v1.17.0
Compare Source
The v1.17.0 release is a regular quarterly Crossplane release that is focused on maturing a number of key areas of functionality across the project, as Crossplane continues to become more capable, more reliable, and more performant for your production workloads.
🎉 Highlights
crossplane-runtime
v1.17.0 release. Starting with this release, it will be possible for providers to track and log all changes they are making to their managed resources. You can expect new provider releases in the near future with this functionality enabled.crossplane beta render
was promoted and is now available ascrossplane render
. Added support forrender.crossplane.io/runtime-docker-cleanup
to allow removing images after run if needed.crossplane beta xpkg init
was promoted too and is now available ascrossplane xpkg init
.crossplane beta validate
:crossplane beta trace
is now much more performant for really deep dependency trees.🚨 Warnings and breaking changes
mode: Pipeline
) instead, as described in the updated documentation: https://docs.crossplane.io/latest/concepts/compositions/beta render
andbeta xpkg init
were promoted to GA, meaning you no longer need to include thebeta
part of the command.🏅 Release MVP
For our very first Crossplane "Release MVP", we're proud to select @dalton-hill-0 for his thorough and useful contribution on https://github.com/crossplane/crossplane/pull/5450 to enable Claims to have selective errors/events/conditions surfaced to them. This has been functionality that the community desired for a long time and it really moves the needle on the end user developer/consumer experience with Crossplane. They will now be able to get relevant actionable information on their Claims to troubleshoot issues and get the infrastructure they need. Dalton did a great job of driving the complicated design and thinking through the edge cases with a critical eye on user experience throughout. Great work @dalton-hill-0! 🙇♂️ 🏅
📖 Full Changelog
PackagedFunctionRunner
by @negz in https://github.com/crossplane/crossplane/pull/5662ADOPTERS.md
by @brandon-powers in https://github.com/crossplane/crossplane/pull/56700ad4b8f
(master) by @crossplane-renovate in https://github.com/crossplane/crossplane/pull/5679a0de6af
(master) by @crossplane-renovate in https://github.com/crossplane/crossplane/pull/5680cdcb360
(master) by @crossplane-renovate in https://github.com/crossplane/crossplane/pull/5683crossplane/build
submodule fork by @negz in https://github.com/crossplane/crossplane/pull/56936546280
(master) by @crossplane-renovate in https://github.com/crossplane/crossplane/pull/56996d79887
(master) by @crossplane-renovate in https://github.com/crossplane/crossplane/pull/57004197211
(master) by @crossplane-renovate in https://github.com/crossplane/crossplane/pull/5701b7cec75
(master) by @crossplane-renovate in https://github.com/crossplane/crossplane/pull/5702d6238b0
(master) by @crossplane-renovate in https://github.com/crossplane/crossplane/pull/5703a5ac7e5
(master) by @crossplane-renovate in https://github.com/crossplane/crossplane/pull/57189fdb3e4
(master) by @crossplane-renovate in https://github.com/crossplane/crossplane/pull/5725125fc84
(master) by @crossplane-renovate in https://github.com/crossplane/crossplane/pull/57190d4c9c5
(master) by @crossplane-renovate in https://github.com/crossplane/crossplane/pull/5749earthly
by @negz in https://github.com/crossplane/crossplane/pull/5762f079b84
(master) by @crossplane-renovate in https://github.com/crossplane/crossplane/pull/5776beta validate
by @enesonus in https://github.com/crossplane/crossplane/pull/5791beta validate
by @enesonus in https://github.com/crossplane/crossplane/pull/5809FunctionRunner
by @negz in https://github.com/crossplane/crossplane/pull/5883🆕 New Contributors
Full Changelog: crossplane/crossplane@v1.17.0-rc.0...v1.17.0
v1.16.4
Compare Source
Notable Changes
A forthcoming change to Crossplane's default http://xpkg.upbound.io/ package registry may require you to authenticate to pull packages. In this release we've introduced a new ImageConfig API that makes it easier to configure registry credentials.
In order to minimize disruption to the community, we're making an exception to Crossplane's feature maturity process. We introduced th
Configuration
📅 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.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Renovate Bot.