Commit Graph

18 Commits

Author SHA1 Message Date
Alexandr Demicev 303493bcc2
Fix CRD paths in envtest setup
Signed-off-by: Alexandr Demicev <alexandr.demicev@suse.com>
2022-11-03 11:38:30 +01:00
Alexander Demicev 9c196af0f6
Merge pull request #13 from richardcase/tilt_changes
Tilt changes
2022-11-03 10:17:55 +01:00
Richard Case 8469f799e5
chore: readme and tailt changes
Some changes after testing with tilt. The tilt setup is dependent on a
bug being fixed upstream in capi. Added some initial instructions to the
README to get started.

Signed-off-by: Richard Case <richard.case@outlook.com>
2022-11-03 07:59:02 +00:00
Alexander Demicev bbe7f4e0f6
Merge pull request #3 from alexander-demicev/imports
Standardise API imports
2022-11-02 16:58:55 +01:00
Richard Case 6635f0db67
Merge pull request #12 from richardcase/rename_test_gha
chore: rename gha workflow to ci
2022-11-02 15:53:56 +00:00
Alexander Demicev 9dd5428796
Merge pull request #5 from rancher-sandbox/dependabot/go_modules/k8s.io/client-go-0.25.3
chore(deps): Bump k8s.io/client-go from 0.24.2 to 0.25.3
2022-11-02 16:31:44 +01:00
dependabot[bot] 6510ecee4b
chore(deps): Bump k8s.io/client-go from 0.24.2 to 0.25.3
Bumps [k8s.io/client-go](https://github.com/kubernetes/client-go) from 0.24.2 to 0.25.3.
- [Release notes](https://github.com/kubernetes/client-go/releases)
- [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md)
- [Commits](https://github.com/kubernetes/client-go/compare/v0.24.2...v0.25.3)

---
updated-dependencies:
- dependency-name: k8s.io/client-go
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-02 15:26:21 +00:00
Alexander Demicev 97fce5fc70
Merge pull request #8 from rancher-sandbox/dependabot/go_modules/sigs.k8s.io/controller-runtime-0.13.0
chore(deps): Bump sigs.k8s.io/controller-runtime from 0.12.2 to 0.13.0
2022-11-02 16:25:26 +01:00
dependabot[bot] 5f08cdd366
chore(deps): Bump sigs.k8s.io/controller-runtime from 0.12.2 to 0.13.0
Bumps [sigs.k8s.io/controller-runtime](https://github.com/kubernetes-sigs/controller-runtime) from 0.12.2 to 0.13.0.
- [Release notes](https://github.com/kubernetes-sigs/controller-runtime/releases)
- [Changelog](https://github.com/kubernetes-sigs/controller-runtime/blob/master/RELEASE.md)
- [Commits](https://github.com/kubernetes-sigs/controller-runtime/compare/v0.12.2...v0.13.0)

---
updated-dependencies:
- dependency-name: sigs.k8s.io/controller-runtime
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-02 14:59:46 +00:00
Alexander Demicev 212f38ea7f
Merge pull request #6 from rancher-sandbox/dependabot/go_modules/github.com/onsi/gomega-1.24.0
chore(deps): Bump github.com/onsi/gomega from 1.18.1 to 1.24.0
2022-11-02 15:58:50 +01:00
Alexandr Demicev e697e283f9
Standardise API imports
Signed-off-by: Alexandr Demicev <alexandr.demicev@suse.com>
2022-11-02 15:53:10 +01:00
Richard Case ee140ae4b3
chore: rename gha workflow to ci
Rename the `test` gha workflow to `ci` so that it better represents what
its actually doing :)

Signed-off-by: Richard Case <richard.case@outlook.com>
2022-11-02 14:46:15 +00:00
dependabot[bot] cbc7cd7649
chore(deps): Bump github.com/onsi/gomega from 1.18.1 to 1.24.0
Bumps [github.com/onsi/gomega](https://github.com/onsi/gomega) from 1.18.1 to 1.24.0.
- [Release notes](https://github.com/onsi/gomega/releases)
- [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md)
- [Commits](https://github.com/onsi/gomega/compare/v1.18.1...v1.24.0)

---
updated-dependencies:
- dependency-name: github.com/onsi/gomega
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-02 14:31:47 +00:00
Richard Case 8d8e124ff1
Merge pull request #2 from richardcase/repo_setup
feat: github repo setup
2022-11-02 14:31:03 +00:00
Richard Case 02c965f113
feat: github repo setup
A few changes to setup the GitHub repo for future contribution.
Includes:

- GHA workflow for labeling PRs based on size
- GHA workflow that requires a kind/* label on PRs
- GHA workflow for marking issues/prs as stale
- GHA workflow for running tests on PRs (i.e. build, test, verify)
- Dependabot configuration
- GitHub release notes configuration

Labels have also been created in the repo and these are used in the
above.

NOTE: the `make test` has been commented out from the tests for the time
being until the tests have been fixed.

Signed-off-by: Richard Case <richard.case@outlook.com>
2022-11-02 14:21:13 +00:00
Richard Case 581e8caadf
Merge pull request #1 from richardcase/scaffold
chore: scaffolding of the provider
2022-11-02 11:23:13 +00:00
Richard Case e5e027de73
chore: scaffolding of the provider
This is the initial scaffolding for the RKE2 provider. It includes a
bootstrap and control plane provider,

Signed-off-by: Richard Case <richard.case@outlook.com>
2022-11-02 10:07:26 +00:00
Ivan-Clare Ngong 69dab9bf2a
Initial commit 2022-10-24 17:14:22 +02:00