Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • C Community Edition
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
    • Requirements
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • 小 白蛋
  • Community Edition
  • Repository
Switch branch/tag
  • community-edition
  • .github
  • ISSUE_TEMPLATE
  • bug-report.md
Find file BlameHistoryPermalink
  • Sean McGinnis's avatar
    Merge "next" post-v0.10.0 development to main (#3089) · 0f06a749
    Sean McGinnis authored Feb 23, 2022
    
    
    * Move plugin definition locally (#3021)
    
    This moves the PluginDescriptor and some helper functions to be light
    weight, locally defined interfaces with the community-edition repo.
    Signed-off-by: default avatarSean McGinnis <smcginnis@vmware.com>
    
    * Update next branch with TF 0.16.0 (#3149)
    Co-authored-by: default avatargithub-actions <github-actions@github.com>
    
    * Unmanaged-cluster: resolve kbld images (#3133)
    
    - Using kbld libs, resolves the `image:` tags correctly from the
      `.imgpkg/images.yaml` files found in the kapp bundle
    - `Image` struct now has MergedManifest instead of ResolvedBytes.
      MergedManifest is a single slice of bytes that represents the resolved
      complete resolved, merged ytt / kbld manifest
    Signed-off-by: default avatarJohn McBride <jmcbride@vmware.com>
    
    * Fix update GCP buckets (#3162)
    Co-authored-by: default avatargithub-actions <github-actions@github.com>
    
    * Revert publish for normal builds, remove distro on gcp bucket (#3164)
    Co-authored-by: default avatargithub-actions <github-actions@github.com>
    
    * Removes standalone-cluster plugin and all associated bits (#3007)
    
    - Removes standalone-cluster plugin
    - Removes standalone-cluster e2e test for all providers
    - Removes standalone-cluster release and install
    Signed-off-by: default avatarJohn McBride <jmcbride@vmware.com>
    
    * Removal of standalone support mode in diagnostic plugin (#2922)
    Signed-off-by: default avatarVladimir Vivien <vivienv@vmware.com>
    
    * remove standalone from plugin build (#3169)
    Signed-off-by: default avatarjoshrosso <rossoj@vmware.com>
    
    * Only build platforms needed in action checks (#3110)
    
    We have several "check" jobs that run on new PRs. These jobs are
    currently running `make release` to get the binary to use to perform
    those checks.
    
    The GitHub Actions run on a Linux AMD64 platform, but by default the
    `make release` target builds for all supported platforms. We end up
    waiting a long time while these unnecessary platform targets are built,
    to then just pull out the linux-amd64 binary to perform our tests.
    
    This updates the `make release` targets called in these actions to only
    build the linux-amd64 binary that we need, saving some time by not
    waiting on platform targets we just throw away.
    Signed-off-by: default avatarSean McGinnis <smcginnis@vmware.com>
    
    * Document chocolatey release commands (#3175)
    Signed-off-by: default avatarNolan Brubaker <brubakern@vmware.com>
    
    * Bump go version to 1.17 (#2865)
    
    The tanzu-framework repo has bumped its version of go to 1.17 [0].
    This follows suite and updates the go version in all go.mod and
    github workflows to specify go 1.17.
    
    [0] https://github.com/vmware-tanzu/tanzu-framework/commit/b2816e1ae30f3d8cf0c201eda05fcd89ea6c5924
    
    Signed-off-by: default avatarSean McGinnis <smcginnis@vmware.com>
    
    * Handle go 1.16 and 1.17 deps for unmanaged plugin (#3218)
    
    This updates the `go mod tidy` calls for the unmanaged cluster plugin to
    be compatible with both 1.16 and 1.17. We require 1.17, but the builder
    tries to do a `go mod tidy` and will fail without any flags provided due
    to some transitive dependencies.
    Signed-off-by: default avatarSean McGinnis <smcginnis@vmware.com>
    
    * Use stg repo for v0.16.0 (#3227)
    
    Until images get promoted to the production harbor
    Signed-off-by: default avatarJohn McBride <jmcbride@vmware.com>
    
    * Upgrade Tanzu-Framework to v0.17.0 (#3231)
    Signed-off-by: default avatarJohn McBride <jmcbride@vmware.com>
    Co-authored-by: default avatarDavid vonThenen <12752197+dvonthenen@users.noreply.github.com>
    Co-authored-by: default avatargithub-actions <github-actions@github.com>
    Co-authored-by: default avatarJohn McBride <jmcbride@vmware.com>
    Co-authored-by: default avatarVladimir Vivien <vivienv@vmware.com>
    Co-authored-by: default avatarjoshrosso <rossoj@vmware.com>
    Co-authored-by: default avatarNolan Brubaker <brubakern@vmware.com>
    0f06a749

免费DevSecOps平台,让您的项目体验完整的DevSecOps流程,让项目更安全