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

chore(deps): bump kong to 3.4.1 #537

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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 .github/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@ branches:
strict: true
contexts: [pre-commit, Create Release, 'Build Docker Containers (x86_64, amd64, ubuntu, rolling)', 'Build Docker Containers (x86_64, amd64, ubuntu,
16.04)', 'Build Docker Containers (x86_64, amd64, debian, testing)', 'Build Docker Containers (x86_64, amd64, debian, 10)', 'Build Docker Containers
(x86_64, amd64, rhel, 8)', 'Build Docker Containers (x86_64, amd64, alpine, 3)', 'Build Docker Containers (aarch64, arm64, ubuntu, rolling)',
(x86_64, amd64, rhel, 8)', 'Build Docker Containers (aarch64, arm64, ubuntu, rolling)',
'Build Docker Containers (aarch64, arm64, ubuntu, 16.04)', 'Build Docker Containers (aarch64, arm64, debian, testing)', 'Build Docker Containers
(aarch64, arm64, debian, 10)', 'Build Docker Containers (aarch64, arm64, rhel, 8)', 'Build Docker Containers (aarch64, arm64, alpine, 3)']
(aarch64, arm64, debian, 10)', 'Build Docker Containers (aarch64, arm64, rhel, 8)']
enforce_admins:
required_linear_history: true
restrictions:
8 changes: 3 additions & 5 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
strategy:
matrix:
architecture: [x86_64, aarch64]
ostype: [linux-gnu, linux-musl]
ostype: [linux-gnu]
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down Expand Up @@ -146,8 +146,7 @@ jobs:
strategy:
matrix:
architecture: [{cpu: x86_64, docker: amd64}, {cpu: aarch64, docker: arm64}]
os: [{os: ubuntu, version: rolling}, {os: ubuntu, version: 16.04}, {os: debian, version: testing}, {os: debian, version: 10}, {os: rhel, version: 8},
{os: alpine, version: 3}]
os: [{os: ubuntu, version: rolling}, {os: ubuntu, version: 16.04}, {os: debian, version: testing}, {os: debian, version: 10}, {os: rhel, version: 8}]
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down Expand Up @@ -215,8 +214,7 @@ jobs:
if: ${{ needs.release.outputs.published == 'true' }}
strategy:
matrix:
os: [{os: ubuntu, version: rolling}, {os: ubuntu, version: 16.04}, {os: debian, version: testing}, {os: debian, version: 10}, {os: rhel, version: 8},
{os: alpine, version: 3}]
os: [{os: ubuntu, version: rolling}, {os: ubuntu, version: 16.04}, {os: debian, version: testing}, {os: debian, version: 10}, {os: rhel, version: 8}]
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down
2 changes: 0 additions & 2 deletions Dockerfile.build
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@ ARG OPERATING_SYSTEM=ubuntu
ARG OPERATING_SYSTEM_VERSION="22.04"

# List out all image permutations to trick dependabot
FROM --platform=linux/amd64 ghcr.io/hutchic-org/kong-runtime:1.0.8-x86_64-linux-musl as x86_64-linux-musl
FROM --platform=linux/amd64 ghcr.io/hutchic-org/kong-runtime:1.0.8-x86_64-linux-gnu as x86_64-linux-gnu
FROM --platform=linux/arm64 ghcr.io/hutchic-org/kong-runtime:1.0.8-aarch64-linux-musl as aarch64-linux-musl
FROM --platform=linux/arm64 ghcr.io/hutchic-org/kong-runtime:1.0.8-aarch64-linux-gnu as aarch64-linux-gnu


Expand Down
2 changes: 1 addition & 1 deletion kong
Submodule kong updated 160 files
Loading