Compare commits
1 Commits
master
...
briancain-
Author | SHA1 | Date |
---|---|---|
Brian Cain | 7c47e18792 |
|
@ -0,0 +1,20 @@
|
|||
---
|
||||
name: Vagrant Feature request
|
||||
about: Suggest an idea or enhancement for Vagrant
|
||||
title: 'Enhancement Request: Your description here'
|
||||
labels: ''
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
**Is your feature request related to a problem? Please describe.**
|
||||
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
|
||||
|
||||
**Describe the solution you'd like**
|
||||
A clear and concise description of what you want to happen.
|
||||
|
||||
**Describe alternatives you've considered**
|
||||
A clear and concise description of any alternative solutions or features you've considered.
|
||||
|
||||
**Additional context**
|
||||
Add any other context or screenshots about the feature request here.
|
|
@ -1,12 +0,0 @@
|
|||
poll "closed_issue_locker" "locker" {
|
||||
schedule = "0 50 1 * * *"
|
||||
closed_for = "720h" # 30 days
|
||||
max_issues = 500
|
||||
sleep_between_issues = "5s"
|
||||
|
||||
message = <<-EOF
|
||||
I'm going to lock this issue because it has been closed for _30 days_ ⏳. This helps our maintainers find and focus on the active issues.
|
||||
|
||||
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
|
||||
EOF
|
||||
}
|
|
@ -4,12 +4,6 @@ FEATURES:
|
|||
|
||||
IMPROVEMENTS:
|
||||
|
||||
BUG FIXES:
|
||||
|
||||
## 2.2.7 (January 27, 2020)
|
||||
|
||||
IMPROVEMENTS:
|
||||
|
||||
- guest/opensuse: Check for basename hostname prior to setting hostname [GH-11170]
|
||||
- host/linux: Check for modinfo in /sbin if it's not on PATH [GH-11178]
|
||||
- core: Show guest name in hostname error message [GH-11175]
|
||||
|
|
|
@ -144,7 +144,7 @@ en:
|
|||
unauthorized: |-
|
||||
Invalid username or password. Please try again.
|
||||
unexpected_error: |-
|
||||
An unexpected error occurred: %{error}
|
||||
An unexpected error occured: %{error}
|
||||
|
||||
check_logged_in: |-
|
||||
You are already logged in.
|
||||
|
|
|
@ -1 +1 @@
|
|||
2.2.8.dev
|
||||
2.2.7.dev
|
||||
|
|
|
@ -5,7 +5,7 @@ set :vmware_utility_version, "1.0.7"
|
|||
|
||||
activate :hashicorp do |h|
|
||||
h.name = "vagrant"
|
||||
h.version = "2.2.7"
|
||||
h.version = "2.2.6"
|
||||
h.github_slug = "hashicorp/vagrant"
|
||||
h.website_root = "website"
|
||||
end
|
||||
|
|
|
@ -23,7 +23,7 @@ here](/docs/vagrant-cloud/boxes/lifecycle.html).
|
|||
|
||||
## Vagrant Box Catalog and Discovery
|
||||
|
||||
Vagrant Cloud hosts a catalog of publicly available Vagrant Boxes. These are boxes
|
||||
Vagrant Cloud hosts a catalog of publically available Vagrant Boxes. These are boxes
|
||||
created by both HashiCorp and community contributions. You can find an owner of
|
||||
a box by selecting their username in the URL or on the box page.
|
||||
|
||||
|
|
Loading…
Reference in New Issue