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 module github.com/evanphx/json-patch to v5.9.11+incompatible (release/v0.4) - autoclosed #601

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
44 commits
Select commit Hold shift + click to select a range
899549c
Bump copyright year
tomleb Jan 22, 2024
338352e
Merge pull request #325 from tomleb/2024-0.4
tomleb Jan 22, 2024
345f7ee
Remove CAPI webhook (#336)
tomleb Mar 1, 2024
2cba4f9
Add support for 1.28 k8s libraries (#335)
tomleb Mar 6, 2024
acdb681
Backport of PRs #328 and #332, plus go module refresh
andreas-kupries Mar 11, 2024
d11c7f4
Change codeowner to new team (#343)
JonCrowther Mar 19, 2024
6d40ab3
Merge pull request #340 from andreas-kupries/ak-gh40584-rules-validat…
andreas-kupries Apr 3, 2024
e178f95
[v0.4] Upgrade golangci-lint and fix warnings and errors associated w…
JonCrowther Apr 3, 2024
e2b6dcf
update rke to v1.5.9-rc2
kinarashah May 6, 2024
40ab154
Merge pull request #369 from kinarashah/v04
MbolotSuse May 7, 2024
36cb016
update rancher/pkg/apis to latest commit
kinarashah May 7, 2024
b6b5ef9
Merge pull request #371 from kinarashah/v041
MbolotSuse May 7, 2024
33ce4ca
[v0.4] s4: Fixes 227 (#390) (#402)
pmatseykanets Jun 18, 2024
e4c1115
[v0.4] s4: Fixes 374 (#408)
raulcabello Jun 19, 2024
5755a0c
Backport GHA migration from 0.5 to 0.4
ericpromislow Jul 5, 2024
8aac201
v0.4 GHA: Install rancher against an up-to-date chart.
ericpromislow Jul 8, 2024
4f99003
Merge pull request #384 from ericpromislow/gha-migration-v0.4
ericpromislow Jul 8, 2024
c0ed99b
[release/v0.4] Add a check for the agent-tls-mode setting (#439)
maxsokolovsky Jul 9, 2024
7db7696
Add support for allow-dynamic-schema-drop annotation (#419)
jakefhyde Jul 9, 2024
57c9ffe
update rke to v1.5.11-rc4
kinarashah Jul 9, 2024
2e0403d
Merge pull request #443 from kinarashah/v042
MbolotSuse Jul 10, 2024
08cc59b
Don't error if external-rules feature flag is not found when evaluati…
raulcabello Jun 13, 2024
04b013f
Merge pull request #452 from MbolotSuse/ext-rules-fwport
MbolotSuse Jul 19, 2024
293b9cd
[v0.4] Set FailurePolicy to Ignore for settings validator (#447)
pmatseykanets Aug 1, 2024
a538c05
[v0.4] Use the proper config when fetching mutating webhook configura…
pmatseykanets Aug 3, 2024
8edc4d7
Stop testing the 'ok' part of a map access. (#472)
maxsokolovsky Aug 12, 2024
4aa5b74
Bump both rke and dymamiclistener to their release versions
nflynt Aug 15, 2024
5dbb728
Bump rancher apis to include latest hosted operators
nflynt Aug 16, 2024
f27348c
Bump go to 1.22 in CI to match go.mod
nflynt Aug 16, 2024
ef68a2a
Merge pull request #478 from nflynt/v4-bump-rke-and-dynamiclistener
nflynt Aug 16, 2024
aad7868
Merge pull request #484 from nflynt/v4-bump-rancher-apis
nflynt Aug 16, 2024
95ac57f
Bump Go to 1.22.7 (#496)
tomleb Sep 9, 2024
9ef85cc
update dependencies for v1.5.13-rc.2
kinarashah Sep 11, 2024
6a00e02
Merge pull request #499 from kinarashah/rkeup4
kinarashah Sep 12, 2024
f851349
bump rke to v1.5.13 and update pkg/apis to latest (#506)
kinarashah Sep 18, 2024
d75633a
[v0.4] Prevent dropping unknown cluster fields (#517)
kinarashah Oct 3, 2024
69b2bed
Sync dependencies with Rancher (#542)
tomleb Nov 7, 2024
ebf0891
[v0.4] Add sync deps workflow (#558)
tomleb Dec 16, 2024
e44170b
Sync dependencies (#561)
github-actions[bot] Dec 16, 2024
9cf1936
[v0.4] Fix syncing dependencies (#571)
tomleb Dec 17, 2024
8e4ebd5
Update year to 2025 (#581)
tomleb Jan 7, 2025
ee506bd
Sync dependencies (#589)
rancher-pr-and-push-webhook[bot] Jan 14, 2025
cd9e3e8
Sync dependencies (#595)
rancher-pr-and-push-webhook[bot] Jan 21, 2025
7b7a40a
Update module github.com/evanphx/json-patch to v5.9.11+incompatible
renovate-rancher[bot] Feb 1, 2025
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
191 changes: 0 additions & 191 deletions .drone.yml

This file was deleted.

85 changes: 85 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,85 @@
name: CI

on:
push:
branches:
- release/v*
paths-ignore:
- '.gitignore'
- 'CODEOWNERS'
- 'LICENSE'
pull_request:
paths-ignore:
- '.gitignore'
- 'CODEOWNERS'
- 'LICENSE'
workflow_dispatch:

permissions:
contents: read

jobs:
build:
name: CI
strategy:
matrix:
archBox:
- { arch: amd64, vmArch: x64 }
- { arch: arm64, vmArch: arm64 }
runs-on: runs-on,runner=1cpu-linux-${{ matrix.archBox.vmArch }},run-id=${{ github.run_id }}
steps:
- name : Checkout repository
# https://github.com/actions/checkout/releases/tag/v4.1.1
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

- name: Setup Go
uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
# https://github.com/actions/setup-go/releases/tag/v5.0.0
with:
go-version-file: 'go.mod'

- name: Checkout rancher/rancher and build the chart
run: |
mkdir -p "${{ runner.temp}}"
pushd "${{ runner.temp}}"
git clone --depth 1 -b release/v2.8 https://github.com/rancher/rancher.git rancherDir-v2.8
cd rancherDir-v2.8
./scripts/chart/build chart
tar cfz "${{ runner.temp }}/rancher.tgz" -C build/chart/rancher .
popd

- name: install K3d
run: ./.github/workflows/scripts/install-k3d.sh
env:
K3D_VERSION: latest

- name: ci
run: make ci

- name: setup cluster
run: ./.github/workflows/scripts/setup-cluster.sh
env:
CLUSTER_NAME: webhook
K3S_VERSION: v1.28.11-k3s1
ARCH: "${{ matrix.archBox.arch }}"

- name: import image
run: k3d image import dist/rancher-webhook-image.tar -c webhook

- name: start rancher
run: ./.github/workflows/scripts/start-rancher.sh
env:
CHART_PATH: "${{ runner.temp }}/rancher.tgz"
RANCHER_IMAGE_TAG: "v2.8-head"
VERSION: "2.8"

- name: get vars
run: cat dist/image_tag >> $GITHUB_ENV

- name: Run integration tests
run: ./.github/workflows/scripts/integration-test-ci
env:
ARCH: "${{ matrix.archBox.arch }}"
CLUSTER_NAME: webhook
IMAGE_REPO: rancher/webhook
IMAGE_TAG: "${{ env.IMAGE_TAG }}"
Loading
Loading