-
Notifications
You must be signed in to change notification settings - Fork 127
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* update golang to 1.23 * code.gitea.io/sdk/gitea v0.17.1 => v0.19.0 * upgraded github.com/argoproj/argo-cd/v2 v2.10.0 => v2.13.1 * upgraded github.com/briandowns/spinner v1.23.0 => v1.23.1 * upgraded github.com/go-git/go-git/v5 v5.11.0 => v5.12.0 * upgraded github.com/ktrysmt/go-bitbucket v0.9.75 => v0.9.81 * upgraded github.com/spf13/cobra v1.8.0 => v1.8.1 * upgraded github.com/spf13/viper v1.18.2 => v1.19.0 * upgraded github.com/stretchr/testify v1.8.4 => v1.10.0 * upgraded github.com/xanzy/go-gitlab v0.97.0 => v0.114.0 * upgraded k8s.io/api v0.26.11 => v0.31.0 * upgraded k8s.io/apimachinery v0.26.11 => v0.31.0 * upgraded k8s.io/cli-runtime v0.26.11 => v0.31.0 * upgraded k8s.io/client-go v0.26.11 => v0.31.0 *upgraded k8s.io/kubectl v0.26.11 => v0.31.2 * upgraded sigs.k8s.io/kustomize/api v0.12.1 => v0.17.2 * upgraded sigs.k8s.io/kustomize/kyaml v0.13.9 => v0.17.1 * replaced github.com/ghodss/yaml v1.0.0 with sigs.k8s.io/yaml v1.4.0 --------- Signed-off-by: Noam Gal <[email protected]>
- Loading branch information
Showing
20 changed files
with
668 additions
and
1,908 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
mkdocs-material | ||
markdown_include | ||
pygments==2.15.0 | ||
pygments==2.15.0 | ||
|
||
urllib3>=2.2.2 # not directly required, pinned by Snyk to avoid a vulnerability | ||
requests>=2.32.0 # not directly required, pinned by Snyk to avoid a vulnerability |
Oops, something went wrong.