Skip to content

Commit

Permalink
chore(release): [bot] 1.2.2 (#114)
Browse files Browse the repository at this point in the history
Signed-off-by: Kong's Team k8s bot <[email protected]>
  • Loading branch information
team-k8s-bot authored and pmalek committed Apr 23, 2024
1 parent 13e729f commit b443838
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/__build-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,6 @@ jobs:
REPO_INFO=https://github.com/${{ github.repository }}.git
GOPATH=${{ env.GOPATH}}
GOCACHE=${{ env.GOCACHE}}
PAT_GITHUB=${{ secrets.gh-pat }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
outputs: ${{ inputs.outputs }}
Expand Down
13 changes: 12 additions & 1 deletion .github/workflows/__release-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ jobs:

test-integration-current-kubernetes:
runs-on: ubuntu-latest
needs: build-push-images
strategy:
fail-fast: true
matrix:
Expand All @@ -132,6 +131,10 @@ jobs:
with:
go-version-file: go.mod

- uses: jdx/mise-action@v2
with:
install: false

- name: integration tests
run: make test.integration
env:
Expand Down Expand Up @@ -160,6 +163,10 @@ jobs:
with:
go-version-file: go.mod

- uses: jdx/mise-action@v2
with:
install: false

- name: E2E Tests
run: make test.e2e
env:
Expand Down Expand Up @@ -203,6 +210,10 @@ jobs:
echo "VERSION=${VERSION}" >> $GITHUB_ENV
echo ${VERSION} > VERSION
- uses: jdx/mise-action@v2
with:
install: false

# Generated manifests are part of the release PR.
- name: Generate manifests
if: ${{ inputs.regenerate-manifests }}
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.2.1
1.2.2
2 changes: 1 addition & 1 deletion config/components/manager-image/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ kind: Component
images:
- name: docker.io/kong/gateway-operator-oss
newName: docker.io/kong/gateway-operator-oss
newTag: 1.2.1
newTag: 1.2.2

0 comments on commit b443838

Please sign in to comment.