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

Updated CLI installer - v6 #279

Merged
merged 7 commits into from
Jan 22, 2023
Merged

Updated CLI installer - v6 #279

merged 7 commits into from
Jan 22, 2023

Conversation

slewis74
Copy link
Contributor

@slewis74 slewis74 commented Jan 16, 2023

V6 update for the installer step. Switch to the Go CLI and downloads come from GitHub releases.

Includes updating the build workflow to use v3 of our GHAs.

Example step
image

image

image

image

Yaml pipeline example

- task: OctoInstaller@6
  inputs:
    octopusVersion: '1.*'

- script: |
    octopus project list
  displayName: 'Run a script'
  env:
    OCTOPUS_URL: $(OCTOPUS_URL)
    OCTOPUS_API_KEY: $(OCTOPUS_API_KEY)
    OCTOPUS_SPACE: 'Some Space'

@slewis74 slewis74 changed the base branch from main to enh-steps-v6 January 16, 2023 04:07
@slewis74 slewis74 merged commit 858c2b2 into enh-steps-v6 Jan 22, 2023
@slewis74 slewis74 deleted the enh-cli-installer-v6 branch January 22, 2023 07:10
benPearce1 added a commit that referenced this pull request Feb 8, 2023
feat: New steps for Zip/NuGet pack (#276)
feat:push step v6 (#277)
feat: deploy release v6 (#278)
feat: deploy tenant release v6 (#281)
feat: await task (#282)
feat: Run runbook step (#285)
feat: Create release v6 (#283)
chore: updated the way user agent strings are built for the v6 steps (#287)
feat: push build information v6 (#284)
chore: Added output variable definitions for the Pack steps
feat: CLI installer step - v6 (#279)
chore: added warning logs for use of additional arguments fields (#286)
chore: fixed some pluralisation inconsistencies

Co-authored-by: Ben Pearce <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant