-
Notifications
You must be signed in to change notification settings - Fork 171
Prepare v1.7.0 release #774
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
Changes from 4 commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -39,10 +39,11 @@ jobs: | |
| - run: echo "setting versions" | ||
| outputs: | ||
| # JSON encoded array of k8s versions. | ||
| K8S_VERSIONS: '["1.32.2", "1.31.6", "1.30.10", "1.29.14", "1.28.15"]' | ||
| VAULT_N: "1.18.5" | ||
| VAULT_N_1: "1.17.6" | ||
| VAULT_N_2: "1.16.3" | ||
| K8S_VERSIONS: '["1.33.1", "1.32.5", "1.31.9", "1.30.13", "1.29.14"]' | ||
| VAULT_N: "1.19.5" | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This may just be my newness to the process, but do we typically release this right before a Vault release? (Since the GA goes out tomorrow supposedly, I would think we'd want to wait and test against a VAULT_N of 1.20.0)
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Maybe ideally we'd wait for 1.20, but enough people are waiting on this that I wanted to get this out ASAP. |
||
| VAULT_N_1: "1.18.5" | ||
| VAULT_N_2: "1.17.6" | ||
| VAULT_LTS_1: "1.16.3" | ||
|
|
||
| latest-vault: | ||
| name: vault:${{ matrix.vault-version }} kind:${{ matrix.k8s-version }} | ||
|
|
@@ -81,6 +82,7 @@ jobs: | |
| vault-version: | ||
| - ${{ needs.versions.outputs.VAULT_N_1 }} | ||
| - ${{ needs.versions.outputs.VAULT_N_2 }} | ||
| - ${{ needs.versions.outputs.VAULT_LTS_1 }} | ||
| runs-on: ubuntu-latest | ||
| steps: | ||
| - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.