Releases: Automattic/vip-cli
Releases · Automattic/vip-cli
2.40.0-dev.4
What's Changed
- New develop release: 2.39.8-dev.0 by @github-actions in #1842
- build(deps): bump ini from 4.1.2 to 4.1.3 by @dependabot in #1844
- build(deps): bump step-security/harden-runner from 2.7.1 to 2.8.0 by @dependabot in #1843
- ci: add publish prerelease workflow by @sjinks in #1846
Full Changelog: 2.39.7...2.40.0-dev.4
2.39.7
What's Changed
- New develop release: 2.39.7-dev.0 by @github-actions in #1823
- Fix promptForBoolean to display the default initial value capitalized by @rebeccahum in #1829
- fix(dev-env):
vip dev-env info --all
should not ask for a slug by @sjinks in #1815 - build(deps-dev): bump rimraf from 5.0.5 to 5.0.7 by @dependabot in #1834
- build(deps): bump cli-table3 from 0.6.4 to 0.6.5 by @dependabot in #1833
- build(deps): bump semver from 7.6.0 to 7.6.2 by @dependabot in #1831
- build(deps-dev): bump @types/node from 18.19.31 to 18.19.33 by @dependabot in #1828
- build(deps-dev): bump @automattic/eslint-plugin-wpvip from 0.9.1 to 0.10.0 by @dependabot in #1832
- build(deps-dev): bump @automattic/eslint-plugin-wpvip from 0.10.0 to 0.11.0 by @dependabot in #1835
- fix(dev-env): plugin loading when using yarn to install VIP CLI by @sjinks in #1840
- feat(dev-env): track versions of
docker
anddocker-compose
by @sjinks in #1837 - New package release: v2.39.7 by @github-actions in #1841
Full Changelog: 2.39.6...2.39.7
2.39.6
What's Changed
- New develop release: 2.39.6-dev.0 by @github-actions in #1812
- build(deps): bump step-security/harden-runner from 2.7.0 to 2.7.1 by @dependabot in #1800
- build(deps-dev): bump the babel group with 3 updates by @dependabot in #1798
- build(deps): bump actions/dependency-review-action from 4.2.5 to 4.3.2 by @dependabot in #1802
- refactor!(dev-env): remove support for MailHog; use Mailpit instead by @sjinks in #1813
- build(deps-dev): bump @types/dockerode from 3.3.28 to 3.3.29 by @dependabot in #1801
- Do custom env validation for custom deploys by @WPprodigy in #1817
- New package release: v2.39.6 by @github-actions in #1822
New Contributors
- @WPprodigy made their first contribution in #1817
Full Changelog: 2.39.5...2.39.6
2.39.5
What's Changed
- BYOR: Pass in deploy token to StartCustomDeploy mutation and allow
getSignedUploadRequestData()
to accept another bearer token by @rebeccahum in #1806 - New package release: v2.39.5 by @github-actions in #1811
Full Changelog: 2.39.4...2.39.5
2.39.4
What's Changed
- New develop release: 2.39.4-dev.0 by @github-actions in #1793
- build: fix
Cannot read properties of undefined
ingenerate-docs.js
by @sjinks in #1794 - Update the whoami command to follow the VIP-CLI style guide by @terriann in #1783
- Update the logout command to follow the VIP-CLI style guide. by @terriann in #1796
- [dev-env]: Hotfix mysql 8.4 being incompatible due to auth plugin deprecation by @rinatkhaziev in #1803
- New package release: v2.39.4 by @github-actions in #1804
Full Changelog: 2.39.3...2.39.4
2.39.3
What's Changed
- New develop release: 2.39.3-dev.0 by @github-actions in #1781
- Update/docs pt vip config by @terriann in #1746
- Updates to descriptions and examples for vip db by @yolih in #1765
- Updates to descriptions and examples for vip backup by @yolih in #1766
- Fix duplicate format option on slowlogs command by @maxschmeling in #1785
- Fix issue with missing CSV output values by @maxschmeling in #1784
- chore(deps): update
tar
to fix CVE-2024-28863 by @sjinks in #1790 - New package release: v2.39.3 by @github-actions in #1792
New Contributors
Full Changelog: 2.39.2...2.39.3
2.39.2
What's Changed
- New develop release: 2.39.2-dev.0 by @github-actions in #1771
- build(deps-dev): bump typescript from 5.4.4 to 5.4.5 by @dependabot in #1767
- build(deps): bump ejs from 3.1.9 to 3.1.10 by @dependabot in #1777
- fix: remove unused
cancelCommand
by @sjinks in #1776 - fix(dev-env): argument parsing for
vip dev-env sync sql
by @sjinks in #1779 - fix: underscore is allowed in environment name by @sjinks in #1778
- chore: remove unused files by @sjinks in #1773
- fix: superfluous trailing arguments by @sjinks in #1774
- New package release: v2.39.2 by @github-actions in #1780
Full Changelog: 2.39.1...2.39.2
2.39.1
What's Changed
- New develop release: 2.39.1-dev.0 by @github-actions in #1755
- ci: fetch the latest version of docker-compose by @sjinks in #1756
- build(deps-dev): bump @types/dockerode from 3.3.26 to 3.3.28 by @dependabot in #1760
- build(deps-dev): bump the babel group with 2 updates by @dependabot in #1759
- build(deps-dev): bump typescript from 5.4.3 to 5.4.4 by @dependabot in #1761
- build(deps-dev): bump @types/node from 18.19.28 to 18.19.30 by @dependabot in #1762
- build(deps-dev): bump @types/node from 18.19.30 to 18.19.31 by @dependabot in #1764
- refactor(dev-env): reduce noise from preflight checks by @sjinks in #1758
- Change this.log to console.log for sql export command by @noahtallen in #1769
- New package release: v2.39.1 by @github-actions in #1770
New Contributors
- @noahtallen made their first contribution in #1769
Full Changelog: 2.39.0...2.39.1
2.39.0
What's Changed
- New develop release: 2.38.4-dev.0 by @github-actions in #1745
- Updated Docs URLs to current permalinks by @yolih in #1742
- Updated the export command group according to VIP-CLI style guide by @yolih in #1741
- build(deps-dev): bump @types/node from 18.19.26 to 18.19.28 by @dependabot in #1747
- ci: add dependency review workflow by @sjinks in #1750
- test: fix E2E tests for composer v2 by @sjinks in #1752
- ci: install docker-compose by @sjinks in #1751
- build(deps): bump cli-table3 from 0.6.3 to 0.6.4 by @dependabot in #1739
- Make "importSQLCheckStatus" return immediately when called from the
vip import sql status
command and no import is running by @andrea-sdl in #1722 - fix(dev-env): regression: stop proxy when there are no running envs by @sjinks in #1738
- Fixes text so that it doesn't reference "the above tables" when tables are not displayed by @brunobasto in #1731
- build(deps): bump fetch-retry from 5.0.6 to 6.0.0 by @dependabot in #1730
- build(deps): bump ini from 4.1.1 to 4.1.2 by @dependabot in #1717
- chore(deps): update lando by @sjinks in #1753
- New package release: v2.39.0 by @github-actions in #1754
New Contributors
Full Changelog: 2.38.3...2.39.0
2.38.3
What's Changed
- New develop release: 2.38.3-dev.0 by @github-actions in #1713
- Update CHANGELOG for 2.38.2 by @chriszarate in #1714
- Fix triggering publish docs workflow on tag push by @seanlanglands in #1716
- build(deps-dev): bump nock from 13.5.3 to 13.5.4 by @dependabot in #1708
- build(deps-dev): bump @types/node from 18.19.18 to 18.19.21 by @dependabot in #1715
- build(deps-dev): bump the babel group with 2 updates by @dependabot in #1709
- vip app deploy - Allow passing in a deploy key with env variable by @rebeccahum in #1718
- build(deps-dev): bump typescript from 5.3.3 to 5.4.2 by @dependabot in #1721
- build(deps-dev): bump @types/node from 18.19.21 to 18.19.22 by @dependabot in #1720
- build(deps-dev): bump @types/dockerode from 3.3.24 to 3.3.26 by @dependabot in #1724
- build(deps): bump open from 10.0.4 to 10.1.0 by @dependabot in #1725
- Allows user to continue even when the answer doesn't match the expected letter casing by @brunobasto in #1632
- build(deps-dev): bump the babel group with 4 updates by @dependabot in #1734
- build(deps-dev): bump @types/node from 18.19.22 to 18.19.26 by @dependabot in #1733
- build(deps-dev): bump typescript from 5.4.2 to 5.4.3 by @dependabot in #1735
- build(deps): bump socket.io-client from 4.7.4 to 4.7.5 by @dependabot in #1729
- Update SQL import prompt message by @iamchughmayank in #1743
- New package release: v2.38.3 by @github-actions in #1744
New Contributors
- @iamchughmayank made their first contribution in #1743
Full Changelog: 2.38.2...2.38.3