Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft: Overrides #72

Open
wants to merge 96 commits into
base: main
Choose a base branch
from
Open

Draft: Overrides #72

wants to merge 96 commits into from

Commits on Oct 29, 2023

  1. Support hotfixes (Keyfactor#56)

    * replace version/release tasks to support hotfixes
    * remove codesign step
    * update condition for create_release
    * set LATEST_TAG and update IS_HOTFIX detection
    * add new starter.yml called workflow
    * update SDK_SYNC_PAT to input:secret.token
    * detect empty tags list
    * Reformat manifest properties summary
    * use `` not $()
    fiddlermikey authored Oct 29, 2023
    Configuration menu
    Copy the full SHA
    85ceea5 View commit details
    Browse the repository at this point in the history
  2. uncomment readme/catalog targets

    Michael Henderson committed Oct 29, 2023
    Configuration menu
    Copy the full SHA
    50e2bad View commit details
    Browse the repository at this point in the history
  3. add readme token

    Michael Henderson committed Oct 29, 2023
    Configuration menu
    Copy the full SHA
    39a1486 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2023

  1. move all actions to v2

    Michael Henderson committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    b0e5b7a View commit details
    Browse the repository at this point in the history
  2. update go build placeholders

    Michael Henderson committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    2c1e5f4 View commit details
    Browse the repository at this point in the history
  3. update org for go-build-and-release

    Michael Henderson committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    8489a21 View commit details
    Browse the repository at this point in the history
  4. update trigger for go yml

    Michael Henderson committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    3db9e73 View commit details
    Browse the repository at this point in the history
  5. add required inputs/with statements

    Michael Henderson committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    e917f10 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2023

  1. Test prerelease delete

    Michael Henderson committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    a5de641 View commit details
    Browse the repository at this point in the history
  2. minor cleanup

    Michael Henderson committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    f4ff40d View commit details
    Browse the repository at this point in the history
  3. use merged v1.0 branch action delete-prereleases

    Michael Henderson committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    f69c677 View commit details
    Browse the repository at this point in the history
  4. remove unused task

    Michael Henderson committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    030443a View commit details
    Browse the repository at this point in the history
  5. Pass outputs.IS_FULL_RELEASE for repo config tasks

    Michael Henderson committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    216185e View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2023

  1. Configuration menu
    Copy the full SHA
    75bb09f View commit details
    Browse the repository at this point in the history
  2. Add branch protection workflow

    Michael Henderson committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    77c9e3d View commit details
    Browse the repository at this point in the history
  3. comment out post-release step

    Michael Henderson committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    cb836ab View commit details
    Browse the repository at this point in the history
  4. Add branch protection on create:release-*.*

    Michael Henderson committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    5e2a695 View commit details
    Browse the repository at this point in the history
  5. use main for private repo

    Michael Henderson committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    6775492 View commit details
    Browse the repository at this point in the history
  6. pass token correctly

    Michael Henderson committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    398cfeb View commit details
    Browse the repository at this point in the history
  7. change job title

    Michael Henderson committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    2ac0a95 View commit details
    Browse the repository at this point in the history
  8. use v2 tag

    Michael Henderson committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    68493a6 View commit details
    Browse the repository at this point in the history
  9. Update configure-repo only on release-*.* branches

    Michael Henderson committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    afc1f8b View commit details
    Browse the repository at this point in the history
  10. add condition to check for release-

    Michael Henderson committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    b3add2f View commit details
    Browse the repository at this point in the history
  11. tag v2

    Michael Henderson committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    1b9ffdf View commit details
    Browse the repository at this point in the history
  12. update go builders and calling workflow

    Michael Henderson committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    c913f18 View commit details
    Browse the repository at this point in the history
  13. fix go build conditions

    Michael Henderson committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    2a4afcc View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2023

  1. replace go placeholder

    Michael Henderson committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    0d1eaf3 View commit details
    Browse the repository at this point in the history
  2. go starter updates

    Michael Henderson committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    38fa05f View commit details
    Browse the repository at this point in the history
  3. fix if test

    Michael Henderson committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    1aa501c View commit details
    Browse the repository at this point in the history
  4. diff if

    Michael Henderson committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    e83bb8c View commit details
    Browse the repository at this point in the history
  5. remove uneeded vars

    Michael Henderson committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    8fa8656 View commit details
    Browse the repository at this point in the history
  6. rookie mistake

    Michael Henderson committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    5e8a647 View commit details
    Browse the repository at this point in the history
  7. Make readme settings manditory

    Michael Henderson committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    60c9a2a View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2023

  1. make readme snippets and json properties manditory (Keyfactor#58)

    Co-authored-by: Michael Henderson <mhenderson@keyfactor.com>
    fiddlermikey and Michael Henderson authored Nov 4, 2023
    Configuration menu
    Copy the full SHA
    a11c0bc View commit details
    Browse the repository at this point in the history
  2. Only assign UOFramework for orchestrators

    Michael Henderson committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    1af2a10 View commit details
    Browse the repository at this point in the history
  3. set --snapshot for all builds

    Michael Henderson committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    8f79163 View commit details
    Browse the repository at this point in the history
  4. json step summary update

    Michael Henderson committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    4745a8f View commit details
    Browse the repository at this point in the history
  5. fix is-release condition

    Michael Henderson committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    e7efc4c View commit details
    Browse the repository at this point in the history
  6. add GPG and workdir properties

    Michael Henderson committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    7071bdd View commit details
    Browse the repository at this point in the history
  7. add post-release workflow, delete prereleases

    Michael Henderson committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    672cb57 View commit details
    Browse the repository at this point in the history
  8. fix typo

    Michael Henderson committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    156681f View commit details
    Browse the repository at this point in the history
  9. use repo-token

    Michael Henderson committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    8a42f59 View commit details
    Browse the repository at this point in the history
  10. pass version to goreleaser or 0.0.0 for non-release builds

    Michael Henderson committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    a6bad94 View commit details
    Browse the repository at this point in the history
  11. pass gpg info correctly

    Michael Henderson committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    72deb54 View commit details
    Browse the repository at this point in the history
  12. add missing gpg inputs

    Michael Henderson committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    7e43bca View commit details
    Browse the repository at this point in the history
  13. test

    Michael Henderson committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    9d3d9ff View commit details
    Browse the repository at this point in the history
  14. add back gpg

    Michael Henderson committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    2ac1cd9 View commit details
    Browse the repository at this point in the history
  15. passing secrets through the starter

    Michael Henderson committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    e27a323 View commit details
    Browse the repository at this point in the history
  16. remove assertion, update gpg definitions

    Michael Henderson committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    3d8bbf8 View commit details
    Browse the repository at this point in the history
  17. fix goreleaser params

    Michael Henderson committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    d30f77a View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2023

  1. Configuration menu
    Copy the full SHA
    5b97e4e View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2023

  1. Update v2 readme

    fiddlermikey authored Nov 6, 2023
    Configuration menu
    Copy the full SHA
    375bca4 View commit details
    Browse the repository at this point in the history
  2. Add formatting

    fiddlermikey authored Nov 6, 2023
    Configuration menu
    Copy the full SHA
    1bf68ce View commit details
    Browse the repository at this point in the history
  3. add formatting

    fiddlermikey authored Nov 6, 2023
    Configuration menu
    Copy the full SHA
    4505408 View commit details
    Browse the repository at this point in the history
  4. minor change

    fiddlermikey authored Nov 6, 2023
    Configuration menu
    Copy the full SHA
    e85799e View commit details
    Browse the repository at this point in the history
  5. escape *

    fiddlermikey authored Nov 6, 2023
    Configuration menu
    Copy the full SHA
    8fb4d27 View commit details
    Browse the repository at this point in the history
  6. Update README.md

    fiddlermikey authored Nov 6, 2023
    Configuration menu
    Copy the full SHA
    43e4ba0 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2023

  1. add autolink reference configuration task

    Michael Henderson committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    7449b9b View commit details
    Browse the repository at this point in the history
  2. Merge branch 'release-2.1' of https://github.com/Keyfactor/actions in…

    …to release-2.1
    Michael Henderson committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    1cd5c73 View commit details
    Browse the repository at this point in the history
  3. add autolinking to readme

    Michael Henderson committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    4bc678c View commit details
    Browse the repository at this point in the history
  4. Update readme and workflow comments

    Michael Henderson committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    3b28247 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2023

  1. swap to GITHUB_TOKEN for detecting primary language

    Michael Henderson committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    cf4477e View commit details
    Browse the repository at this point in the history
  2. use GITHUB_TOKEN when calling reusable workflows for main build for n…

    …uget restore error
    Michael Henderson committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    2e044be View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2023

  1. use old PAT definition

    Michael Henderson committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    035f5f0 View commit details
    Browse the repository at this point in the history
  2. use CI_TOKEN

    Michael Henderson committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    2d4710f View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2023

  1. back to token

    Michael Henderson committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    3a4c1d8 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2023

  1. update args passed during go builds

    Michael Henderson committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    d7bcbd5 View commit details
    Browse the repository at this point in the history
  2. match ^$prbasetag

    Michael Henderson committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    556d2f3 View commit details
    Browse the repository at this point in the history
  3. use the release-2.1 github-release workflow

    Michael Henderson committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    c3e2524 View commit details
    Browse the repository at this point in the history
  4. use v2 tags for all workflows

    Michael Henderson committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    39daf86 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2023

  1. remove autolink for troubleshooting

    Michael Henderson committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    2a84cb8 View commit details
    Browse the repository at this point in the history
  2. Update json reader (Keyfactor#59)

    * release_dir is only valid for orchestrators, pam, ca-gateway types
    
    It specifies the location of the output folder from the build and is not valid for other types at this time
    fiddlermikey authored Nov 17, 2023
    Configuration menu
    Copy the full SHA
    3f36d2a View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2023

  1. v2.2.0 Updates (Keyfactor#63)

    * feat(script): Delete release/tag on failed release-* branch build
    * feat(script): Checking for manifest.json in orchestrator projects [ab@52419]
    * feat(doc): add keyfactor_platform_version property
    fiddlermikey authored Dec 7, 2023
    Configuration menu
    Copy the full SHA
    5d043a1 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2024

  1. Configuration menu
    Copy the full SHA
    fa57d4b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    839f7cb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6d3aba0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3f3e235 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    54de768 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fbe55ff View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    92f4bbc View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    da1c01e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2551ac1 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    58d554a View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    d679b01 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    01f92d4 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    1a0ebad View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    ebe580c View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    1b298a1 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    c82314a View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    175b205 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    51ae66e View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2024

  1. Configuration menu
    Copy the full SHA
    407ade7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8221727 View commit details
    Browse the repository at this point in the history
  3. ci revert

    spbsoluble committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    19f46d3 View commit details
    Browse the repository at this point in the history
  4. ci revert

    spbsoluble committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    3e7234f View commit details
    Browse the repository at this point in the history
  5. args fix

    spbsoluble committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    62825ac View commit details
    Browse the repository at this point in the history