v1.1.5-rc.1
Pre-release
Pre-release
github-actions
released this
09 Oct 15:07
·
390 commits
to main
since this release
Changelog
- b1ad8fd π± Bump github.com/onsi/ginkgo/v2 from 2.15.0 to 2.16.0
- 019f4ce π± Bump github.com/onsi/ginkgo/v2 from 2.16.0 to 2.17.1
- f1bb147 π± Bump github.com/onsi/ginkgo/v2 from 2.17.1 to 2.17.2
- 181bf14 π± Bump github.com/onsi/ginkgo/v2 from 2.17.2 to 2.19.0
- 044d056 π± Bump github.com/onsi/gomega from 1.31.1 to 1.32.0
- 0d2f77a π± Bump github.com/onsi/gomega from 1.32.0 to 1.33.0
- 0a89134 π± Bump github.com/onsi/gomega from 1.33.0 to 1.33.1
- aecf05b π± Bump github.com/stretchr/testify from 1.8.4 to 1.9.0
- 4db6c56 π± Bump golang.org/x/net from 0.20.0 to 0.22.0
- 967cc77 π± Bump golang.org/x/net from 0.22.0 to 0.24.0
- 119d555 π± Bump golang.org/x/net from 0.24.0 to 0.25.0
- 6d747cd Add release workflow
- 09973e4 Bump k8s.io/kubernetes to v1.27.13
- c7cd818 Merge pull request #412 from rancher/dependabot/go_modules/release-v2.7/github.com/stretchr/testify-1.9.0
- d16853c Merge pull request #413 from rancher/dependabot/go_modules/release-v2.7/github.com/onsi/ginkgo/v2-2.16.0
- 9f9eb5d Merge pull request #414 from rancher/dependabot/go_modules/release-v2.7/golang.org/x/net-0.22.0
- dd10e7b Merge pull request #441 from rancher/dependabot/go_modules/release-v2.7/github.com/onsi/gomega-1.32.0
- 791ceba Merge pull request #451 from rancher/dependabot/go_modules/release-v2.7/github.com/onsi/ginkgo/v2-2.17.1
- 8b73876 Merge pull request #456 from rancher/dependabot/go_modules/release-v2.7/golang.org/x/net-0.24.0
- 37ad07f Merge pull request #461 from mjura/v2.7-release
- b81c804 Merge pull request #471 from yiannistri/bump-norman-v2.7
- 9998b05 Merge pull request #472 from rancher/dependabot/go_modules/release-v2.7/github.com/onsi/gomega-1.33.0
- 31d692a Merge pull request #484 from rancher/dependabot/go_modules/release-v2.7/github.com/onsi/ginkgo/v2-2.17.2
- 5f885b8 Merge pull request #499 from mjura/v2.7-k8s-bump
- 5ea1d74 Merge pull request #500 from rancher/dependabot/go_modules/release-v2.7/golang.org/x/net-0.25.0
- 13a4b53 Merge pull request #501 from rancher/dependabot/go_modules/release-v2.7/github.com/onsi/gomega-1.33.1
- cccd516 Merge pull request #530 from yiannistri/89-migrate-gha-release-v2.7
- 08f0141 Merge pull request #532 from rancher/dependabot/go_modules/release-v2.7/github.com/onsi/ginkgo/v2-2.19.0
- 78654d4 Merge pull request #578 from yiannistri/573-release-v2.7
- b085e75 Merge pull request #600 from yiannistri/596-multiple-tags-release-v2.7
- 8fd7989 Merge pull request #685 from yiannistri/bump-image-version-release-v2.7
- 2503306 chore: Bump base image version to 15.6
- 6f073e1 chore: Ignore CVE reported by Trivy since it requires bumping Go to 1.21.
- cc91d82 chore: Remove Drone configuration
- a8fc472 ci: Add goreleaser config and update release workflow
- 1ce509b ci: Specify the tag for the new release. This is necessary because by default, goreleaser sorts tags by name which causes problems when >1 tags point to the same commit (un-rc process).
- 29dbae5 ci: Supress report of CVE-2024-34156 as it requires bumping Go to 1.22.7
- 9f36f72 ci: Use Go version from go.mod for both release and scanning
- c3e1db0 fix: Bump
github.com/rancher/norman
version to address CVE-2023-32193 - 91d2f75 fix: Explicitly ignore CVE-2023-45288 from trivy scan until we are able to upgrade to Go 1.21
- df30243 fix: Replace unapproved GH Actions with approved ones