renovate 40.0.0-next.3 → 40.0.0-next.30
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/config/decrypt/legacy.js +0 -1
- package/dist/config/decrypt/legacy.js.map +1 -1
- package/dist/config/decrypt.d.ts +3 -1
- package/dist/config/decrypt.js +56 -13
- package/dist/config/decrypt.js.map +1 -1
- package/dist/config/migrate-validate.js +3 -2
- package/dist/config/migrate-validate.js.map +1 -1
- package/dist/config/migration.js +2 -1
- package/dist/config/migration.js.map +1 -1
- package/dist/config/migrations/custom/rebase-stale-prs-migration.js +1 -1
- package/dist/config/migrations/custom/rebase-stale-prs-migration.js.map +1 -1
- package/dist/config/options/index.js +4 -3
- package/dist/config/options/index.js.map +1 -1
- package/dist/config/parse.js +2 -2
- package/dist/config/parse.js.map +1 -1
- package/dist/config/presets/gitea/index.js +0 -1
- package/dist/config/presets/gitea/index.js.map +1 -1
- package/dist/config/presets/github/index.js +0 -1
- package/dist/config/presets/github/index.js.map +1 -1
- package/dist/config/presets/gitlab/index.js +1 -1
- package/dist/config/presets/gitlab/index.js.map +1 -1
- package/dist/config/presets/http/index.js +1 -2
- package/dist/config/presets/http/index.js.map +1 -1
- package/dist/config/presets/index.js +0 -7
- package/dist/config/presets/index.js.map +1 -1
- package/dist/config/presets/internal/custom-managers.js +3 -4
- package/dist/config/presets/internal/custom-managers.js.map +1 -1
- package/dist/config/presets/internal/group.js +30 -1
- package/dist/config/presets/internal/group.js.map +1 -1
- package/dist/config/presets/internal/index.js +1 -3
- package/dist/config/presets/internal/index.js.map +1 -1
- package/dist/config/presets/internal/workarounds.js +1 -0
- package/dist/config/presets/internal/workarounds.js.map +1 -1
- package/dist/config/presets/parse.js +2 -1
- package/dist/config/presets/parse.js.map +1 -1
- package/dist/config/schema.d.ts +2 -2
- package/dist/config/types.d.ts +4 -1
- package/dist/config/types.js.map +1 -1
- package/dist/config/validation.js +3 -5
- package/dist/config/validation.js.map +1 -1
- package/dist/config-validator.js +0 -1
- package/dist/config-validator.js.map +1 -1
- package/dist/constants/category.js +0 -1
- package/dist/constants/category.js.map +1 -1
- package/dist/data/monorepo.json +5 -1
- package/dist/data/source-urls.json +1 -0
- package/dist/instrumentation/index.js +17 -13
- package/dist/instrumentation/index.js.map +1 -1
- package/dist/instrumentation/utils.js +1 -1
- package/dist/instrumentation/utils.js.map +1 -1
- package/dist/logger/cmd-serializer.js +0 -1
- package/dist/logger/cmd-serializer.js.map +1 -1
- package/dist/logger/config-serializer.js +0 -1
- package/dist/logger/config-serializer.js.map +1 -1
- package/dist/logger/index.js +1 -4
- package/dist/logger/index.js.map +1 -1
- package/dist/logger/once.js +4 -2
- package/dist/logger/once.js.map +1 -1
- package/dist/logger/pretty-stdout.js +0 -1
- package/dist/logger/pretty-stdout.js.map +1 -1
- package/dist/logger/renovate-logger.js +1 -1
- package/dist/logger/renovate-logger.js.map +1 -1
- package/dist/logger/utils.js +6 -11
- package/dist/logger/utils.js.map +1 -1
- package/dist/modules/datasource/api.js +2 -0
- package/dist/modules/datasource/api.js.map +1 -1
- package/dist/modules/datasource/artifactory/index.js +1 -2
- package/dist/modules/datasource/artifactory/index.js.map +1 -1
- package/dist/modules/datasource/aws-eks-addon/index.d.ts +11 -0
- package/dist/modules/datasource/aws-eks-addon/index.js +75 -0
- package/dist/modules/datasource/aws-eks-addon/index.js.map +1 -0
- package/dist/modules/datasource/aws-eks-addon/schema.d.ts +40 -0
- package/dist/modules/datasource/aws-eks-addon/schema.js +31 -0
- package/dist/modules/datasource/aws-eks-addon/schema.js.map +1 -0
- package/dist/modules/datasource/aws-machine-image/index.js +6 -5
- package/dist/modules/datasource/aws-machine-image/index.js.map +1 -1
- package/dist/modules/datasource/azure-pipelines-tasks/index.js +11 -1
- package/dist/modules/datasource/azure-pipelines-tasks/index.js.map +1 -1
- package/dist/modules/datasource/azure-pipelines-tasks/schema.d.ts +16 -0
- package/dist/modules/datasource/azure-pipelines-tasks/schema.js +2 -0
- package/dist/modules/datasource/azure-pipelines-tasks/schema.js.map +1 -1
- package/dist/modules/datasource/bazel/index.js +0 -1
- package/dist/modules/datasource/bazel/index.js.map +1 -1
- package/dist/modules/datasource/bitrise/index.js +1 -1
- package/dist/modules/datasource/bitrise/index.js.map +1 -1
- package/dist/modules/datasource/cdnjs/schema.d.ts +2 -2
- package/dist/modules/datasource/conda/index.js +18 -1
- package/dist/modules/datasource/conda/index.js.map +1 -1
- package/dist/modules/datasource/conda/prefix-dev.d.ts +3 -0
- package/dist/modules/datasource/conda/prefix-dev.js +83 -0
- package/dist/modules/datasource/conda/prefix-dev.js.map +1 -0
- package/dist/modules/datasource/conda/schema/prefix-dev.d.ts +189 -0
- package/dist/modules/datasource/conda/schema/prefix-dev.js +31 -0
- package/dist/modules/datasource/conda/schema/prefix-dev.js.map +1 -0
- package/dist/modules/datasource/conda/types.d.ts +1 -20
- package/dist/modules/datasource/conda/types.js.map +1 -1
- package/dist/modules/datasource/cpan/index.js +1 -1
- package/dist/modules/datasource/cpan/index.js.map +1 -1
- package/dist/modules/datasource/crate/index.js +3 -3
- package/dist/modules/datasource/crate/index.js.map +1 -1
- package/dist/modules/datasource/custom/formats/html.js +1 -1
- package/dist/modules/datasource/custom/formats/html.js.map +1 -1
- package/dist/modules/datasource/custom/formats/yaml.js +1 -1
- package/dist/modules/datasource/custom/formats/yaml.js.map +1 -1
- package/dist/modules/datasource/custom/index.js +4 -2
- package/dist/modules/datasource/custom/index.js.map +1 -1
- package/dist/modules/datasource/custom/schema.d.ts +22 -22
- package/dist/modules/datasource/custom/utils.js +1 -0
- package/dist/modules/datasource/custom/utils.js.map +1 -1
- package/dist/modules/datasource/dart/index.js +1 -1
- package/dist/modules/datasource/dart/index.js.map +1 -1
- package/dist/modules/datasource/dart-version/index.js +1 -1
- package/dist/modules/datasource/dart-version/index.js.map +1 -1
- package/dist/modules/datasource/datasource.js +0 -1
- package/dist/modules/datasource/datasource.js.map +1 -1
- package/dist/modules/datasource/deb/index.js +2 -2
- package/dist/modules/datasource/deb/index.js.map +1 -1
- package/dist/modules/datasource/deno/index.js +1 -1
- package/dist/modules/datasource/deno/index.js.map +1 -1
- package/dist/modules/datasource/deno/schema.d.ts +1 -1
- package/dist/modules/datasource/devbox/index.js +0 -1
- package/dist/modules/datasource/devbox/index.js.map +1 -1
- package/dist/modules/datasource/docker/common.js +5 -2
- package/dist/modules/datasource/docker/common.js.map +1 -1
- package/dist/modules/datasource/docker/index.js +10 -8
- package/dist/modules/datasource/docker/index.js.map +1 -1
- package/dist/modules/datasource/docker/schema.d.ts +5 -5
- package/dist/modules/datasource/docker/schema.js +2 -1
- package/dist/modules/datasource/docker/schema.js.map +1 -1
- package/dist/modules/datasource/flutter-version/index.js +1 -1
- package/dist/modules/datasource/flutter-version/index.js.map +1 -1
- package/dist/modules/datasource/galaxy/schema.d.ts +1 -1
- package/dist/modules/datasource/galaxy-collection/schema.d.ts +8 -8
- package/dist/modules/datasource/git-refs/index.js +1 -1
- package/dist/modules/datasource/git-refs/index.js.map +1 -1
- package/dist/modules/datasource/gitea-releases/schema.d.ts +2 -2
- package/dist/modules/datasource/gitea-tags/schema.d.ts +4 -4
- package/dist/modules/datasource/github-release-attachments/index.js +2 -2
- package/dist/modules/datasource/github-release-attachments/index.js.map +1 -1
- package/dist/modules/datasource/gitlab-packages/index.js +1 -1
- package/dist/modules/datasource/gitlab-packages/index.js.map +1 -1
- package/dist/modules/datasource/gitlab-releases/index.js +1 -3
- package/dist/modules/datasource/gitlab-releases/index.js.map +1 -1
- package/dist/modules/datasource/go/base.js +1 -1
- package/dist/modules/datasource/go/base.js.map +1 -1
- package/dist/modules/datasource/go/index.js +1 -1
- package/dist/modules/datasource/go/index.js.map +1 -1
- package/dist/modules/datasource/go/releases-direct.js +7 -4
- package/dist/modules/datasource/go/releases-direct.js.map +1 -1
- package/dist/modules/datasource/go/releases-goproxy.js +1 -1
- package/dist/modules/datasource/go/releases-goproxy.js.map +1 -1
- package/dist/modules/datasource/golang-version/index.js +2 -2
- package/dist/modules/datasource/golang-version/index.js.map +1 -1
- package/dist/modules/datasource/gradle-version/index.js +1 -1
- package/dist/modules/datasource/gradle-version/index.js.map +1 -1
- package/dist/modules/datasource/helm/index.js +1 -1
- package/dist/modules/datasource/helm/index.js.map +1 -1
- package/dist/modules/datasource/hex/index.js +1 -1
- package/dist/modules/datasource/hex/index.js.map +1 -1
- package/dist/modules/datasource/hex/schema.d.ts +11 -11
- package/dist/modules/datasource/hexpm-bob/index.js +1 -1
- package/dist/modules/datasource/hexpm-bob/index.js.map +1 -1
- package/dist/modules/datasource/index.js +4 -4
- package/dist/modules/datasource/index.js.map +1 -1
- package/dist/modules/datasource/java-version/index.js +0 -1
- package/dist/modules/datasource/java-version/index.js.map +1 -1
- package/dist/modules/datasource/jenkins-plugins/index.js +1 -1
- package/dist/modules/datasource/jenkins-plugins/index.js.map +1 -1
- package/dist/modules/datasource/maven/index.js +35 -27
- package/dist/modules/datasource/maven/index.js.map +1 -1
- package/dist/modules/datasource/maven/types.d.ts +3 -6
- package/dist/modules/datasource/maven/types.js.map +1 -1
- package/dist/modules/datasource/maven/util.d.ts +4 -5
- package/dist/modules/datasource/maven/util.js +94 -157
- package/dist/modules/datasource/maven/util.js.map +1 -1
- package/dist/modules/datasource/node-version/index.js +1 -1
- package/dist/modules/datasource/node-version/index.js.map +1 -1
- package/dist/modules/datasource/npm/index.js +1 -1
- package/dist/modules/datasource/npm/index.js.map +1 -1
- package/dist/modules/datasource/npm/npmrc.js +1 -1
- package/dist/modules/datasource/npm/npmrc.js.map +1 -1
- package/dist/modules/datasource/nuget/index.js +1 -1
- package/dist/modules/datasource/nuget/index.js.map +1 -1
- package/dist/modules/datasource/nuget/v2.js +1 -1
- package/dist/modules/datasource/nuget/v2.js.map +1 -1
- package/dist/modules/datasource/nuget/v3.js +6 -6
- package/dist/modules/datasource/nuget/v3.js.map +1 -1
- package/dist/modules/datasource/orb/index.js +1 -1
- package/dist/modules/datasource/orb/index.js.map +1 -1
- package/dist/modules/datasource/packagist/index.js +2 -2
- package/dist/modules/datasource/packagist/index.js.map +1 -1
- package/dist/modules/datasource/packagist/schema.d.ts +25 -25
- package/dist/modules/datasource/pod/index.js +2 -2
- package/dist/modules/datasource/pod/index.js.map +1 -1
- package/dist/modules/datasource/postprocess-release.js +1 -1
- package/dist/modules/datasource/postprocess-release.js.map +1 -1
- package/dist/modules/datasource/pypi/index.js +1 -1
- package/dist/modules/datasource/pypi/index.js.map +1 -1
- package/dist/modules/datasource/python-version/index.js +1 -1
- package/dist/modules/datasource/python-version/index.js.map +1 -1
- package/dist/modules/datasource/repology/index.js +1 -1
- package/dist/modules/datasource/repology/index.js.map +1 -1
- package/dist/modules/datasource/ruby-version/index.js +1 -1
- package/dist/modules/datasource/ruby-version/index.js.map +1 -1
- package/dist/modules/datasource/rubygems/index.js +2 -2
- package/dist/modules/datasource/rubygems/index.js.map +1 -1
- package/dist/modules/datasource/rubygems/versions-endpoint-cache.js +2 -2
- package/dist/modules/datasource/rubygems/versions-endpoint-cache.js.map +1 -1
- package/dist/modules/datasource/sbt-package/index.js +1 -1
- package/dist/modules/datasource/sbt-package/index.js.map +1 -1
- package/dist/modules/datasource/sbt-plugin/index.js +1 -1
- package/dist/modules/datasource/sbt-plugin/index.js.map +1 -1
- package/dist/modules/datasource/schema.d.ts +4 -4
- package/dist/modules/datasource/terraform-module/index.js +1 -1
- package/dist/modules/datasource/terraform-module/index.js.map +1 -1
- package/dist/modules/datasource/terraform-provider/index.js +2 -3
- package/dist/modules/datasource/terraform-provider/index.js.map +1 -1
- package/dist/modules/datasource/types.d.ts +1 -0
- package/dist/modules/datasource/types.js.map +1 -1
- package/dist/modules/datasource/unity3d/index.d.ts +4 -1
- package/dist/modules/datasource/unity3d/index.js +36 -42
- package/dist/modules/datasource/unity3d/index.js.map +1 -1
- package/dist/modules/datasource/unity3d/schema.d.ts +47 -0
- package/dist/modules/datasource/unity3d/schema.js +17 -0
- package/dist/modules/datasource/unity3d/schema.js.map +1 -0
- package/dist/modules/manager/api.js +2 -0
- package/dist/modules/manager/api.js.map +1 -1
- package/dist/modules/manager/argocd/extract.js +1 -1
- package/dist/modules/manager/argocd/extract.js.map +1 -1
- package/dist/modules/manager/argocd/schema.d.ts +10 -10
- package/dist/modules/manager/asdf/upgradeable-tooling.js +94 -0
- package/dist/modules/manager/asdf/upgradeable-tooling.js.map +1 -1
- package/dist/modules/manager/azure-pipelines/schema.d.ts +32 -32
- package/dist/modules/manager/batect/schema.d.ts +4 -4
- package/dist/modules/manager/batect-wrapper/artifacts.js +1 -1
- package/dist/modules/manager/batect-wrapper/artifacts.js.map +1 -1
- package/dist/modules/manager/bazel/rules/docker.d.ts +6 -6
- package/dist/modules/manager/bazel/rules/git.d.ts +10 -10
- package/dist/modules/manager/bazel/rules/git.js +9 -2
- package/dist/modules/manager/bazel/rules/git.js.map +1 -1
- package/dist/modules/manager/bazel/rules/go.d.ts +5 -5
- package/dist/modules/manager/bazel/rules/maven.d.ts +7 -7
- package/dist/modules/manager/bazel/rules/oci.d.ts +6 -6
- package/dist/modules/manager/bazel-module/parser/fragments.d.ts +40 -40
- package/dist/modules/manager/bazel-module/parser/maven.d.ts +40 -40
- package/dist/modules/manager/bazel-module/parser/oci.d.ts +17 -17
- package/dist/modules/manager/bazel-module/rules.d.ts +40 -40
- package/dist/modules/manager/bun/artifacts.js +0 -1
- package/dist/modules/manager/bun/artifacts.js.map +1 -1
- package/dist/modules/manager/bundler/artifacts.js +0 -1
- package/dist/modules/manager/bundler/artifacts.js.map +1 -1
- package/dist/modules/manager/bundler/extract.js +2 -1
- package/dist/modules/manager/bundler/extract.js.map +1 -1
- package/dist/modules/manager/cake/index.js +4 -2
- package/dist/modules/manager/cake/index.js.map +1 -1
- package/dist/modules/manager/cargo/artifacts.js +5 -7
- package/dist/modules/manager/cargo/artifacts.js.map +1 -1
- package/dist/modules/manager/cargo/schema.d.ts +114 -114
- package/dist/modules/manager/cocoapods/artifacts.js +1 -2
- package/dist/modules/manager/cocoapods/artifacts.js.map +1 -1
- package/dist/modules/manager/composer/artifacts.js +1 -2
- package/dist/modules/manager/composer/artifacts.js.map +1 -1
- package/dist/modules/manager/composer/schema.d.ts +26 -26
- package/dist/modules/manager/composer/schema.js +1 -1
- package/dist/modules/manager/composer/schema.js.map +1 -1
- package/dist/modules/manager/composer/utils.d.ts +1 -0
- package/dist/modules/manager/composer/utils.js +18 -6
- package/dist/modules/manager/composer/utils.js.map +1 -1
- package/dist/modules/manager/copier/artifacts.js +0 -1
- package/dist/modules/manager/copier/artifacts.js.map +1 -1
- package/dist/modules/manager/crossplane/schema.d.ts +2 -2
- package/dist/modules/manager/custom/jsonata/index.js +4 -0
- package/dist/modules/manager/custom/jsonata/index.js.map +1 -1
- package/dist/modules/manager/custom/jsonata/schema.d.ts +21 -21
- package/dist/modules/manager/custom/regex/index.js +2 -0
- package/dist/modules/manager/custom/regex/index.js.map +1 -1
- package/dist/modules/manager/deps-edn/extract.js +2 -1
- package/dist/modules/manager/deps-edn/extract.js.map +1 -1
- package/dist/modules/manager/devbox/artifacts.d.ts +1 -1
- package/dist/modules/manager/devbox/artifacts.js +28 -11
- package/dist/modules/manager/devbox/artifacts.js.map +1 -1
- package/dist/modules/manager/devbox/schema.js +1 -1
- package/dist/modules/manager/devbox/schema.js.map +1 -1
- package/dist/modules/manager/devcontainer/extract.js +43 -1
- package/dist/modules/manager/devcontainer/extract.js.map +1 -1
- package/dist/modules/manager/devcontainer/index.js +11 -1
- package/dist/modules/manager/devcontainer/index.js.map +1 -1
- package/dist/modules/manager/devcontainer/schema.d.ts +7 -3
- package/dist/modules/manager/devcontainer/schema.js +3 -1
- package/dist/modules/manager/devcontainer/schema.js.map +1 -1
- package/dist/modules/manager/docker-compose/schema.d.ts +6 -6
- package/dist/modules/manager/fingerprint.generated.js +86 -85
- package/dist/modules/manager/fingerprint.generated.js.map +1 -1
- package/dist/modules/manager/flux/artifacts.js +0 -1
- package/dist/modules/manager/flux/artifacts.js.map +1 -1
- package/dist/modules/manager/flux/extract.js +27 -24
- package/dist/modules/manager/flux/extract.js.map +1 -1
- package/dist/modules/manager/flux/schema.d.ts +94 -94
- package/dist/modules/manager/github-actions/extract.js +60 -39
- package/dist/modules/manager/github-actions/extract.js.map +1 -1
- package/dist/modules/manager/github-actions/schema.d.ts +66 -0
- package/dist/modules/manager/github-actions/schema.js +38 -0
- package/dist/modules/manager/github-actions/schema.js.map +1 -0
- package/dist/modules/manager/gitlabci/extract.d.ts +1 -5
- package/dist/modules/manager/gitlabci/extract.js +27 -126
- package/dist/modules/manager/gitlabci/extract.js.map +1 -1
- package/dist/modules/manager/gitlabci/schema.d.ts +55 -0
- package/dist/modules/manager/gitlabci/schema.js +63 -0
- package/dist/modules/manager/gitlabci/schema.js.map +1 -0
- package/dist/modules/manager/gitlabci-include/extract.js +6 -54
- package/dist/modules/manager/gitlabci-include/extract.js.map +1 -1
- package/dist/modules/manager/gitlabci-include/schema.d.ts +13 -0
- package/dist/modules/manager/gitlabci-include/schema.js +46 -0
- package/dist/modules/manager/gitlabci-include/schema.js.map +1 -0
- package/dist/modules/manager/glasskube/schema.d.ts +8 -8
- package/dist/modules/manager/gomod/artifacts.js +24 -10
- package/dist/modules/manager/gomod/artifacts.js.map +1 -1
- package/dist/modules/manager/gomod/extract.js +23 -0
- package/dist/modules/manager/gomod/extract.js.map +1 -1
- package/dist/modules/manager/gomod/line-parser.js +16 -0
- package/dist/modules/manager/gomod/line-parser.js.map +1 -1
- package/dist/modules/manager/gomod/update.js +2 -2
- package/dist/modules/manager/gomod/update.js.map +1 -1
- package/dist/modules/manager/gradle/artifacts.js +0 -1
- package/dist/modules/manager/gradle/artifacts.js.map +1 -1
- package/dist/modules/manager/gradle/extract/catalog.js +1 -1
- package/dist/modules/manager/gradle/extract/catalog.js.map +1 -1
- package/dist/modules/manager/gradle/parser/assignments.js +2 -2
- package/dist/modules/manager/gradle/parser/assignments.js.map +1 -1
- package/dist/modules/manager/gradle/parser/handlers.d.ts +1 -2
- package/dist/modules/manager/gradle/parser/handlers.js +10 -25
- package/dist/modules/manager/gradle/parser/handlers.js.map +1 -1
- package/dist/modules/manager/gradle/parser/registry-urls.js +11 -3
- package/dist/modules/manager/gradle/parser/registry-urls.js.map +1 -1
- package/dist/modules/manager/gradle-wrapper/artifacts.js +1 -2
- package/dist/modules/manager/gradle-wrapper/artifacts.js.map +1 -1
- package/dist/modules/manager/helmfile/artifacts.js +0 -1
- package/dist/modules/manager/helmfile/artifacts.js.map +1 -1
- package/dist/modules/manager/helmfile/extract.js +4 -0
- package/dist/modules/manager/helmfile/extract.js.map +1 -1
- package/dist/modules/manager/helmfile/schema.d.ts +9 -9
- package/dist/modules/manager/helmv3/artifacts.js +0 -1
- package/dist/modules/manager/helmv3/artifacts.js.map +1 -1
- package/dist/modules/manager/helmv3/utils.js +3 -1
- package/dist/modules/manager/helmv3/utils.js.map +1 -1
- package/dist/modules/manager/hermit/artifacts.js +0 -1
- package/dist/modules/manager/hermit/artifacts.js.map +1 -1
- package/dist/modules/manager/homebrew/extract.js +0 -1
- package/dist/modules/manager/homebrew/extract.js.map +1 -1
- package/dist/modules/manager/jsonnet-bundler/artifacts.js +0 -1
- package/dist/modules/manager/jsonnet-bundler/artifacts.js.map +1 -1
- package/dist/modules/manager/kustomize/artifacts.d.ts +2 -0
- package/dist/modules/manager/kustomize/artifacts.js +154 -0
- package/dist/modules/manager/kustomize/artifacts.js.map +1 -0
- package/dist/modules/manager/kustomize/common.d.ts +3 -0
- package/dist/modules/manager/kustomize/common.js +22 -0
- package/dist/modules/manager/kustomize/common.js.map +1 -0
- package/dist/modules/manager/kustomize/index.d.ts +1 -0
- package/dist/modules/manager/kustomize/index.js +3 -1
- package/dist/modules/manager/kustomize/index.js.map +1 -1
- package/dist/modules/manager/kustomize/types.d.ts +4 -0
- package/dist/modules/manager/kustomize/types.js.map +1 -1
- package/dist/modules/manager/maven/extract.js +3 -1
- package/dist/modules/manager/maven/extract.js.map +1 -1
- package/dist/modules/manager/maven-wrapper/artifacts.js +0 -1
- package/dist/modules/manager/maven-wrapper/artifacts.js.map +1 -1
- package/dist/modules/manager/mise/extract.js +1 -1
- package/dist/modules/manager/mise/extract.js.map +1 -1
- package/dist/modules/manager/mix/artifacts.js +64 -14
- package/dist/modules/manager/mix/artifacts.js.map +1 -1
- package/dist/modules/manager/mix/index.d.ts +1 -0
- package/dist/modules/manager/mix/index.js +2 -1
- package/dist/modules/manager/mix/index.js.map +1 -1
- package/dist/modules/manager/nix/artifacts.js +0 -1
- package/dist/modules/manager/nix/artifacts.js.map +1 -1
- package/dist/modules/manager/nix/extract.js +1 -1
- package/dist/modules/manager/nix/extract.js.map +1 -1
- package/dist/modules/manager/nix/schema.d.ts +18 -18
- package/dist/modules/manager/npm/artifacts.js +0 -1
- package/dist/modules/manager/npm/artifacts.js.map +1 -1
- package/dist/modules/manager/npm/extract/yarn.js +2 -2
- package/dist/modules/manager/npm/extract/yarn.js.map +1 -1
- package/dist/modules/manager/npm/post-update/npm.js +0 -1
- package/dist/modules/manager/npm/post-update/npm.js.map +1 -1
- package/dist/modules/manager/npm/post-update/pnpm.js +13 -2
- package/dist/modules/manager/npm/post-update/pnpm.js.map +1 -1
- package/dist/modules/manager/npm/post-update/rules.js +11 -1
- package/dist/modules/manager/npm/post-update/rules.js.map +1 -1
- package/dist/modules/manager/npm/post-update/yarn.js +0 -1
- package/dist/modules/manager/npm/post-update/yarn.js.map +1 -1
- package/dist/modules/manager/npm/schema.d.ts +13 -13
- package/dist/modules/manager/npm/update/dependency/index.js +1 -1
- package/dist/modules/manager/npm/update/dependency/index.js.map +1 -1
- package/dist/modules/manager/nuget/artifacts.js +1 -2
- package/dist/modules/manager/nuget/artifacts.js.map +1 -1
- package/dist/modules/manager/nuget/package-tree.js +4 -0
- package/dist/modules/manager/nuget/package-tree.js.map +1 -1
- package/dist/modules/manager/nuget/schema.d.ts +8 -8
- package/dist/modules/manager/nuget/util.js +4 -1
- package/dist/modules/manager/nuget/util.js.map +1 -1
- package/dist/modules/manager/ocb/schema.d.ts +6 -6
- package/dist/modules/manager/pep621/processors/pdm.js +0 -1
- package/dist/modules/manager/pep621/processors/pdm.js.map +1 -1
- package/dist/modules/manager/pep621/processors/uv.js +0 -1
- package/dist/modules/manager/pep621/processors/uv.js.map +1 -1
- package/dist/modules/manager/pep621/schema.d.ts +59 -54
- package/dist/modules/manager/pep621/schema.js +2 -0
- package/dist/modules/manager/pep621/schema.js.map +1 -1
- package/dist/modules/manager/pep621/utils.js +1 -1
- package/dist/modules/manager/pep621/utils.js.map +1 -1
- package/dist/modules/manager/pip-compile/common.js +0 -1
- package/dist/modules/manager/pip-compile/common.js.map +1 -1
- package/dist/modules/manager/pip_requirements/artifacts.js +0 -1
- package/dist/modules/manager/pip_requirements/artifacts.js.map +1 -1
- package/dist/modules/manager/pipenv/artifacts.js +0 -1
- package/dist/modules/manager/pipenv/artifacts.js.map +1 -1
- package/dist/modules/manager/pixi/artifacts.d.ts +3 -0
- package/dist/modules/manager/pixi/artifacts.js +84 -0
- package/dist/modules/manager/pixi/artifacts.js.map +1 -0
- package/dist/modules/manager/pixi/extract.d.ts +2 -0
- package/dist/modules/manager/pixi/extract.js +53 -0
- package/dist/modules/manager/pixi/extract.js.map +1 -0
- package/dist/modules/manager/pixi/index.d.ts +11 -0
- package/dist/modules/manager/pixi/index.js +22 -0
- package/dist/modules/manager/pixi/index.js.map +1 -0
- package/dist/modules/manager/pixi/lockfile.d.ts +6 -0
- package/dist/modules/manager/pixi/lockfile.js +25 -0
- package/dist/modules/manager/pixi/lockfile.js.map +1 -0
- package/dist/modules/manager/pixi/schema.d.ts +14 -0
- package/dist/modules/manager/pixi/schema.js +14 -0
- package/dist/modules/manager/pixi/schema.js.map +1 -0
- package/dist/modules/manager/poetry/artifacts.js +3 -4
- package/dist/modules/manager/poetry/artifacts.js.map +1 -1
- package/dist/modules/manager/poetry/extract.js +2 -1
- package/dist/modules/manager/poetry/extract.js.map +1 -1
- package/dist/modules/manager/poetry/schema.d.ts +48 -48
- package/dist/modules/manager/pub/artifacts.js +0 -1
- package/dist/modules/manager/pub/artifacts.js.map +1 -1
- package/dist/modules/manager/pub/schema.d.ts +8 -8
- package/dist/modules/manager/scalafmt/extract.js +1 -1
- package/dist/modules/manager/scalafmt/extract.js.map +1 -1
- package/dist/modules/manager/sveltos/schema.d.ts +12 -12
- package/dist/modules/manager/terraform/lockfile/hash.d.ts +1 -1
- package/dist/modules/manager/types.d.ts +6 -2
- package/dist/modules/manager/types.js.map +1 -1
- package/dist/modules/manager/vendir/schema.d.ts +4 -4
- package/dist/modules/platform/api.d.ts +1 -1
- package/dist/modules/platform/azure/azure-helper.js +2 -2
- package/dist/modules/platform/azure/azure-helper.js.map +1 -1
- package/dist/modules/platform/azure/index.js +14 -14
- package/dist/modules/platform/azure/index.js.map +1 -1
- package/dist/modules/platform/bitbucket/comments.js +4 -4
- package/dist/modules/platform/bitbucket/comments.js.map +1 -1
- package/dist/modules/platform/bitbucket/index.d.ts +1 -0
- package/dist/modules/platform/bitbucket/index.js +54 -44
- package/dist/modules/platform/bitbucket/index.js.map +1 -1
- package/dist/modules/platform/bitbucket/schema.d.ts +11 -11
- package/dist/modules/platform/bitbucket/utils.js +3 -3
- package/dist/modules/platform/bitbucket/utils.js.map +1 -1
- package/dist/modules/platform/bitbucket-server/index.d.ts +3 -3
- package/dist/modules/platform/bitbucket-server/index.js +81 -81
- package/dist/modules/platform/bitbucket-server/index.js.map +1 -1
- package/dist/modules/platform/bitbucket-server/pr-cache.d.ts +23 -0
- package/dist/modules/platform/bitbucket-server/pr-cache.js +125 -0
- package/dist/modules/platform/bitbucket-server/pr-cache.js.map +1 -0
- package/dist/modules/platform/bitbucket-server/schema.d.ts +75 -0
- package/dist/modules/platform/bitbucket-server/schema.js +14 -1
- package/dist/modules/platform/bitbucket-server/schema.js.map +1 -1
- package/dist/modules/platform/bitbucket-server/types.d.ts +8 -2
- package/dist/modules/platform/bitbucket-server/types.js.map +1 -1
- package/dist/modules/platform/bitbucket-server/utils.d.ts +0 -2
- package/dist/modules/platform/bitbucket-server/utils.js +6 -52
- package/dist/modules/platform/bitbucket-server/utils.js.map +1 -1
- package/dist/modules/platform/codecommit/codecommit-client.js +6 -6
- package/dist/modules/platform/codecommit/codecommit-client.js.map +1 -1
- package/dist/modules/platform/codecommit/index.js +24 -24
- package/dist/modules/platform/codecommit/index.js.map +1 -1
- package/dist/modules/platform/gerrit/client.js +13 -2
- package/dist/modules/platform/gerrit/client.js.map +1 -1
- package/dist/modules/platform/gerrit/utils.js +1 -1
- package/dist/modules/platform/gerrit/utils.js.map +1 -1
- package/dist/modules/platform/gitea/gitea-helper.d.ts +1 -0
- package/dist/modules/platform/gitea/gitea-helper.js +16 -0
- package/dist/modules/platform/gitea/gitea-helper.js.map +1 -1
- package/dist/modules/platform/gitea/index.d.ts +1 -0
- package/dist/modules/platform/gitea/index.js +26 -7
- package/dist/modules/platform/gitea/index.js.map +1 -1
- package/dist/modules/platform/gitea/schema.d.ts +8 -8
- package/dist/modules/platform/gitea/types.d.ts +1 -1
- package/dist/modules/platform/gitea/types.js.map +1 -1
- package/dist/modules/platform/github/common.d.ts +2 -0
- package/dist/modules/platform/github/common.js +16 -0
- package/dist/modules/platform/github/common.js.map +1 -1
- package/dist/modules/platform/github/index.d.ts +1 -1
- package/dist/modules/platform/github/index.js +87 -82
- package/dist/modules/platform/github/index.js.map +1 -1
- package/dist/modules/platform/github/issue.d.ts +12 -12
- package/dist/modules/platform/github/massage-markdown-links.js +2 -2
- package/dist/modules/platform/github/massage-markdown-links.js.map +1 -1
- package/dist/modules/platform/github/pr.js +3 -3
- package/dist/modules/platform/github/pr.js.map +1 -1
- package/dist/modules/platform/github/schema.d.ts +76 -76
- package/dist/modules/platform/github/schema.js +3 -1
- package/dist/modules/platform/github/schema.js.map +1 -1
- package/dist/modules/platform/gitlab/index.d.ts +1 -0
- package/dist/modules/platform/gitlab/index.js +70 -43
- package/dist/modules/platform/gitlab/index.js.map +1 -1
- package/dist/modules/platform/index.js +0 -1
- package/dist/modules/platform/index.js.map +1 -1
- package/dist/modules/platform/scm.d.ts +1 -1
- package/dist/modules/versioning/api.js +2 -0
- package/dist/modules/versioning/api.js.map +1 -1
- package/dist/modules/versioning/composer/index.js +10 -0
- package/dist/modules/versioning/composer/index.js.map +1 -1
- package/dist/modules/versioning/conda/index.d.ts +41 -0
- package/dist/modules/versioning/conda/index.js +178 -0
- package/dist/modules/versioning/conda/index.js.map +1 -0
- package/dist/modules/versioning/hashicorp/convertor.d.ts +2 -1
- package/dist/modules/versioning/hashicorp/convertor.js +13 -8
- package/dist/modules/versioning/hashicorp/convertor.js.map +1 -1
- package/dist/modules/versioning/hex/index.js +3 -3
- package/dist/modules/versioning/hex/index.js.map +1 -1
- package/dist/modules/versioning/npm/index.js +2 -1
- package/dist/modules/versioning/npm/index.js.map +1 -1
- package/dist/modules/versioning/schema.js +1 -1
- package/dist/modules/versioning/schema.js.map +1 -1
- package/dist/modules/versioning/types.d.ts +4 -0
- package/dist/modules/versioning/types.js.map +1 -1
- package/dist/proxy.js +2 -1
- package/dist/proxy.js.map +1 -1
- package/dist/renovate.js +2 -2
- package/dist/renovate.js.map +1 -1
- package/dist/util/cache/package/decorator.js +2 -2
- package/dist/util/cache/package/decorator.js.map +1 -1
- package/dist/util/cache/package/redis.js +0 -1
- package/dist/util/cache/package/redis.js.map +1 -1
- package/dist/util/cache/package/types.d.ts +1 -1
- package/dist/util/cache/package/types.js.map +1 -1
- package/dist/util/cache/repository/impl/base.d.ts +1 -1
- package/dist/util/cache/repository/schema.d.ts +4 -4
- package/dist/util/cache/repository/types.d.ts +3 -0
- package/dist/util/cache/repository/types.js.map +1 -1
- package/dist/util/env.d.ts +4 -0
- package/dist/util/env.js +22 -0
- package/dist/util/env.js.map +1 -0
- package/dist/util/exec/containerbase.js +18 -12
- package/dist/util/exec/containerbase.js.map +1 -1
- package/dist/util/exec/index.js +5 -2
- package/dist/util/exec/index.js.map +1 -1
- package/dist/util/exec/types.d.ts +0 -2
- package/dist/util/exec/types.js.map +1 -1
- package/dist/util/exec/utils.d.ts +1 -1
- package/dist/util/exec/utils.js +6 -5
- package/dist/util/exec/utils.js.map +1 -1
- package/dist/util/git/author.js +1 -1
- package/dist/util/git/author.js.map +1 -1
- package/dist/util/git/config.js +0 -1
- package/dist/util/git/config.js.map +1 -1
- package/dist/util/git/error.js +4 -2
- package/dist/util/git/error.js.map +1 -1
- package/dist/util/git/index.js +73 -46
- package/dist/util/git/index.js.map +1 -1
- package/dist/util/git/private-key.js +1 -1
- package/dist/util/git/private-key.js.map +1 -1
- package/dist/util/github/graphql/query-adapters/releases-query-adapter.d.ts +2 -2
- package/dist/util/github/graphql/query-adapters/tags-query-adapter.d.ts +2 -2
- package/dist/util/http/auth.js +0 -1
- package/dist/util/http/auth.js.map +1 -1
- package/dist/util/http/bitbucket-server.d.ts +5 -4
- package/dist/util/http/bitbucket-server.js +21 -20
- package/dist/util/http/bitbucket-server.js.map +1 -1
- package/dist/util/http/bitbucket.d.ts +6 -5
- package/dist/util/http/bitbucket.js +34 -31
- package/dist/util/http/bitbucket.js.map +1 -1
- package/dist/util/http/cache/abstract-http-cache-provider.js +2 -2
- package/dist/util/http/cache/abstract-http-cache-provider.js.map +1 -1
- package/dist/util/http/cache/memory-http-cache-provider.d.ts +10 -0
- package/dist/util/http/cache/memory-http-cache-provider.js +29 -0
- package/dist/util/http/cache/memory-http-cache-provider.js.map +1 -0
- package/dist/util/http/cache/schema.d.ts +2 -2
- package/dist/util/http/errors.d.ts +2 -0
- package/dist/util/http/errors.js +8 -0
- package/dist/util/http/errors.js.map +1 -0
- package/dist/util/http/gerrit.d.ts +6 -4
- package/dist/util/http/gerrit.js +11 -12
- package/dist/util/http/gerrit.js.map +1 -1
- package/dist/util/http/gitea.d.ts +5 -4
- package/dist/util/http/gitea.js +14 -13
- package/dist/util/http/gitea.js.map +1 -1
- package/dist/util/http/github.d.ts +14 -8
- package/dist/util/http/github.js +65 -60
- package/dist/util/http/github.js.map +1 -1
- package/dist/util/http/gitlab.d.ts +7 -5
- package/dist/util/http/gitlab.js +58 -46
- package/dist/util/http/gitlab.js.map +1 -1
- package/dist/util/http/got.d.ts +9 -0
- package/dist/util/http/got.js +54 -0
- package/dist/util/http/got.js.map +1 -0
- package/dist/util/http/host-rules.d.ts +2 -1
- package/dist/util/http/host-rules.js +5 -4
- package/dist/util/http/host-rules.js.map +1 -1
- package/dist/util/http/http.d.ts +93 -0
- package/dist/util/http/http.js +346 -0
- package/dist/util/http/http.js.map +1 -0
- package/dist/util/http/index.d.ts +6 -74
- package/dist/util/http/index.js +5 -359
- package/dist/util/http/index.js.map +1 -1
- package/dist/util/http/legacy.js +4 -1
- package/dist/util/http/legacy.js.map +1 -1
- package/dist/util/http/types.d.ts +9 -16
- package/dist/util/http/types.js.map +1 -1
- package/dist/util/stats.d.ts +10 -0
- package/dist/util/stats.js +45 -1
- package/dist/util/stats.js.map +1 -1
- package/dist/util/string.d.ts +15 -0
- package/dist/util/string.js +75 -0
- package/dist/util/string.js.map +1 -1
- package/dist/util/toml.d.ts +1 -0
- package/dist/util/toml.js +6 -0
- package/dist/util/toml.js.map +1 -1
- package/dist/util/url.js +3 -8
- package/dist/util/url.js.map +1 -1
- package/dist/util/yaml.js +2 -6
- package/dist/util/yaml.js.map +1 -1
- package/dist/workers/global/config/parse/env.js +3 -2
- package/dist/workers/global/config/parse/env.js.map +1 -1
- package/dist/workers/global/config/parse/file.js +19 -9
- package/dist/workers/global/config/parse/file.js.map +1 -1
- package/dist/workers/global/config/parse/host-rules-from-env.js +6 -2
- package/dist/workers/global/config/parse/host-rules-from-env.js.map +1 -1
- package/dist/workers/global/config/parse/index.js +5 -0
- package/dist/workers/global/config/parse/index.js.map +1 -1
- package/dist/workers/repository/cache.js +1 -2
- package/dist/workers/repository/cache.js.map +1 -1
- package/dist/workers/repository/config-migration/branch/migrated-data.js +2 -0
- package/dist/workers/repository/config-migration/branch/migrated-data.js.map +1 -1
- package/dist/workers/repository/index.js +1 -0
- package/dist/workers/repository/index.js.map +1 -1
- package/dist/workers/repository/init/merge.js +6 -3
- package/dist/workers/repository/init/merge.js.map +1 -1
- package/dist/workers/repository/onboarding/pr/config-description.js +3 -1
- package/dist/workers/repository/onboarding/pr/config-description.js.map +1 -1
- package/dist/workers/repository/process/extract-update.js +0 -1
- package/dist/workers/repository/process/extract-update.js.map +1 -1
- package/dist/workers/repository/process/fingerprint-fields.js +0 -1
- package/dist/workers/repository/process/fingerprint-fields.js.map +1 -1
- package/dist/workers/repository/process/libyear.js +2 -2
- package/dist/workers/repository/process/libyear.js.map +1 -1
- package/dist/workers/repository/process/lookup/index.js +13 -4
- package/dist/workers/repository/process/lookup/index.js.map +1 -1
- package/dist/workers/repository/process/vulnerabilities.js +1 -1
- package/dist/workers/repository/process/vulnerabilities.js.map +1 -1
- package/dist/workers/repository/process/write.js +1 -8
- package/dist/workers/repository/process/write.js.map +1 -1
- package/dist/workers/repository/reconfigure/validate.js +1 -0
- package/dist/workers/repository/reconfigure/validate.js.map +1 -1
- package/dist/workers/repository/update/branch/execute-post-upgrade-commands.js +10 -1
- package/dist/workers/repository/update/branch/execute-post-upgrade-commands.js.map +1 -1
- package/dist/workers/repository/update/pr/changelog/bitbucket/index.js +1 -1
- package/dist/workers/repository/update/pr/changelog/bitbucket/index.js.map +1 -1
- package/dist/workers/repository/update/pr/changelog/github/index.js +6 -3
- package/dist/workers/repository/update/pr/changelog/github/index.js.map +1 -1
- package/dist/workers/repository/update/pr/changelog/gitlab/index.js +1 -1
- package/dist/workers/repository/update/pr/changelog/gitlab/index.js.map +1 -1
- package/dist/workers/repository/update/pr/changelog/source.js +1 -0
- package/dist/workers/repository/update/pr/changelog/source.js.map +1 -1
- package/dist/workers/repository/updates/flatten.js +8 -4
- package/dist/workers/repository/updates/flatten.js.map +1 -1
- package/dist/workers/repository/updates/generate.js +1 -2
- package/dist/workers/repository/updates/generate.js.map +1 -1
- package/dist/workers/types.d.ts +1 -4
- package/dist/workers/types.js.map +1 -1
- package/package.json +69 -72
- package/renovate-schema.json +15 -1
- package/dist/modules/manager/github-actions/types.d.ts +0 -30
- package/dist/modules/manager/github-actions/types.js +0 -3
- package/dist/modules/manager/github-actions/types.js.map +0 -1
- package/dist/modules/manager/gitlabci/common.d.ts +0 -6
- package/dist/modules/manager/gitlabci/common.js +0 -30
- package/dist/modules/manager/gitlabci/common.js.map +0 -1
- package/dist/modules/manager/gitlabci/types.d.ts +0 -35
- package/dist/modules/manager/gitlabci/types.js +0 -3
- package/dist/modules/manager/gitlabci/types.js.map +0 -1
@@ -13,19 +13,19 @@ export declare const KubernetesResource: z.ZodObject<{
|
|
13
13
|
namespace?: string | undefined;
|
14
14
|
}>;
|
15
15
|
}, "strip", z.ZodTypeAny, {
|
16
|
+
apiVersion: string;
|
16
17
|
metadata: {
|
17
18
|
name: string;
|
18
19
|
namespace?: string | undefined;
|
19
20
|
};
|
20
21
|
kind: string;
|
21
|
-
apiVersion: string;
|
22
22
|
}, {
|
23
|
+
apiVersion: string;
|
23
24
|
metadata: {
|
24
25
|
name: string;
|
25
26
|
namespace?: string | undefined;
|
26
27
|
};
|
27
28
|
kind: string;
|
28
|
-
apiVersion: string;
|
29
29
|
}>;
|
30
30
|
export declare const HelmRelease: z.ZodObject<z.objectUtil.extendShape<{
|
31
31
|
apiVersion: z.ZodString;
|
@@ -53,28 +53,28 @@ export declare const HelmRelease: z.ZodObject<z.objectUtil.extendShape<{
|
|
53
53
|
name: z.ZodOptional<z.ZodString>;
|
54
54
|
namespace: z.ZodOptional<z.ZodString>;
|
55
55
|
}, "strip", z.ZodTypeAny, {
|
56
|
-
name?: string | undefined;
|
57
56
|
namespace?: string | undefined;
|
57
|
+
name?: string | undefined;
|
58
58
|
kind?: string | undefined;
|
59
59
|
}, {
|
60
|
-
name?: string | undefined;
|
61
60
|
namespace?: string | undefined;
|
61
|
+
name?: string | undefined;
|
62
62
|
kind?: string | undefined;
|
63
63
|
}>>;
|
64
64
|
}, "strip", z.ZodTypeAny, {
|
65
65
|
chart: string;
|
66
66
|
version?: string | undefined;
|
67
67
|
sourceRef?: {
|
68
|
-
name?: string | undefined;
|
69
68
|
namespace?: string | undefined;
|
69
|
+
name?: string | undefined;
|
70
70
|
kind?: string | undefined;
|
71
71
|
} | undefined;
|
72
72
|
}, {
|
73
73
|
chart: string;
|
74
74
|
version?: string | undefined;
|
75
75
|
sourceRef?: {
|
76
|
-
name?: string | undefined;
|
77
76
|
namespace?: string | undefined;
|
77
|
+
name?: string | undefined;
|
78
78
|
kind?: string | undefined;
|
79
79
|
} | undefined;
|
80
80
|
}>;
|
@@ -83,8 +83,8 @@ export declare const HelmRelease: z.ZodObject<z.objectUtil.extendShape<{
|
|
83
83
|
chart: string;
|
84
84
|
version?: string | undefined;
|
85
85
|
sourceRef?: {
|
86
|
-
name?: string | undefined;
|
87
86
|
namespace?: string | undefined;
|
87
|
+
name?: string | undefined;
|
88
88
|
kind?: string | undefined;
|
89
89
|
} | undefined;
|
90
90
|
};
|
@@ -93,8 +93,8 @@ export declare const HelmRelease: z.ZodObject<z.objectUtil.extendShape<{
|
|
93
93
|
chart: string;
|
94
94
|
version?: string | undefined;
|
95
95
|
sourceRef?: {
|
96
|
-
name?: string | undefined;
|
97
96
|
namespace?: string | undefined;
|
97
|
+
name?: string | undefined;
|
98
98
|
kind?: string | undefined;
|
99
99
|
} | undefined;
|
100
100
|
};
|
@@ -104,12 +104,12 @@ export declare const HelmRelease: z.ZodObject<z.objectUtil.extendShape<{
|
|
104
104
|
name: z.ZodOptional<z.ZodString>;
|
105
105
|
namespace: z.ZodOptional<z.ZodString>;
|
106
106
|
}, "strip", z.ZodTypeAny, {
|
107
|
-
name?: string | undefined;
|
108
107
|
namespace?: string | undefined;
|
108
|
+
name?: string | undefined;
|
109
109
|
kind?: string | undefined;
|
110
110
|
}, {
|
111
|
-
name?: string | undefined;
|
112
111
|
namespace?: string | undefined;
|
112
|
+
name?: string | undefined;
|
113
113
|
kind?: string | undefined;
|
114
114
|
}>>;
|
115
115
|
values: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
@@ -120,15 +120,15 @@ export declare const HelmRelease: z.ZodObject<z.objectUtil.extendShape<{
|
|
120
120
|
chart: string;
|
121
121
|
version?: string | undefined;
|
122
122
|
sourceRef?: {
|
123
|
-
name?: string | undefined;
|
124
123
|
namespace?: string | undefined;
|
124
|
+
name?: string | undefined;
|
125
125
|
kind?: string | undefined;
|
126
126
|
} | undefined;
|
127
127
|
};
|
128
128
|
} | undefined;
|
129
129
|
chartRef?: {
|
130
|
-
name?: string | undefined;
|
131
130
|
namespace?: string | undefined;
|
131
|
+
name?: string | undefined;
|
132
132
|
kind?: string | undefined;
|
133
133
|
} | undefined;
|
134
134
|
}, {
|
@@ -138,25 +138,25 @@ export declare const HelmRelease: z.ZodObject<z.objectUtil.extendShape<{
|
|
138
138
|
chart: string;
|
139
139
|
version?: string | undefined;
|
140
140
|
sourceRef?: {
|
141
|
-
name?: string | undefined;
|
142
141
|
namespace?: string | undefined;
|
142
|
+
name?: string | undefined;
|
143
143
|
kind?: string | undefined;
|
144
144
|
} | undefined;
|
145
145
|
};
|
146
146
|
} | undefined;
|
147
147
|
chartRef?: {
|
148
|
-
name?: string | undefined;
|
149
148
|
namespace?: string | undefined;
|
149
|
+
name?: string | undefined;
|
150
150
|
kind?: string | undefined;
|
151
151
|
} | undefined;
|
152
152
|
}>;
|
153
153
|
}>, "strip", z.ZodTypeAny, {
|
154
|
+
apiVersion: string;
|
154
155
|
metadata: {
|
155
156
|
name: string;
|
156
157
|
namespace?: string | undefined;
|
157
158
|
};
|
158
159
|
kind: "HelmRelease";
|
159
|
-
apiVersion: string;
|
160
160
|
spec: {
|
161
161
|
values?: Record<string, unknown> | undefined;
|
162
162
|
chart?: {
|
@@ -164,25 +164,25 @@ export declare const HelmRelease: z.ZodObject<z.objectUtil.extendShape<{
|
|
164
164
|
chart: string;
|
165
165
|
version?: string | undefined;
|
166
166
|
sourceRef?: {
|
167
|
-
name?: string | undefined;
|
168
167
|
namespace?: string | undefined;
|
168
|
+
name?: string | undefined;
|
169
169
|
kind?: string | undefined;
|
170
170
|
} | undefined;
|
171
171
|
};
|
172
172
|
} | undefined;
|
173
173
|
chartRef?: {
|
174
|
-
name?: string | undefined;
|
175
174
|
namespace?: string | undefined;
|
175
|
+
name?: string | undefined;
|
176
176
|
kind?: string | undefined;
|
177
177
|
} | undefined;
|
178
178
|
};
|
179
179
|
}, {
|
180
|
+
apiVersion: string;
|
180
181
|
metadata: {
|
181
182
|
name: string;
|
182
183
|
namespace?: string | undefined;
|
183
184
|
};
|
184
185
|
kind: "HelmRelease";
|
185
|
-
apiVersion: string;
|
186
186
|
spec: {
|
187
187
|
values?: Record<string, unknown> | undefined;
|
188
188
|
chart?: {
|
@@ -190,15 +190,15 @@ export declare const HelmRelease: z.ZodObject<z.objectUtil.extendShape<{
|
|
190
190
|
chart: string;
|
191
191
|
version?: string | undefined;
|
192
192
|
sourceRef?: {
|
193
|
-
name?: string | undefined;
|
194
193
|
namespace?: string | undefined;
|
194
|
+
name?: string | undefined;
|
195
195
|
kind?: string | undefined;
|
196
196
|
} | undefined;
|
197
197
|
};
|
198
198
|
} | undefined;
|
199
199
|
chartRef?: {
|
200
|
-
name?: string | undefined;
|
201
200
|
namespace?: string | undefined;
|
201
|
+
name?: string | undefined;
|
202
202
|
kind?: string | undefined;
|
203
203
|
} | undefined;
|
204
204
|
};
|
@@ -231,23 +231,23 @@ export declare const HelmRepository: z.ZodObject<z.objectUtil.extendShape<{
|
|
231
231
|
type?: "default" | "oci" | undefined;
|
232
232
|
}>;
|
233
233
|
}>, "strip", z.ZodTypeAny, {
|
234
|
+
apiVersion: string;
|
234
235
|
metadata: {
|
235
236
|
name: string;
|
236
237
|
namespace?: string | undefined;
|
237
238
|
};
|
238
239
|
kind: "HelmRepository";
|
239
|
-
apiVersion: string;
|
240
240
|
spec: {
|
241
241
|
url: string;
|
242
242
|
type?: "default" | "oci" | undefined;
|
243
243
|
};
|
244
244
|
}, {
|
245
|
+
apiVersion: string;
|
245
246
|
metadata: {
|
246
247
|
name: string;
|
247
248
|
namespace?: string | undefined;
|
248
249
|
};
|
249
250
|
kind: "HelmRepository";
|
250
|
-
apiVersion: string;
|
251
251
|
spec: {
|
252
252
|
url: string;
|
253
253
|
type?: "default" | "oci" | undefined;
|
@@ -299,12 +299,12 @@ export declare const HelmChart: z.ZodObject<z.objectUtil.extendShape<{
|
|
299
299
|
version?: string | undefined;
|
300
300
|
}>;
|
301
301
|
}>, "strip", z.ZodTypeAny, {
|
302
|
+
apiVersion: string;
|
302
303
|
metadata: {
|
303
304
|
name: string;
|
304
305
|
namespace?: string | undefined;
|
305
306
|
};
|
306
307
|
kind: "HelmChart";
|
307
|
-
apiVersion: string;
|
308
308
|
spec: {
|
309
309
|
chart: string;
|
310
310
|
sourceRef: {
|
@@ -314,12 +314,12 @@ export declare const HelmChart: z.ZodObject<z.objectUtil.extendShape<{
|
|
314
314
|
version?: string | undefined;
|
315
315
|
};
|
316
316
|
}, {
|
317
|
+
apiVersion: string;
|
317
318
|
metadata: {
|
318
319
|
name: string;
|
319
320
|
namespace?: string | undefined;
|
320
321
|
};
|
321
322
|
kind: "HelmChart";
|
322
|
-
apiVersion: string;
|
323
323
|
spec: {
|
324
324
|
chart: string;
|
325
325
|
sourceRef: {
|
@@ -352,51 +352,51 @@ export declare const GitRepository: z.ZodObject<z.objectUtil.extendShape<{
|
|
352
352
|
tag: z.ZodOptional<z.ZodString>;
|
353
353
|
commit: z.ZodOptional<z.ZodString>;
|
354
354
|
}, "strip", z.ZodTypeAny, {
|
355
|
-
tag?: string | undefined;
|
356
355
|
commit?: string | undefined;
|
357
|
-
}, {
|
358
356
|
tag?: string | undefined;
|
357
|
+
}, {
|
359
358
|
commit?: string | undefined;
|
359
|
+
tag?: string | undefined;
|
360
360
|
}>>;
|
361
361
|
}, "strip", z.ZodTypeAny, {
|
362
362
|
url: string;
|
363
363
|
ref?: {
|
364
|
-
tag?: string | undefined;
|
365
364
|
commit?: string | undefined;
|
365
|
+
tag?: string | undefined;
|
366
366
|
} | undefined;
|
367
367
|
}, {
|
368
368
|
url: string;
|
369
369
|
ref?: {
|
370
|
-
tag?: string | undefined;
|
371
370
|
commit?: string | undefined;
|
371
|
+
tag?: string | undefined;
|
372
372
|
} | undefined;
|
373
373
|
}>;
|
374
374
|
}>, "strip", z.ZodTypeAny, {
|
375
|
+
apiVersion: string;
|
375
376
|
metadata: {
|
376
377
|
name: string;
|
377
378
|
namespace?: string | undefined;
|
378
379
|
};
|
379
380
|
kind: "GitRepository";
|
380
|
-
apiVersion: string;
|
381
381
|
spec: {
|
382
382
|
url: string;
|
383
383
|
ref?: {
|
384
|
-
tag?: string | undefined;
|
385
384
|
commit?: string | undefined;
|
385
|
+
tag?: string | undefined;
|
386
386
|
} | undefined;
|
387
387
|
};
|
388
388
|
}, {
|
389
|
+
apiVersion: string;
|
389
390
|
metadata: {
|
390
391
|
name: string;
|
391
392
|
namespace?: string | undefined;
|
392
393
|
};
|
393
394
|
kind: "GitRepository";
|
394
|
-
apiVersion: string;
|
395
395
|
spec: {
|
396
396
|
url: string;
|
397
397
|
ref?: {
|
398
|
-
tag?: string | undefined;
|
399
398
|
commit?: string | undefined;
|
399
|
+
tag?: string | undefined;
|
400
400
|
} | undefined;
|
401
401
|
};
|
402
402
|
}>;
|
@@ -422,51 +422,51 @@ export declare const OCIRepository: z.ZodObject<z.objectUtil.extendShape<{
|
|
422
422
|
tag: z.ZodOptional<z.ZodString>;
|
423
423
|
digest: z.ZodOptional<z.ZodString>;
|
424
424
|
}, "strip", z.ZodTypeAny, {
|
425
|
-
tag?: string | undefined;
|
426
425
|
digest?: string | undefined;
|
427
|
-
}, {
|
428
426
|
tag?: string | undefined;
|
427
|
+
}, {
|
429
428
|
digest?: string | undefined;
|
429
|
+
tag?: string | undefined;
|
430
430
|
}>>;
|
431
431
|
}, "strip", z.ZodTypeAny, {
|
432
432
|
url: string;
|
433
433
|
ref?: {
|
434
|
-
tag?: string | undefined;
|
435
434
|
digest?: string | undefined;
|
435
|
+
tag?: string | undefined;
|
436
436
|
} | undefined;
|
437
437
|
}, {
|
438
438
|
url: string;
|
439
439
|
ref?: {
|
440
|
-
tag?: string | undefined;
|
441
440
|
digest?: string | undefined;
|
441
|
+
tag?: string | undefined;
|
442
442
|
} | undefined;
|
443
443
|
}>;
|
444
444
|
}>, "strip", z.ZodTypeAny, {
|
445
|
+
apiVersion: string;
|
445
446
|
metadata: {
|
446
447
|
name: string;
|
447
448
|
namespace?: string | undefined;
|
448
449
|
};
|
449
450
|
kind: "OCIRepository";
|
450
|
-
apiVersion: string;
|
451
451
|
spec: {
|
452
452
|
url: string;
|
453
453
|
ref?: {
|
454
|
-
tag?: string | undefined;
|
455
454
|
digest?: string | undefined;
|
455
|
+
tag?: string | undefined;
|
456
456
|
} | undefined;
|
457
457
|
};
|
458
458
|
}, {
|
459
|
+
apiVersion: string;
|
459
460
|
metadata: {
|
460
461
|
name: string;
|
461
462
|
namespace?: string | undefined;
|
462
463
|
};
|
463
464
|
kind: "OCIRepository";
|
464
|
-
apiVersion: string;
|
465
465
|
spec: {
|
466
466
|
url: string;
|
467
467
|
ref?: {
|
468
|
-
tag?: string | undefined;
|
469
468
|
digest?: string | undefined;
|
469
|
+
tag?: string | undefined;
|
470
470
|
} | undefined;
|
471
471
|
};
|
472
472
|
}>;
|
@@ -495,57 +495,57 @@ export declare const Kustomization: z.ZodObject<z.objectUtil.extendShape<{
|
|
495
495
|
}, "strip", z.ZodTypeAny, {
|
496
496
|
name: string;
|
497
497
|
digest?: string | undefined;
|
498
|
-
newTag?: string | undefined;
|
499
498
|
newName?: string | undefined;
|
499
|
+
newTag?: string | undefined;
|
500
500
|
}, {
|
501
501
|
name: string;
|
502
502
|
digest?: string | undefined;
|
503
|
-
newTag?: string | undefined;
|
504
503
|
newName?: string | undefined;
|
504
|
+
newTag?: string | undefined;
|
505
505
|
}>, "many">>;
|
506
506
|
}, "strip", z.ZodTypeAny, {
|
507
507
|
images?: {
|
508
508
|
name: string;
|
509
509
|
digest?: string | undefined;
|
510
|
-
newTag?: string | undefined;
|
511
510
|
newName?: string | undefined;
|
511
|
+
newTag?: string | undefined;
|
512
512
|
}[] | undefined;
|
513
513
|
}, {
|
514
514
|
images?: {
|
515
515
|
name: string;
|
516
516
|
digest?: string | undefined;
|
517
|
-
newTag?: string | undefined;
|
518
517
|
newName?: string | undefined;
|
518
|
+
newTag?: string | undefined;
|
519
519
|
}[] | undefined;
|
520
520
|
}>;
|
521
521
|
}>, "strip", z.ZodTypeAny, {
|
522
|
+
apiVersion: string;
|
522
523
|
metadata: {
|
523
524
|
name: string;
|
524
525
|
namespace?: string | undefined;
|
525
526
|
};
|
526
527
|
kind: "Kustomization";
|
527
|
-
apiVersion: string;
|
528
528
|
spec: {
|
529
529
|
images?: {
|
530
530
|
name: string;
|
531
531
|
digest?: string | undefined;
|
532
|
-
newTag?: string | undefined;
|
533
532
|
newName?: string | undefined;
|
533
|
+
newTag?: string | undefined;
|
534
534
|
}[] | undefined;
|
535
535
|
};
|
536
536
|
}, {
|
537
|
+
apiVersion: string;
|
537
538
|
metadata: {
|
538
539
|
name: string;
|
539
540
|
namespace?: string | undefined;
|
540
541
|
};
|
541
542
|
kind: "Kustomization";
|
542
|
-
apiVersion: string;
|
543
543
|
spec: {
|
544
544
|
images?: {
|
545
545
|
name: string;
|
546
546
|
digest?: string | undefined;
|
547
|
-
newTag?: string | undefined;
|
548
547
|
newName?: string | undefined;
|
548
|
+
newTag?: string | undefined;
|
549
549
|
}[] | undefined;
|
550
550
|
};
|
551
551
|
}>;
|
@@ -575,28 +575,28 @@ export declare const FluxResource: z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[z.ZodUnio
|
|
575
575
|
name: z.ZodOptional<z.ZodString>;
|
576
576
|
namespace: z.ZodOptional<z.ZodString>;
|
577
577
|
}, "strip", z.ZodTypeAny, {
|
578
|
-
name?: string | undefined;
|
579
578
|
namespace?: string | undefined;
|
579
|
+
name?: string | undefined;
|
580
580
|
kind?: string | undefined;
|
581
581
|
}, {
|
582
|
-
name?: string | undefined;
|
583
582
|
namespace?: string | undefined;
|
583
|
+
name?: string | undefined;
|
584
584
|
kind?: string | undefined;
|
585
585
|
}>>;
|
586
586
|
}, "strip", z.ZodTypeAny, {
|
587
587
|
chart: string;
|
588
588
|
version?: string | undefined;
|
589
589
|
sourceRef?: {
|
590
|
-
name?: string | undefined;
|
591
590
|
namespace?: string | undefined;
|
591
|
+
name?: string | undefined;
|
592
592
|
kind?: string | undefined;
|
593
593
|
} | undefined;
|
594
594
|
}, {
|
595
595
|
chart: string;
|
596
596
|
version?: string | undefined;
|
597
597
|
sourceRef?: {
|
598
|
-
name?: string | undefined;
|
599
598
|
namespace?: string | undefined;
|
599
|
+
name?: string | undefined;
|
600
600
|
kind?: string | undefined;
|
601
601
|
} | undefined;
|
602
602
|
}>;
|
@@ -605,8 +605,8 @@ export declare const FluxResource: z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[z.ZodUnio
|
|
605
605
|
chart: string;
|
606
606
|
version?: string | undefined;
|
607
607
|
sourceRef?: {
|
608
|
-
name?: string | undefined;
|
609
608
|
namespace?: string | undefined;
|
609
|
+
name?: string | undefined;
|
610
610
|
kind?: string | undefined;
|
611
611
|
} | undefined;
|
612
612
|
};
|
@@ -615,8 +615,8 @@ export declare const FluxResource: z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[z.ZodUnio
|
|
615
615
|
chart: string;
|
616
616
|
version?: string | undefined;
|
617
617
|
sourceRef?: {
|
618
|
-
name?: string | undefined;
|
619
618
|
namespace?: string | undefined;
|
619
|
+
name?: string | undefined;
|
620
620
|
kind?: string | undefined;
|
621
621
|
} | undefined;
|
622
622
|
};
|
@@ -626,12 +626,12 @@ export declare const FluxResource: z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[z.ZodUnio
|
|
626
626
|
name: z.ZodOptional<z.ZodString>;
|
627
627
|
namespace: z.ZodOptional<z.ZodString>;
|
628
628
|
}, "strip", z.ZodTypeAny, {
|
629
|
-
name?: string | undefined;
|
630
629
|
namespace?: string | undefined;
|
630
|
+
name?: string | undefined;
|
631
631
|
kind?: string | undefined;
|
632
632
|
}, {
|
633
|
-
name?: string | undefined;
|
634
633
|
namespace?: string | undefined;
|
634
|
+
name?: string | undefined;
|
635
635
|
kind?: string | undefined;
|
636
636
|
}>>;
|
637
637
|
values: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
@@ -642,15 +642,15 @@ export declare const FluxResource: z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[z.ZodUnio
|
|
642
642
|
chart: string;
|
643
643
|
version?: string | undefined;
|
644
644
|
sourceRef?: {
|
645
|
-
name?: string | undefined;
|
646
645
|
namespace?: string | undefined;
|
646
|
+
name?: string | undefined;
|
647
647
|
kind?: string | undefined;
|
648
648
|
} | undefined;
|
649
649
|
};
|
650
650
|
} | undefined;
|
651
651
|
chartRef?: {
|
652
|
-
name?: string | undefined;
|
653
652
|
namespace?: string | undefined;
|
653
|
+
name?: string | undefined;
|
654
654
|
kind?: string | undefined;
|
655
655
|
} | undefined;
|
656
656
|
}, {
|
@@ -660,25 +660,25 @@ export declare const FluxResource: z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[z.ZodUnio
|
|
660
660
|
chart: string;
|
661
661
|
version?: string | undefined;
|
662
662
|
sourceRef?: {
|
663
|
-
name?: string | undefined;
|
664
663
|
namespace?: string | undefined;
|
664
|
+
name?: string | undefined;
|
665
665
|
kind?: string | undefined;
|
666
666
|
} | undefined;
|
667
667
|
};
|
668
668
|
} | undefined;
|
669
669
|
chartRef?: {
|
670
|
-
name?: string | undefined;
|
671
670
|
namespace?: string | undefined;
|
671
|
+
name?: string | undefined;
|
672
672
|
kind?: string | undefined;
|
673
673
|
} | undefined;
|
674
674
|
}>;
|
675
675
|
}>, "strip", z.ZodTypeAny, {
|
676
|
+
apiVersion: string;
|
676
677
|
metadata: {
|
677
678
|
name: string;
|
678
679
|
namespace?: string | undefined;
|
679
680
|
};
|
680
681
|
kind: "HelmRelease";
|
681
|
-
apiVersion: string;
|
682
682
|
spec: {
|
683
683
|
values?: Record<string, unknown> | undefined;
|
684
684
|
chart?: {
|
@@ -686,25 +686,25 @@ export declare const FluxResource: z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[z.ZodUnio
|
|
686
686
|
chart: string;
|
687
687
|
version?: string | undefined;
|
688
688
|
sourceRef?: {
|
689
|
-
name?: string | undefined;
|
690
689
|
namespace?: string | undefined;
|
690
|
+
name?: string | undefined;
|
691
691
|
kind?: string | undefined;
|
692
692
|
} | undefined;
|
693
693
|
};
|
694
694
|
} | undefined;
|
695
695
|
chartRef?: {
|
696
|
-
name?: string | undefined;
|
697
696
|
namespace?: string | undefined;
|
697
|
+
name?: string | undefined;
|
698
698
|
kind?: string | undefined;
|
699
699
|
} | undefined;
|
700
700
|
};
|
701
701
|
}, {
|
702
|
+
apiVersion: string;
|
702
703
|
metadata: {
|
703
704
|
name: string;
|
704
705
|
namespace?: string | undefined;
|
705
706
|
};
|
706
707
|
kind: "HelmRelease";
|
707
|
-
apiVersion: string;
|
708
708
|
spec: {
|
709
709
|
values?: Record<string, unknown> | undefined;
|
710
710
|
chart?: {
|
@@ -712,15 +712,15 @@ export declare const FluxResource: z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[z.ZodUnio
|
|
712
712
|
chart: string;
|
713
713
|
version?: string | undefined;
|
714
714
|
sourceRef?: {
|
715
|
-
name?: string | undefined;
|
716
715
|
namespace?: string | undefined;
|
716
|
+
name?: string | undefined;
|
717
717
|
kind?: string | undefined;
|
718
718
|
} | undefined;
|
719
719
|
};
|
720
720
|
} | undefined;
|
721
721
|
chartRef?: {
|
722
|
-
name?: string | undefined;
|
723
722
|
namespace?: string | undefined;
|
723
|
+
name?: string | undefined;
|
724
724
|
kind?: string | undefined;
|
725
725
|
} | undefined;
|
726
726
|
};
|
@@ -751,23 +751,23 @@ export declare const FluxResource: z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[z.ZodUnio
|
|
751
751
|
type?: "default" | "oci" | undefined;
|
752
752
|
}>;
|
753
753
|
}>, "strip", z.ZodTypeAny, {
|
754
|
+
apiVersion: string;
|
754
755
|
metadata: {
|
755
756
|
name: string;
|
756
757
|
namespace?: string | undefined;
|
757
758
|
};
|
758
759
|
kind: "HelmRepository";
|
759
|
-
apiVersion: string;
|
760
760
|
spec: {
|
761
761
|
url: string;
|
762
762
|
type?: "default" | "oci" | undefined;
|
763
763
|
};
|
764
764
|
}, {
|
765
|
+
apiVersion: string;
|
765
766
|
metadata: {
|
766
767
|
name: string;
|
767
768
|
namespace?: string | undefined;
|
768
769
|
};
|
769
770
|
kind: "HelmRepository";
|
770
|
-
apiVersion: string;
|
771
771
|
spec: {
|
772
772
|
url: string;
|
773
773
|
type?: "default" | "oci" | undefined;
|
@@ -817,12 +817,12 @@ export declare const FluxResource: z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[z.ZodUnio
|
|
817
817
|
version?: string | undefined;
|
818
818
|
}>;
|
819
819
|
}>, "strip", z.ZodTypeAny, {
|
820
|
+
apiVersion: string;
|
820
821
|
metadata: {
|
821
822
|
name: string;
|
822
823
|
namespace?: string | undefined;
|
823
824
|
};
|
824
825
|
kind: "HelmChart";
|
825
|
-
apiVersion: string;
|
826
826
|
spec: {
|
827
827
|
chart: string;
|
828
828
|
sourceRef: {
|
@@ -832,12 +832,12 @@ export declare const FluxResource: z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[z.ZodUnio
|
|
832
832
|
version?: string | undefined;
|
833
833
|
};
|
834
834
|
}, {
|
835
|
+
apiVersion: string;
|
835
836
|
metadata: {
|
836
837
|
name: string;
|
837
838
|
namespace?: string | undefined;
|
838
839
|
};
|
839
840
|
kind: "HelmChart";
|
840
|
-
apiVersion: string;
|
841
841
|
spec: {
|
842
842
|
chart: string;
|
843
843
|
sourceRef: {
|
@@ -868,51 +868,51 @@ export declare const FluxResource: z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[z.ZodUnio
|
|
868
868
|
tag: z.ZodOptional<z.ZodString>;
|
869
869
|
commit: z.ZodOptional<z.ZodString>;
|
870
870
|
}, "strip", z.ZodTypeAny, {
|
871
|
-
tag?: string | undefined;
|
872
871
|
commit?: string | undefined;
|
873
|
-
}, {
|
874
872
|
tag?: string | undefined;
|
873
|
+
}, {
|
875
874
|
commit?: string | undefined;
|
875
|
+
tag?: string | undefined;
|
876
876
|
}>>;
|
877
877
|
}, "strip", z.ZodTypeAny, {
|
878
878
|
url: string;
|
879
879
|
ref?: {
|
880
|
-
tag?: string | undefined;
|
881
880
|
commit?: string | undefined;
|
881
|
+
tag?: string | undefined;
|
882
882
|
} | undefined;
|
883
883
|
}, {
|
884
884
|
url: string;
|
885
885
|
ref?: {
|
886
|
-
tag?: string | undefined;
|
887
886
|
commit?: string | undefined;
|
887
|
+
tag?: string | undefined;
|
888
888
|
} | undefined;
|
889
889
|
}>;
|
890
890
|
}>, "strip", z.ZodTypeAny, {
|
891
|
+
apiVersion: string;
|
891
892
|
metadata: {
|
892
893
|
name: string;
|
893
894
|
namespace?: string | undefined;
|
894
895
|
};
|
895
896
|
kind: "GitRepository";
|
896
|
-
apiVersion: string;
|
897
897
|
spec: {
|
898
898
|
url: string;
|
899
899
|
ref?: {
|
900
|
-
tag?: string | undefined;
|
901
900
|
commit?: string | undefined;
|
901
|
+
tag?: string | undefined;
|
902
902
|
} | undefined;
|
903
903
|
};
|
904
904
|
}, {
|
905
|
+
apiVersion: string;
|
905
906
|
metadata: {
|
906
907
|
name: string;
|
907
908
|
namespace?: string | undefined;
|
908
909
|
};
|
909
910
|
kind: "GitRepository";
|
910
|
-
apiVersion: string;
|
911
911
|
spec: {
|
912
912
|
url: string;
|
913
913
|
ref?: {
|
914
|
-
tag?: string | undefined;
|
915
914
|
commit?: string | undefined;
|
915
|
+
tag?: string | undefined;
|
916
916
|
} | undefined;
|
917
917
|
};
|
918
918
|
}>]>, z.ZodObject<z.objectUtil.extendShape<{
|
@@ -937,51 +937,51 @@ export declare const FluxResource: z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[z.ZodUnio
|
|
937
937
|
tag: z.ZodOptional<z.ZodString>;
|
938
938
|
digest: z.ZodOptional<z.ZodString>;
|
939
939
|
}, "strip", z.ZodTypeAny, {
|
940
|
-
tag?: string | undefined;
|
941
940
|
digest?: string | undefined;
|
942
|
-
}, {
|
943
941
|
tag?: string | undefined;
|
942
|
+
}, {
|
944
943
|
digest?: string | undefined;
|
944
|
+
tag?: string | undefined;
|
945
945
|
}>>;
|
946
946
|
}, "strip", z.ZodTypeAny, {
|
947
947
|
url: string;
|
948
948
|
ref?: {
|
949
|
-
tag?: string | undefined;
|
950
949
|
digest?: string | undefined;
|
950
|
+
tag?: string | undefined;
|
951
951
|
} | undefined;
|
952
952
|
}, {
|
953
953
|
url: string;
|
954
954
|
ref?: {
|
955
|
-
tag?: string | undefined;
|
956
955
|
digest?: string | undefined;
|
956
|
+
tag?: string | undefined;
|
957
957
|
} | undefined;
|
958
958
|
}>;
|
959
959
|
}>, "strip", z.ZodTypeAny, {
|
960
|
+
apiVersion: string;
|
960
961
|
metadata: {
|
961
962
|
name: string;
|
962
963
|
namespace?: string | undefined;
|
963
964
|
};
|
964
965
|
kind: "OCIRepository";
|
965
|
-
apiVersion: string;
|
966
966
|
spec: {
|
967
967
|
url: string;
|
968
968
|
ref?: {
|
969
|
-
tag?: string | undefined;
|
970
969
|
digest?: string | undefined;
|
970
|
+
tag?: string | undefined;
|
971
971
|
} | undefined;
|
972
972
|
};
|
973
973
|
}, {
|
974
|
+
apiVersion: string;
|
974
975
|
metadata: {
|
975
976
|
name: string;
|
976
977
|
namespace?: string | undefined;
|
977
978
|
};
|
978
979
|
kind: "OCIRepository";
|
979
|
-
apiVersion: string;
|
980
980
|
spec: {
|
981
981
|
url: string;
|
982
982
|
ref?: {
|
983
|
-
tag?: string | undefined;
|
984
983
|
digest?: string | undefined;
|
984
|
+
tag?: string | undefined;
|
985
985
|
} | undefined;
|
986
986
|
};
|
987
987
|
}>]>, z.ZodObject<z.objectUtil.extendShape<{
|
@@ -1009,57 +1009,57 @@ export declare const FluxResource: z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[z.ZodUnio
|
|
1009
1009
|
}, "strip", z.ZodTypeAny, {
|
1010
1010
|
name: string;
|
1011
1011
|
digest?: string | undefined;
|
1012
|
-
newTag?: string | undefined;
|
1013
1012
|
newName?: string | undefined;
|
1013
|
+
newTag?: string | undefined;
|
1014
1014
|
}, {
|
1015
1015
|
name: string;
|
1016
1016
|
digest?: string | undefined;
|
1017
|
-
newTag?: string | undefined;
|
1018
1017
|
newName?: string | undefined;
|
1018
|
+
newTag?: string | undefined;
|
1019
1019
|
}>, "many">>;
|
1020
1020
|
}, "strip", z.ZodTypeAny, {
|
1021
1021
|
images?: {
|
1022
1022
|
name: string;
|
1023
1023
|
digest?: string | undefined;
|
1024
|
-
newTag?: string | undefined;
|
1025
1024
|
newName?: string | undefined;
|
1025
|
+
newTag?: string | undefined;
|
1026
1026
|
}[] | undefined;
|
1027
1027
|
}, {
|
1028
1028
|
images?: {
|
1029
1029
|
name: string;
|
1030
1030
|
digest?: string | undefined;
|
1031
|
-
newTag?: string | undefined;
|
1032
1031
|
newName?: string | undefined;
|
1032
|
+
newTag?: string | undefined;
|
1033
1033
|
}[] | undefined;
|
1034
1034
|
}>;
|
1035
1035
|
}>, "strip", z.ZodTypeAny, {
|
1036
|
+
apiVersion: string;
|
1036
1037
|
metadata: {
|
1037
1038
|
name: string;
|
1038
1039
|
namespace?: string | undefined;
|
1039
1040
|
};
|
1040
1041
|
kind: "Kustomization";
|
1041
|
-
apiVersion: string;
|
1042
1042
|
spec: {
|
1043
1043
|
images?: {
|
1044
1044
|
name: string;
|
1045
1045
|
digest?: string | undefined;
|
1046
|
-
newTag?: string | undefined;
|
1047
1046
|
newName?: string | undefined;
|
1047
|
+
newTag?: string | undefined;
|
1048
1048
|
}[] | undefined;
|
1049
1049
|
};
|
1050
1050
|
}, {
|
1051
|
+
apiVersion: string;
|
1051
1052
|
metadata: {
|
1052
1053
|
name: string;
|
1053
1054
|
namespace?: string | undefined;
|
1054
1055
|
};
|
1055
1056
|
kind: "Kustomization";
|
1056
|
-
apiVersion: string;
|
1057
1057
|
spec: {
|
1058
1058
|
images?: {
|
1059
1059
|
name: string;
|
1060
1060
|
digest?: string | undefined;
|
1061
|
-
newTag?: string | undefined;
|
1062
1061
|
newName?: string | undefined;
|
1062
|
+
newTag?: string | undefined;
|
1063
1063
|
}[] | undefined;
|
1064
1064
|
};
|
1065
1065
|
}>]>;
|