Skip to content
This repository was archived by the owner on Mar 19, 2024. It is now read-only.
Merged
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/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
matrix:
goos: ["linux"]
goarch: ["arm", "arm64", "386", "amd64"]
go: ["1.18.3"]
go: ["1.18.5"]
fail-fast: true

name: Go ${{ matrix.go }} ${{ matrix.goos }} ${{ matrix.goarch }} build
Expand Down Expand Up @@ -110,7 +110,7 @@ jobs:
steps:
- uses: actions/checkout@v2
# we currently have the +ent as part of the verion string so removing it here
# we should separate this from the version going forward
# we should separate this from the version going forward
- name: Remove + from version
run: |
echo "version=$(echo $version | sed 's/+ent//g')" >> $GITHUB_ENV
Expand Down
16 changes: 8 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ jobs:
strategy:
matrix:
consul-version:
- 1.11.5
- 1.12.2
- 1.11.5+ent
- 1.12.2+ent
- 1.11.8
- 1.11.8+ent
- 1.12.4
- 1.12.4+ent
runs-on: ubuntu-latest
env:
TEST_RESULTS_DIR: /tmp/test-results/consul@${{ matrix.consul-version }}
Expand Down Expand Up @@ -92,10 +92,10 @@ jobs:
strategy:
matrix:
consul-image:
- 'hashicorp/consul:1.11.5'
- 'hashicorp/consul-enterprise:1.11.5-ent'
- 'hashicorp/consul:1.12.2'
- 'hashicorp/consul-enterprise:1.12.2-ent'
- 'hashicorp/consul:1.11.8'
- 'hashicorp/consul-enterprise:1.11.8-ent'
- 'hashicorp/consul:1.12.4'
- 'hashicorp/consul-enterprise:1.12.4-ent'
runs-on: ubuntu-latest
env:
TEST_RESULTS_DIR: /tmp/test-results/e2e@${{ matrix.consul-image }}
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/conformance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,16 +29,16 @@ jobs:
- kind
- eks
config:
- name: "consul@v1.11 + consul-k8s@v0.45.0"
- name: "consul@v1.11 + consul-k8s@v0.47.1"
api-gateway-image: "hashicorppreview/consul-api-gateway:0.4-dev"
consul-image: "hashicorp/consul:1.11"
envoy-image: "envoyproxy/envoy:v1.20-latest"
consul-k8s-version: "charts/capigw-controller-clusterrole-referencegrants"
- name: "consul@v1.12 + consul-k8s@v0.45.0"
consul-k8s-version: "v0.47.1"
- name: "consul@v1.12 + consul-k8s@v0.47.1"
api-gateway-image: "hashicorppreview/consul-api-gateway:0.4-dev"
consul-image: "hashicorp/consul:1.12"
envoy-image: "envoyproxy/envoy:v1.22-latest"
consul-k8s-version: "charts/capigw-controller-clusterrole-referencegrants"
consul-k8s-version: "v0.47.1"
fail-fast: true
name: "${{ matrix.cluster-type }} - ${{ matrix.config.name }}"
concurrency:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/conformance_with_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,16 +31,16 @@ jobs:
strategy:
matrix:
config:
- name: "consul@v1.11 + consul-k8s@v0.45.0"
- name: "consul@v1.11 + consul-k8s@v0.47.1"
api-gateway-image: "consul-api-gateway:local-build"
consul-image: "hashicorp/consul:1.11"
envoy-image: "envoyproxy/envoy:v1.20-latest"
consul-k8s-version: "charts/capigw-controller-clusterrole-referencegrants"
- name: "consul@v1.12 + consul-k8s@v0.45.0"
consul-k8s-version: "v0.47.1"
- name: "consul@v1.12 + consul-k8s@v0.47.1"
api-gateway-image: "consul-api-gateway:local-build"
consul-image: "hashicorp/consul:1.12"
envoy-image: "envoyproxy/envoy:v1.22-latest"
consul-k8s-version: "charts/capigw-controller-clusterrole-referencegrants"
consul-k8s-version: "v0.47.1"
fail-fast: true
name: "${{ matrix.config.name }}"

Expand Down
1 change: 0 additions & 1 deletion internal/testing/conformance/consul-config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
global:
imageK8S: "docker.mirror.hashicorp.services/hashicorpdev/consul-k8s-control-plane:latest"
tls:
enabled: true
server:
Expand Down