This project is mirrored from https://gitee.com/NQL886/vault.git. Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
  1. 10 Mar, 2021 1 commit
  2. 09 Mar, 2021 1 commit
    • swayne275's avatar
      Update go version to 1.15.8 (#11060) · 2219a68a
      swayne275 authored
      * update go version to 1.15.8
      
      * add changelog
      
      * Revert "update go version to 1.15.8"
      
      This reverts commit e886f83b183199565bb9e742b43a6a896687b8ac.
      
      * just edit handcrafted files
      
      * results of make packages
      2219a68a
  3. 23 Feb, 2021 1 commit
  4. 20 Jan, 2021 1 commit
    • Josh Black's avatar
      Update to go 1.15.7 (#10730) · a5977420
      Josh Black authored
      * Update to go 1.15.6
      
      * Just kidding, how about 1.15.7
      
      * And the associated CI config
      
      * Add changelog and update go version in more places
      a5977420
  5. 12 Nov, 2020 1 commit
  6. 04 Nov, 2020 1 commit
  7. 30 Oct, 2020 2 commits
  8. 07 Oct, 2020 1 commit
  9. 28 Sep, 2020 1 commit
    • Sam Salisbury's avatar
      Packagespec v0.1.2/master (#9995) · 9ef96e41
      Sam Salisbury authored
      * packagespec v0.1.2 - prep: remove unneeded code
      
      * packagespec v0.1.2 - packagespec init
      
      * packagespec v0.1.2 - make packages
      
      * packagespec v0.1.3 - make packages
      9ef96e41
  10. 20 Aug, 2020 1 commit
  11. 11 Aug, 2020 1 commit
    • Sam Salisbury's avatar
      ci/packagespec (#9653) · 956bd0af
      Sam Salisbury authored
      * add packagespec build system
      
      - The majority of changes in this commit are files generated
        by packagespec (everything in the packages-oss.lock directory).
      
      * add .yamllint
      
      * update to packagespec@fd54aea4
      
      * ci: bust packagespec cache
      
      - Change to packagespec results in package IDs that can use
        git tag refs, not just commit refs.
      
      * update to packagepsec@5fc121d0
      
      - This busts all caches, because of a change to the way we
        no longer traverse from tag refs to commit refs, due to
        the potential confusion this can cause.
      - See https://github.com/hashicorp/packagespec/commit/fd54aea4827bb6cfd637c78a2ab6274111605330
        for the original change to packagespec necessitating this.
      
      * update to packagespec@5e6c87b6
      
      - This completes the change to allowing git tag refs
        to be used for source IDs, begun in f130b940a8fbe3e9398225b08ea1d63420bef7b6
      
      * update to packagespec@4d3c9e8b
      
      - This busts cache, needed to apply previous change.
      
      * remove RELEASE_BUIL...
      956bd0af