Next | Query returned 45 messages, browsing 11 to 20 | Previous

History of commit frequency

CVS Commit History:


   2020-05-25 16:58:17 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
sysutils/capistrano: update to 3.14.0

Update capistrano to 3.14.0.

3.14.0 (2020-05-06)

New Features

* Add custom prompt support for user input (#2055) @rolandasb

Documentation

* Update docs website icons, optimize images (#2056) @rolandasb

Housekeeping

* Fix CI builds for EOL Ruby versions (#2058) @mattbrictson
   2020-05-02 15:42:50 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
sysutils/capistrano: update to 3.13.0

Update capistrano to 3.13.0.

3.13.0 (2020-04-17)

New Features

* Use env to find ssh path (#2053) @JoeDupuis

Housekeeping

* Remove CHANGELOG task from PR template (#2054) @mattbrictson
   2020-03-24 17:26:20 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
sysutils/capistrano: update to 3.12.1

Update capistrano to 3.12.1.

3.12.1 (2020-03-20)

Bug Fixes

* Change default git_wait_interval to 0 to fix git slowdown
  introduced in 3.12.0 (#2050) @grzegorzblaszczyk

Documentation

* Improve misleading example for ssh_options (#2052) @rlisowski

Housekeeping

* Bump rubyzip from 1.2.2 to 2.2.0 in /docs (#2051) @dependabot
* Bump nokogiri from 1.10.4 to 1.10.8 in /docs (#2047) @dependabot

3.12.0 (2020-02-11)

Note that this release limits the number of concurrent git connections by
default.  If you use Capistrano to deploy to > 10 servers simultaneously you
may want to increase this number.  See #2044 for details.

New Features

* Limit the number of concurrent git connections to 10, and make it
  configurable (#2044) @grzegorzblaszczyk

Documentation

* Fix %x typo in local tasks example (#2040) @tiendo1011
   2019-11-18 17:07:20 by Takahiro Kambe | Files touched by this commit (3) | Package updated
Log message:
sysutils/capistrano: update to 3.11.2

Update capistrano to 3.11.2.

pkgsr changes:

* Drop use of USE_RAKE.
* Add "USE_LANGUAGES=	# none".

3.11.1 (2019-08-29)

* #2027: Batch rm -rf calls in deploy:cleanup to fix an error when there are
  too many old releases @azin634

3.11.2 (2019-09-29)

Housekeeping

* Eliminate double CI builds on PRs (#2035) @mattbrictson
* Update gemspec with correct release notes URL, etc. (#2036) @mattbrictson
* Automatically maintain release notes using GitHub Actions (#2034)
  @mattbrictson
* Use a stub for $stdin during testing (#2033) @mattbrictson
* Upgrade nokogiri to fix security warning (#2031) @mattbrictson
* Exclude danger to fix Ruby 2.0.0 CI error (#2030) @mattbrictson
   2018-09-23 18:16:05 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
sysutils/capistrano: update to 3.11.0

3.11.0 (2018-06-02)

#1972: fallback ask to default when used in non interactive session
   2018-05-06 04:23:23 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
sysutils/capistrano: update to 3.10.2

## [`3.10.2`] (2018-04-15)

[`3.10.2`]: https://github.com/capistrano/capistrano/compare/v3.10.1...v3.10.2

### Breaking changes:

* None

### Fixes:

* [#1977](https://github.com/capistrano/capistrano/pull/1977): Remove append \ 
operator when writing the git file - [@mmiller1](https://github.com/mmiller1)
   2018-03-14 16:35:40 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
sysutils/capistrano: update to 3.10.1

## [`3.10.1`] (2017-12-08)

[`3.10.1`]: https://github.com/capistrano/capistrano/compare/v3.10.0...v3.10.1

### Breaking changes:

* None

### Fixes:

* [#1954](https://github.com/capistrano/capistrano/pull/1954): Fix Host \ 
filtering when multi-host strings contain `0`

## [`3.10.0`] (2017-10-23)

[`3.10.0`]: https://github.com/capistrano/capistrano/compare/v3.9.1...v3.10.0

As of this release, version 2.x of Capistrano is officially End of Life. No \ 
further releases of 2.x series are planned, and pull requests against 2.x are no \ 
longer accepted. The maintainers encourage you to upgrade to 3.x if possible.

### Breaking changes:

* None

### New features:

* [#1943](https://github.com/capistrano/capistrano/issues/1943): Make 'releases' \ 
and 'shared' directory names configurable from deployment target
* [#1922](https://github.com/capistrano/capistrano/pull/1922): Prevents last \ 
good release from being deleted during cleanup if there are too many subsequent \ 
failed deploys
* [#1930](https://github.com/capistrano/capistrano/issues/1930): Default to \ 
locking the version using the pessimistic version operator at the patch level.

### Fixes:

* [#1937](https://github.com/capistrano/capistrano/pull/1937): Clarify error \ 
message when plugin is required in the wrong config file.
   2017-09-18 03:03:01 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
sysutils/capistrano: update to 3.9.1

## `3.9.1` (2017-09-08)

https://github.com/capistrano/capistrano/compare/v3.9.0...v3.9.1

### Breaking changes:

* None

### Fixes:

* [#1912](https://github.com/capistrano/capistrano/pull/1912): Fixed an issue \ 
where questions posed by `ask` were not printed on certain platforms - \ 
[@kminiatures](https://github.com/kminiatures)

## `3.9.0` (2017-07-28)

https://github.com/capistrano/capistrano/compare/v3.8.2...v3.9.0

### Breaking changes:

* None

### New features:

* [#1911](https://github.com/capistrano/capistrano/pull/1911): Add \ 
Capistrano::DSL#invoke! for repetitive tasks

### Fixes:

* [#1899](https://github.com/capistrano/capistrano/pull/1899): Updated \ 
`deploy:cleanup` to continue rotating the releases and skip the invalid \ 
directory names instead of skipping the whole rotation of releases. The warning \ 
message has changed slightly due to the change of behavior.
   2017-07-31 00:32:28 by Thomas Klausner | Files touched by this commit (229)
Log message:
Switch github HOMEPAGEs to https.
   2017-06-21 16:13:46 by Takahiro Kambe | Files touched by this commit (2)
Log message:
Update capistrano to 3.8.2.

## `3.8.2` (2017-06-16)

https://github.com/capistrano/capistrano/compare/v3.8.1...v3.8.2

### Breaking changes:

* None

### Other changes:

* [#1882](https://github.com/capistrano/capistrano/pull/1882): Explain where to \ 
add new Capfile lines in scm deprecation warning - \ 
[@robd](https://github.com/robd)

Next | Query returned 45 messages, browsing 11 to 20 | Previous