Release version 1.4.1
This commit is contained in:
12
CHANGELOG.md
12
CHANGELOG.md
@@ -2,6 +2,18 @@
|
|||||||
|
|
||||||
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
|
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
|
||||||
|
|
||||||
|
## [1.4.1](https://github.com/consul/consul/tree/1.4.1) (2021-11-25)
|
||||||
|
|
||||||
|
[Full Changelog](https://github.com/consul/consul/compare/1.4.0...1.4.1)
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
- **Translations:** Change the way we handle source strings updates [\#4748](https://github.com/consul/consul/pull/4748)
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
|
||||||
|
- **Translations:** New Crowdin updates [\#4747](https://github.com/consul/consul/pull/4747)
|
||||||
|
|
||||||
## [1.4.0](https://github.com/consul/consul/tree/1.4.0) (2021-11-24)
|
## [1.4.0](https://github.com/consul/consul/tree/1.4.0) (2021-11-24)
|
||||||
|
|
||||||
[Full Changelog](https://github.com/consul/consul/compare/1.3.1...1.4.0)
|
[Full Changelog](https://github.com/consul/consul/compare/1.3.1...1.4.0)
|
||||||
|
|||||||
4
Rakefile
4
Rakefile
@@ -11,8 +11,8 @@ if Rails.env.development?
|
|||||||
GitHubChangelogGenerator::RakeTask.new :changelog do |config|
|
GitHubChangelogGenerator::RakeTask.new :changelog do |config|
|
||||||
config.user = "consul"
|
config.user = "consul"
|
||||||
config.project = "consul"
|
config.project = "consul"
|
||||||
config.since_tag = "1.3.1"
|
config.since_tag = "1.4.0"
|
||||||
config.future_release = "1.4.0"
|
config.future_release = "1.4.1"
|
||||||
config.base = "#{Rails.root}/CHANGELOG.md"
|
config.base = "#{Rails.root}/CHANGELOG.md"
|
||||||
config.token = Rails.application.secrets.github_changelog_token
|
config.token = Rails.application.secrets.github_changelog_token
|
||||||
config.issues = false
|
config.issues = false
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ class InstallationController < ApplicationController
|
|||||||
private
|
private
|
||||||
|
|
||||||
def consul_installation_details
|
def consul_installation_details
|
||||||
{ release: "1.4.0" }.merge(features: settings_feature_flags)
|
{ release: "1.4.1" }.merge(features: settings_feature_flags)
|
||||||
end
|
end
|
||||||
|
|
||||||
def settings_feature_flags
|
def settings_feature_flags
|
||||||
|
|||||||
Reference in New Issue
Block a user