Skip to content

Releases: viqueen/atlassian-devbox

3.1.0

26 May 06:00
acfe246
Compare
Choose a tag to compare

What's Changed

  • Update typescript-eslint monorepo to v5.59.6 by @renovate in #43
  • LABSET-106: release under labset org by @viqueen in #48
  • Update typescript-eslint monorepo to v5.59.7 by @renovate in #45
  • Update dependency eslint to v8.41.0 by @renovate in #44

Full Changelog: 3.0.1...3.1.0

3.0.1

17 May 23:25
Compare
Choose a tag to compare

Full Changelog: 3.0.0...3.0.1

3.0.0

17 May 08:25
Compare
Choose a tag to compare

What's Changed

  • Update typescript-eslint monorepo to v5.59.5 by @renovate in #40
  • Update dependency @types/node to v18.16.10 by @renovate in #38
  • Update dependency typescript to v5 by @renovate in #37
  • Update dependency eslint to v8.40.0 by @renovate in #39
  • Update dependency @types/node to v18.16.12 by @renovate in #42
  • Update dependency @typescript-eslint/parser to v5.59.6 by @renovate in #41

Full Changelog: 2.2.0...3.0.0

2.2.0

05 May 03:30
Compare
Choose a tag to compare

Full Changelog: 2.1.0...2.2.0

2.1.0

05 May 02:38
Compare
Choose a tag to compare

What's Changed

  • Configure Renovate by @renovate in #12
  • Update dependency com.atlassian.maven.plugins:confluence-maven-plugin to v8.9.1 by @renovate in #23
  • Update dependency com.atlassian.confluence:confluence-webdriver-pageobjects to v11.4.12 by @renovate in #22
  • Update dependency com.atlassian.browsers:atlassian-browsers-auto to v3.1.4 by @renovate in #21
  • Update confluence.version to v7.20.3 by @renovate in #20
  • Update atlassian.selenium.and.webdriver.version to v3.3.2 by @renovate in #19
  • Update dependency org.apache.maven.plugins:maven-failsafe-plugin to v3.0.0-M8 by @renovate in #18
  • Update dependency com.atlassian.querylang:confluence-query-lang-spi to v2.0.4 by @renovate in #16
  • Update actions/setup-node action to v3 by @renovate in #30
  • Update actions/setup-java action to v3 by @renovate in #29
  • Update Node.js to v18 by @renovate in #27
  • Update selenium/standalone-chrome Docker tag to v3.141.59 by @renovate in #26

New Contributors

Full Changelog: 2.0.1...2.1.0

2.0.1

08 Nov 21:04
Compare
Choose a tag to compare

Full Changelog: 2.0.0...2.0.1

2.0.0

08 Nov 04:08
6949ade
Compare
Choose a tag to compare

What's Changed

  • [Snyk] Upgrade commander from 9.3.0 to 9.4.0 by @snyk-bot in #8
  • Issue/devbox 2 prepare for version 2 by @viqueen in #11

New Contributors

Full Changelog: 1.0.2...2.0.0

1.0.2

01 Jun 04:03
Compare
Choose a tag to compare

What's Changed

  • [Snyk] Upgrade fs-extra from 10.0.0 to 10.0.1 by @snyk-bot in #4
  • [Snyk] Upgrade chalk from 5.0.0 to 5.0.1 by @snyk-bot in #5
  • [Snyk] Upgrade commander from 9.0.0 to 9.1.0 by @snyk-bot in #6
  • [Snyk] Upgrade fs-extra from 10.0.1 to 10.1.0 by @snyk-bot in #7

Full Changelog: 1.0.1...1.0.2

1.0.1

22 Jan 10:46
4deb239
Compare
Choose a tag to compare

What's Changed

  • [Snyk] Upgrade chalk from 4.1.1 to 4.1.2 by @snyk-bot in #2
  • [Snyk] Upgrade commander from 8.0.0 to 8.3.0 by @snyk-bot in #1
  • [Snyk] Upgrade com.github.javafaker:javafaker from 0.14 to 0.18 by @snyk-bot in #3

Full Changelog: 1.0.0...1.0.1

1.0.0

15 Jul 06:55
Compare
Choose a tag to compare

Atlassian enterprise product scripts to spin up instances of

  • Confluence
  • Bitbucket
  • Bamboo
  • Jira
  • Crowd
  • install it
npm install atlassian-devbox -g
  • example usage
confluence -h
Usage: confluence [options] [command]

Options:
  -hp, --http-port <httpPort>        with http port (default: "1990")
  -dp, --debug-port <debugPort>      with debug port (default: "5005")
  -cp, --context-path <contextPath>  with context path (default: "/confluence")
  -ap, --ajp-port <ajpPort>          with ajp port (default: "8009")
  --plugins <plugins>                with plugins
  --jvm-args <jvmArgs>               with jvmargs
  --amps-version <ampsVersion>       with amps version (default: "8.2.0")
  -V, --version                      output the version number
  -h, --help                         display help for command

Commands:
  start <version>                    runs confluence
  debug <version>                    runs confluence with debug port open
  cmd <name> <version>               prints the resolved command
  list                               lists installed confluence instances
  remove <pattern>                   removes confluence instance with version matching given pattern
  logs <version>                     tails confluence logs
  versions                           lists available confluence versions in local maven repo
  purge <type>                       purges available confluence versions in local maven repo
  help [command]                     display help for command