forked from runatlantis/atlantis
-
Notifications
You must be signed in to change notification settings - Fork 0
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
chore(deps): update dependency vuepress to v1 - autoclosed #16
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…#2249) Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 1 to 2. - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](docker/setup-buildx-action@v1...v2) --- updated-dependencies: - dependency-name: docker/setup-buildx-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* MultiEnv step added * Values removed from the output * Fixing tests * multienv_step_runner_test added * Documentation of new feature added * Documentatation of new feature modified * multienv_step test file extension changed * Fixed multinev_step_runner test * Enhanced debug logging in multienv_step_runner * Enhanced errorhandling * Test command modified * Test command modified * Test command modified * Test command modified * Errorhandling modified * Test command modified * Test command modified * Create empty map in test * Fixing test ExpOut * Testing, refactoring, eliminating extra debug log * MultiEnv result modified from json to plain string * MultiEnv step Run parameter updated * Import added * project_command_runner updated * project_command_runner updated * multienv_step_runner_test updated * multienv doc modified * Update runatlantis.io/docs/custom-workflows.md Co-authored-by: PePe Amengual <jose.amengual@gmail.com> Co-authored-by: Istvan Tapaszto <istvan.tapaszto@msci.com> Co-authored-by: PePe Amengual <jose.amengual@gmail.com>
Bumps runatlantis/atlantis-base from 2022.04.19 to 2022.05.13. --- updated-dependencies: - dependency-name: runatlantis/atlantis-base dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…ntis#2137) * fix: update commit status check logic to match the commit status name * Update server/events/vcs/gitlab_client.go chore: simplify ignored statuses logic Co-authored-by: Emil 'Skeen' Madsen <sovende@gmail.com> * feat(gitlab_client_test): add PullIsMergeable test case Co-authored-by: Emil 'Skeen' Madsen <sovende@gmail.com>
Currently this is failing on PRs ``` server/events/vcs/gitlab_client_test.go:301:14: Error return value of `w.Write` is not checked (errcheck) w.Write([]byte(response)) ```
) This fixes the tests to not rely in the implicit value of the "defaultBranch" git configuration value, since they later assume that it's "master". For example, if you run: ```sh git config --global init.defaultBranch main ``` And then run these tests, you get: ```sh --- FAIL: TestClone_CheckoutMergeNoneExisting (0.68s) working_dir_test.go:71: err running "git checkout master": error: pathspec 'master' did not match any file(s) known to git --- FAIL: TestClone_CheckoutMergeNoReclone (0.68s) working_dir_test.go:127: err running "git checkout master": error: pathspec 'master' did not match any file(s) known to git --- FAIL: TestClone_CheckoutMergeNoRecloneFastForward (0.68s) logger.go:130: 2022-05-17T10:05:33.665-0700 INFO creating dir "/tmp/3762936464/repos/0/default" working_dir_test.go:198: unexpected error: running git clone --branch master --single-branch file:///tmp/3657236513 /tmp/3762936464/repos/0/default: Cloning into '/tmp/3762936464/repos/0/default'... warning: Could not find remote branch master to clone. fatal: Remote branch master not found in upstream origin : exit status 128 --- FAIL: TestClone_CheckoutMergeConflict (0.68s) working_dir_test.go:232: err running "git checkout master": error: pathspec 'master' did not match any file(s) known to git --- FAIL: TestClone_MasterHasDiverged (0.68s) working_dir_test.go:344: err running "git clone --branch master --single-branch /tmp/1931262087 .": Cloning into '.'... warning: Could not find remote branch master to clone. fatal: Remote branch master not found in upstream origin --- FAIL: TestHasDiverged_MasterHasDiverged (0.68s) working_dir_test.go:415: err running "git clone --branch master --single-branch /tmp/2356723317 .": Cloning into '.'... warning: Could not find remote branch master to clone. fatal: Remote branch master not found in upstream origin FAIL FAIL github.com/runatlantis/atlantis/server/events 7.269s FAIL ```
Currently the link goes to "" on my install, which browsers interpret as the current page. Looking at the other templates in this file, it was missing a trailing `/`.
* deps: terraform 1.2.0 * support tf 1.1.9
…is#2276) Bumps [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action) from 2 to 3. - [Release notes](https://github.com/goreleaser/goreleaser-action/releases) - [Commits](goreleaser/goreleaser-action@v2...v3) --- updated-dependencies: - dependency-name: goreleaser/goreleaser-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This allows forks of atlantis to push images to their own ghcr.
* Replace golang-ci install path Noticed builds failing to download this script. Docs are updated with a new install path direct from GitHub - https://golangci-lint.run/usage/install/#other-ci * Workaround bot protection on docs.github.com There seems to be bot protection on docs.github.com which can be bypassed by requesting compressed content - github/docs#17358 (comment)
* Add version to /status endpoint * Add version to test * Fix linting errors
…lantis#2283) Bumps [github.com/spf13/viper](https://github.com/spf13/viper) from 1.11.0 to 1.12.0. - [Release notes](https://github.com/spf13/viper/releases) - [Commits](spf13/viper@v1.11.0...v1.12.0) --- updated-dependencies: - dependency-name: github.com/spf13/viper dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…which fixes 1624 (runatlantis#1704) * Delete previous plans on autoplan or atlantis plan When using non-default workspaces, plans are stored in pr-and-workspace-specific directories. If a PR is subsequently updated it might happen that some of the plans are no longer relevant with regards to the latest changes. This change ensures that plans are always deleted when a generic plan is triggered either by autoplan or by a "atlantis plan" command. NB Plans are not cleaned up when specific projects are planned explicitly with "atlantis plan -p/-d/-w". * Use DeleteLockCommand to delete locks and workdirs containing previous plans Co-authored-by: giuli007 <giuglioz@gmail.com>
…2311) * [fix] Ignore commit checks for atlantis apply on Github * Fix typo * Fmt * lint
…runatlantis#2275) Bumps [github.com/hashicorp/go-version](https://github.com/hashicorp/go-version) from 1.4.0 to 1.5.0. - [Release notes](https://github.com/hashicorp/go-version/releases) - [Changelog](https://github.com/hashicorp/go-version/blob/main/CHANGELOG.md) - [Commits](hashicorp/go-version@v1.4.0...v1.5.0) --- updated-dependencies: - dependency-name: github.com/hashicorp/go-version dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…runatlantis#2321) Bumps [github.com/hashicorp/go-getter](https://github.com/hashicorp/go-getter) from 1.5.11 to 1.6.2. - [Release notes](https://github.com/hashicorp/go-getter/releases) - [Changelog](https://github.com/hashicorp/go-getter/blob/main/.goreleaser.yml) - [Commits](hashicorp/go-getter@v1.5.11...v1.6.2) --- updated-dependencies: - dependency-name: github.com/hashicorp/go-getter dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Hello, I was reading through these docs and this section seemed incorrect. I assume the 2 commands it supports are atlantis plan/apply and not the underlying 3 terraform commands. Let me know if I'm misinterpreting this. Thanks! Co-authored-by: Rui Chen <rui@chenrui.dev>
…unatlantis#2319) Bumps [github.com/xanzy/go-gitlab](https://github.com/xanzy/go-gitlab) from 0.59.0 to 0.68.0. - [Release notes](https://github.com/xanzy/go-gitlab/releases) - [Changelog](https://github.com/xanzy/go-gitlab/blob/master/releases_test.go) - [Commits](xanzy/go-gitlab@v0.59.0...v0.68.0) --- updated-dependencies: - dependency-name: github.com/xanzy/go-gitlab dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Rui Chen <rui@chenrui.dev>
…is#2312) * feat: add userConfig.VCSStatusName to applyCommandRunner context * fix: use vcsstatusname from context * chore: normalize tests * chore: update interface mock
…natlantis#2320) Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.7.1 to 1.7.2. - [Release notes](https://github.com/stretchr/testify/releases) - [Commits](stretchr/testify@v1.7.1...v1.7.2) --- updated-dependencies: - dependency-name: github.com/stretchr/testify dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Rui Chen <rui@chenrui.dev>
…ntis#2318) error message: ``` - Finding hashicorp/null versions matching "3.0.0"... ╷ │ Error: Incompatible provider version │ │ Provider registry.terraform.io/hashicorp/null v3.0.0 does not have a package │ available for your current platform, darwin_arm64. │ │ Provider releases are separate from Terraform CLI releases, so not all providers │ are available for all platforms. Other versions of this provider may have │ different platforms supported. ``` Signed-off-by: Rui Chen <rui@chenrui.dev>
* deps: terraform 1.2.3 Signed-off-by: Rui Chen <rui@chenrui.dev> * deps: conftest 0.32.1 Signed-off-by: Rui Chen <rui@chenrui.dev>
renovate
bot
force-pushed
the
renovate/major-vuepress-monorepo
branch
2 times, most recently
from
December 17, 2022 22:59
f5444d1
to
b5850f2
Compare
renovate
bot
force-pushed
the
renovate/major-vuepress-monorepo
branch
from
December 17, 2022 23:13
b5850f2
to
c62313d
Compare
renovate
bot
force-pushed
the
renovate/major-vuepress-monorepo
branch
from
December 17, 2022 23:38
c62313d
to
776d0bf
Compare
renovate
bot
force-pushed
the
renovate/major-vuepress-monorepo
branch
from
December 19, 2022 02:28
776d0bf
to
f973788
Compare
krrrr38
force-pushed
the
master
branch
2 times, most recently
from
December 19, 2022 05:39
0b96ae7
to
1b8a16c
Compare
renovate
bot
force-pushed
the
renovate/major-vuepress-monorepo
branch
from
December 19, 2022 05:44
f973788
to
748b13c
Compare
renovate
bot
force-pushed
the
renovate/major-vuepress-monorepo
branch
from
December 19, 2022 05:54
748b13c
to
033056a
Compare
krrrr38
force-pushed
the
master
branch
2 times, most recently
from
December 19, 2022 18:55
7ff91ab
to
7a376aa
Compare
renovate
bot
force-pushed
the
renovate/major-vuepress-monorepo
branch
2 times, most recently
from
December 19, 2022 19:03
d0bec6d
to
c21e305
Compare
krrrr38
force-pushed
the
master
branch
3 times, most recently
from
December 19, 2022 22:40
e4aa202
to
e36699d
Compare
renovate
bot
force-pushed
the
renovate/major-vuepress-monorepo
branch
from
December 19, 2022 22:43
c21e305
to
2fe5d12
Compare
renovate
bot
force-pushed
the
renovate/major-vuepress-monorepo
branch
from
December 19, 2022 22:51
2fe5d12
to
8a75f8c
Compare
renovate
bot
changed the title
chore(deps): update dependency vuepress to v1
chore(deps): update dependency vuepress to v1 - autoclosed
Dec 23, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^0.14.2
->^1.0.0
Release Notes
vuejs/vuepress
v1.9.7
Compare Source
Bug Fixes
ariaLabel
at default theme config (a7b12bf) @chenhaoliv1.9.6
Compare Source
Bug Fixes
sidebarDepth
at default theme config (5c6a16c) @chenhaoliFeatures
v1.9.5
Compare Source
Features
ctx.getLibFilePath
(17c8fe4) @chenhaolictx.getSiteData
(332dac7) @chenhaolictx.themeAPI
(4269714) @chenhaolidefinePlugin
supports declare theme config type (5f1e3b0) @chenhaoliv1.9.4
Compare Source
Bug Fixes
activeHeaderLinks
(075ec62) @chenhaoliFeatures
v1.9.3
Compare Source
Bug Fixes
v1.9.2
Compare Source
Bug Fixes
Features
definePluginEntry
helper to infer type for plugin entry (cb07377) @chenhaolidefineThemeEntry
helper to infer type for theme entry (84250cc) @chenhaoli@vuepress/types
(7ac6aa8) @chenhaoliv1.9.1
Compare Source
Bug Fixes
v1.9.0
Compare Source
Features
1.8.3 (2021-12-20)
Bug Fixes
Features
lastUpdatedTimestamp
to$page
(#1778) (2345902) @Christoph Wiechert1.8.2 (2021-02-18)
Bug Fixes
1.8.2 (2021-02-18)
Bug Fixes
1.8.1 (2021-02-11)
Bug Fixes
v1.8.3
Compare Source
Bug Fixes
Features
lastUpdatedTimestamp
to$page
(#1778) (2345902) @Christoph Wiechertv1.8.2
Compare Source
Bug Fixes
v1.8.1
Compare Source
Bug Fixes
v1.8.0
Compare Source
Bug Fixes
.temp
directory at most once per run (fix #2254) (#2612) (970b434) @Thai PangsakulyanontFeatures
1.7.1 (2020-10-15)
Bug Fixes
v1.7.1
Compare Source
Bug Fixes
v1.7.0
Compare Source
Bug Fixes
Features
v1.6.0
Compare Source
Features
1.5.4 (2020-08-23)
Bug Fixes
1.5.3 (2020-08-05)
Bug Fixes
sideEffects: false
(fix #2350) (#2471) (7e29900) @nashaofuFeatures
1.5.2 (2020-06-14)
Bug Fixes
Features
1.5.1 (2020-06-09)
Bug Fixes
v1.5.4
Compare Source
Bug Fixes
v1.5.3
Compare Source
Bug Fixes
sideEffects: false
(fix #2350) (#2471) (7e29900) @nashaofuFeatures
v1.5.2
Compare Source
Bug Fixes
Features
v1.5.1
Compare Source
Bug Fixes
v1.5.0
Compare Source
Bug Fixes
Features
Reverts
1.4.1 (2020-04-15)
Bug Fixes
v1.4.1
Compare Source
Bug Fixes
v1.4.0
Compare Source
Bug Fixes
Features
1.3.1 (2020-02-20)
Bug Fixes
Features
v1.3.1
Compare Source
Bug Fixes
Features
v1.3.0
Compare Source
Bug Fixes
Features
extractHeaders
option (close: #1903) (#1945) (d2fef5d) @Franck Abgrallv1.2.0
Compare Source
Bug Fixes
Features
2.6.10
(#1876) (c17c70e) @Franck Abgrallkotlin
code on snippets import (close: #1831)(#1874) (f913fea) @Franck Abgrallv1.1.0
Compare Source
Bug Fixes
Features
.com/feat(options): make enhancers async ready without breaking changes vuejs/vuepress#1546)) (543fd6c) @Antoine Caron
(1ba06ae) @eryn L. K
1.0.4 (2019-09-06)
Bug Fixes
Features
1.0.3 (2019-07-29)
Bug Fixes
'[Vue warn]: Unknown custom element'
when using<Content />
in a custom page without markdown (#1699) (2a59800) @zthxxx closes #1173 #1426sidebarDepth: 0
not working in YAML frontmatter (close: #1701) (#1702) (0624828) @OscarFeatures
1.0.2 (2019-06-22)
Bug Fixes
Features
1.0.1 (2019-06-10)
Bug Fixes
Features
blockquote
(9d20d5f) [@ULIVZ](https://github.com/ULConfiguration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.