Commit Graph

663 Commits

Author SHA1 Message Date
Corentin Néau 57cd6fa912 Add warning to README
This clarifies that `master` is no longer actively maintained, now that
its contents have been moved over to `rancher/fleet`.
Still, the repository must live on at least as long as it has active
release branches for Fleet backports.
2024-02-13 17:18:03 +01:00
Tim Hardeck 553c466733
Merge pull request #431 from rancher/dependabot/go_modules/golang.org/x/crypto-0.19.0
chore(deps): Bump golang.org/x/crypto from 0.17.0 to 0.19.0
2024-02-12 16:41:00 +01:00
Tim Hardeck 778b5e107f
Merge pull request #430 from rancher/dependabot/docker/package/bci/bci-base-15.5.36.11.3
chore(deps): Bump bci/bci-base from 15.5.36.5.68 to 15.5.36.11.3 in /package
2024-02-12 16:38:16 +01:00
dependabot[bot] eaa2308066
chore(deps): Bump golang.org/x/crypto from 0.17.0 to 0.19.0
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.17.0 to 0.19.0.
- [Commits](https://github.com/golang/crypto/compare/v0.17.0...v0.19.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-12 02:37:35 +00:00
dependabot[bot] 27bf881616
chore(deps): Bump bci/bci-base in /package
Bumps bci/bci-base from 15.5.36.5.68 to 15.5.36.11.3.

---
updated-dependencies:
- dependency-name: bci/bci-base
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-12 02:19:46 +00:00
Tim Hardeck 7a067b0f1d
Merge pull request #428 from rancher/dependabot/go_modules/k8s.io/apimachinery-0.29.1
chore(deps): Bump k8s.io/apimachinery from 0.29.0 to 0.29.1
2024-02-09 10:47:27 +01:00
dependabot[bot] 333e384319
chore(deps): Bump k8s.io/apimachinery from 0.29.0 to 0.29.1
Bumps [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery) from 0.29.0 to 0.29.1.
- [Commits](https://github.com/kubernetes/apimachinery/compare/v0.29.0...v0.29.1)

---
updated-dependencies:
- dependency-name: k8s.io/apimachinery
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-09 08:29:09 +00:00
Tim Hardeck 161a04f9d2
Merge pull request #429 from rancher/dependabot/go_modules/github.com/rancher/wrangler/v2-2.1.3
chore(deps): Bump github.com/rancher/wrangler/v2 from 2.1.2 to 2.1.3
2024-02-09 09:28:19 +01:00
Tim Hardeck 93deaf57c3
Merge pull request #427 from rancher/dependabot/github_actions/actions/cache-4
chore(deps): Bump actions/cache from 3 to 4
2024-02-09 09:27:54 +01:00
Tim Hardeck 1aa845ea0f
Merge pull request #426 from rancher/dependabot/go_modules/github.com/opencontainers/runc-1.1.12
chore(deps): Bump github.com/opencontainers/runc from 1.1.5 to 1.1.12
2024-02-09 09:27:39 +01:00
dependabot[bot] d2743c3b51
chore(deps): Bump github.com/rancher/wrangler/v2 from 2.1.2 to 2.1.3
Bumps [github.com/rancher/wrangler/v2](https://github.com/rancher/wrangler) from 2.1.2 to 2.1.3.
- [Release notes](https://github.com/rancher/wrangler/releases)
- [Commits](https://github.com/rancher/wrangler/compare/v2.1.2...v2.1.3)

---
updated-dependencies:
- dependency-name: github.com/rancher/wrangler/v2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-05 02:48:25 +00:00
dependabot[bot] 4772080490
chore(deps): Bump actions/cache from 3 to 4
Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](https://github.com/actions/cache/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-01 02:23:33 +00:00
dependabot[bot] 03185f5258
chore(deps): Bump github.com/opencontainers/runc from 1.1.5 to 1.1.12
Bumps [github.com/opencontainers/runc](https://github.com/opencontainers/runc) from 1.1.5 to 1.1.12.
- [Release notes](https://github.com/opencontainers/runc/releases)
- [Changelog](https://github.com/opencontainers/runc/blob/v1.1.12/CHANGELOG.md)
- [Commits](https://github.com/opencontainers/runc/compare/v1.1.5...v1.1.12)

---
updated-dependencies:
- dependency-name: github.com/opencontainers/runc
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-31 22:55:39 +00:00
raul 3079c5dd8b Do not print error when there is an update status conflict 2024-01-19 15:44:32 +01:00
raul 0c19b9f506 Recreate job always if generation has changed
Co-authored-by: Corentin Néau <tan.neau@suse.com>
Co-authored-by: Xavi Garcia <xavi.garcia@suse.com>
2024-01-19 15:44:32 +01:00
Raul Cabello Martin f2e1b7480d
Add azure webhooks support (#416) 2024-01-17 14:48:20 +01:00
raul bd27fe79e1 Run go generate with controller-gen 0.14 2024-01-16 12:34:55 +01:00
Raul Cabello Martin 2668159099
Fix azure devops git clone error (#404)
* Fix azure devops git clone error

* Azure go-git hack comment
2024-01-16 10:41:52 +01:00
Tim Hardeck 36b43f5971
Merge pull request #394 from rancher/dependabot/github_actions/actions/upload-artifact-4
chore(deps): Bump actions/upload-artifact from 3 to 4
2024-01-02 17:10:44 +01:00
Tim Hardeck 697393a3a4
Merge pull request #395 from rancher/dependabot/github_actions/actions/setup-go-5
chore(deps): Bump actions/setup-go from 4 to 5
2024-01-02 17:10:16 +01:00
dependabot[bot] f0e7f2383f
chore(deps): Bump actions/upload-artifact from 3 to 4
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-02 15:40:17 +00:00
dependabot[bot] a3856c6f82
chore(deps): Bump actions/setup-go from 4 to 5
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 4 to 5.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](https://github.com/actions/setup-go/compare/v4...v5)

---
updated-dependencies:
- dependency-name: actions/setup-go
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-02 15:40:07 +00:00
Tim Hardeck 59a2a9241e
Merge pull request #396 from rancher/bump_to_year_2024
Bump to year 2024
2024-01-02 16:38:50 +01:00
Tim Hardeck be8ea38d77
Switch copyright statements to SUSE LLC 2024-01-02 16:14:05 +01:00
Tim Hardeck 058d84a4a0
Bump copyright statement to 2024 2024-01-02 16:13:59 +01:00
Tim Hardeck 8480768946
Merge pull request #385 from rancher/dependabot/go_modules/k8s.io/apimachinery-0.29.0
chore(deps): Bump k8s.io/apimachinery from 0.28.4 to 0.29.0
2024-01-02 15:29:25 +01:00
Tim Hardeck 7814812f30
Merge pull request #391 from rancher/dependabot/go_modules/github.com/go-logr/logr-1.4.1
chore(deps): Bump github.com/go-logr/logr from 1.3.0 to 1.4.1
2024-01-02 15:29:03 +01:00
Tim Hardeck 992ea457f4
Merge pull request #393 from rancher/dependabot/docker/package/bci/bci-base-15.5.36.5.68
chore(deps): Bump bci/bci-base from 15.5.36.5.67 to 15.5.36.5.68 in /package
2024-01-02 15:28:41 +01:00
dependabot[bot] ba78ccd117
chore(deps): Bump bci/bci-base in /package
Bumps bci/bci-base from 15.5.36.5.67 to 15.5.36.5.68.

---
updated-dependencies:
- dependency-name: bci/bci-base
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-25 02:19:18 +00:00
dependabot[bot] d6d7bc1a73
chore(deps): Bump github.com/go-logr/logr from 1.3.0 to 1.4.1
Bumps [github.com/go-logr/logr](https://github.com/go-logr/logr) from 1.3.0 to 1.4.1.
- [Release notes](https://github.com/go-logr/logr/releases)
- [Changelog](https://github.com/go-logr/logr/blob/master/CHANGELOG.md)
- [Commits](https://github.com/go-logr/logr/compare/v1.3.0...v1.4.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-25 02:05:19 +00:00
Tim Hardeck 764441dbf3
Merge pull request #390 from rancher/dependabot/docker/package/bci/bci-base-15.5.36.5.67
chore(deps): Bump bci/bci-base from 15.5.36.5.59 to 15.5.36.5.67 in /package
2023-12-22 16:13:36 +01:00
dependabot[bot] cf22347226
chore(deps): Bump bci/bci-base in /package
Bumps bci/bci-base from 15.5.36.5.59 to 15.5.36.5.67.

---
updated-dependencies:
- dependency-name: bci/bci-base
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-22 13:39:02 +00:00
dependabot[bot] 795ceb3390
chore(deps): Bump k8s.io/apimachinery from 0.28.4 to 0.29.0
Bumps [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery) from 0.28.4 to 0.29.0.
- [Commits](https://github.com/kubernetes/apimachinery/compare/v0.28.4...v0.29.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-22 13:38:55 +00:00
Tim Hardeck ea21d4c6ad
Merge pull request #386 from rancher/dependabot/go_modules/golang.org/x/sync-0.5.0
chore(deps): Bump golang.org/x/sync from 0.4.0 to 0.5.0
2023-12-22 14:37:59 +01:00
dependabot[bot] f343504ff9
chore(deps): Bump golang.org/x/sync from 0.4.0 to 0.5.0
Bumps [golang.org/x/sync](https://github.com/golang/sync) from 0.4.0 to 0.5.0.
- [Commits](https://github.com/golang/sync/compare/v0.4.0...v0.5.0)

---
updated-dependencies:
- dependency-name: golang.org/x/sync
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-21 16:05:10 +00:00
Mario Manno d9f23b95e0
Merge pull request #389 from rancher/bump-x-crypto
Bump x crypto / gomock switch
2023-12-21 17:04:18 +01:00
Mario Manno 67378a0711 Bump x/crypto to 0.17.0 2023-12-21 16:34:25 +01:00
Mario Manno e057c28e31 Switch to go.uber.org/mock
The golang/mock is archived.
2023-12-21 16:08:04 +01:00
Mario Manno 49534c0368
Merge pull request #388 from rancher/dependabot/go_modules/github.com/containerd/containerd-1.7.11
chore(deps): Bump github.com/containerd/containerd from 1.7.7 to 1.7.11
2023-12-21 15:53:18 +01:00
dependabot[bot] 251a6fd494
chore(deps): Bump github.com/containerd/containerd from 1.7.7 to 1.7.11
Bumps [github.com/containerd/containerd](https://github.com/containerd/containerd) from 1.7.7 to 1.7.11.
- [Release notes](https://github.com/containerd/containerd/releases)
- [Changelog](https://github.com/containerd/containerd/blob/main/RELEASES.md)
- [Commits](https://github.com/containerd/containerd/compare/v1.7.7...v1.7.11)

---
updated-dependencies:
- dependency-name: github.com/containerd/containerd
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-19 21:22:08 +00:00
Raul Cabello Martin a6325a385c
Add proxy env vars to job containers (#382) 2023-12-19 15:23:39 +01:00
Mario Manno 4090f007a7
Merge pull request #383 from rancher/remove-golanci
Remove misspelled golanci config
2023-12-15 17:18:34 +01:00
Mario Manno ccfdc33980 Remove misspelled golanci config 2023-12-15 10:16:47 +01:00
Raul Cabello Martin 03f3ce12d5
Migrate to controller runtime (#368)
Co-authored-by: Alejandro Ruiz <4057165+aruiz14@users.noreply.github.com>
Co-authored-by: Corentin Néau <tan.neau@suse.com>
2023-12-12 12:12:32 +01:00
Raul Cabello Martin c901e27d9c
Bump golangci-lint (#379) 2023-12-12 11:39:22 +01:00
Mario Manno a9a0e78585
Merge pull request #378 from rancher/disable-automatic-releases
Disable automatic releases, use release branches
2023-12-12 11:13:01 +01:00
Mario Manno d405461703 Disable automatic releases 2023-12-12 11:12:15 +01:00
Tim Hardeck efb4a81df5
Merge pull request #377 from rancher/dependabot/docker/package/bci/bci-base-15.5.36.5.59
chore(deps): Bump bci/bci-base from 15.5.36.5.58 to 15.5.36.5.59 in /package
2023-12-12 08:37:24 +01:00
Tim Hardeck d245ef297d
Merge pull request #376 from rancher/dependabot/go_modules/github.com/go-git/go-git/v5-5.11.0
chore(deps): Bump github.com/go-git/go-git/v5 from 5.10.1 to 5.11.0
2023-12-12 08:37:05 +01:00
dependabot[bot] 680919919a
chore(deps): Bump bci/bci-base in /package
Bumps bci/bci-base from 15.5.36.5.58 to 15.5.36.5.59.

---
updated-dependencies:
- dependency-name: bci/bci-base
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-11 03:00:01 +00:00