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

Update controller-runtime to v0.15 #409

Merged
merged 26 commits into from
Nov 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
1955603
update k8s deps
ranakan19 Dec 21, 2023
53e3829
update readme
ranakan19 Dec 21, 2023
2c85d99
revert controller runtime and tools version
ranakan19 Dec 21, 2023
5ff6b12
api version match
ranakan19 Dec 21, 2023
847807a
Merge branch 'master' of github.com:codeready-toolchain/api into k8s_…
ranakan19 Jan 2, 2024
4121d74
downgrade to k8s 0.26
ranakan19 Jan 5, 2024
2645f04
update controller tools
ranakan19 Jan 18, 2024
9b7492d
Merge branch 'master' of github.com:codeready-toolchain/api into k8s_…
Feb 4, 2024
fb48d72
Merge branch 'master' of github.com:codeready-toolchain/api into k8s_…
ranakan19 Feb 29, 2024
c956ba7
merge master, merge conflict resolved
ranakan19 Mar 18, 2024
cb53e68
Merge branch 'master' into k8s_1_27_api
mfrancisc Mar 25, 2024
77e70e4
update api version and comment
ranakan19 Jun 20, 2024
1f7ce66
merge conflict resolve
ranakan19 Jun 20, 2024
2c02e5c
Merge branch 'k8s_1_27_api' of github.com:ranakan19/api into k8s_1_27…
ranakan19 Jun 20, 2024
c88be11
revert to 4.14
ranakan19 Jun 26, 2024
3f2cb1d
Merge branch 'master' of github.com:codeready-toolchain/api into k8s_…
ranakan19 Jun 27, 2024
f4fdf28
update k8s version of crdrefdocs
ranakan19 Jun 27, 2024
2146811
Merge branch 'master' into k8s_1_27_api
ranakan19 Aug 2, 2024
30e09d1
Merge branch 'master' of github.com:codeready-toolchain/api into k8s_…
ranakan19 Aug 21, 2024
431999a
Merge branch 'master' into k8s_1_27_api
ranakan19 Aug 27, 2024
51aef59
Merge branch 'master' into k8s_1_27_api
mfrancisc Sep 12, 2024
647d61b
Merge branch 'master' of github.com:codeready-toolchain/api into k8s_…
ranakan19 Sep 23, 2024
7e72582
Merge branch 'master' into k8s_1_27_api
mfrancisc Sep 25, 2024
6a9cb22
Merge branch 'master' into k8s_1_27_api
ranakan19 Oct 30, 2024
9384210
update openshift api latest commit, upgrade k8s to v0.27.7
ranakan19 Nov 8, 2024
253cdb1
run make generate
ranakan19 Nov 14, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ For the API reference docs go xref:api/v1alpha1/docs/apiref.adoc[here]
== Building
Requires:

* Go version 1.18.x (1.18.8 or higher) - download for your development environment https://golang.org/dl/[here].
* Operator SDK v1.23.0 - download for your development environment https://v1-23-x.sdk.operatorframework.io/docs/installation/#install-from-github-release[here]
* Go version 1.20.x (1.20.11 or higher) - download for your development environment https://golang.org/dl/[here].
Copy link
Contributor Author

Choose a reason for hiding this comment

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

readme was outdated - this just fixes that. Not related to the documentation of the changes introduced in this PR

* Operator SDK v1.25.0 - download for your development environment https://v1-25-x.sdk.operatorframework.io/docs/installation/#install-from-github-release[here]

CodeReady ToolChain API is built using https://github.com/golang/go/wiki/Modules[Go modules].

Expand Down
Loading
Loading