Skip to content

Commit

Permalink
Merge pull request #42 from thecodeteam/release-2.3.0
Browse files Browse the repository at this point in the history
prep for release of 2.3.0
  • Loading branch information
twincitiesguy authored Jul 27, 2022
2 parents 7a53945 + cdf9990 commit 50c6d2b
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tile-history.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@ history:
- 2.1.5
- 2.1.6
- 2.2.0
version: 2.2.1
- 2.2.1
version: 2.3.0
30 changes: 30 additions & 0 deletions tile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -578,6 +578,12 @@ forms:
default: true
configurable: true
description: This allows a bucket or namespace to remain online even if the primary site is offline. This is typically enabled, but can be disabled if strict data consistency is required, since actual replication is asynchronous
- name: ado_read_only
label: Enable ADO Read-Only
type: boolean
default: false
configurable: true
description: Normally, when "Access During Outage" is enabled, the bucket will continue to be writeable if the primary site is offline. This option will force the bucket to become read-only in that situation, to avoid "split-brain" conflicts (when writes happen to both sides of a network segmentation)
- name: default_retention
label: Default Retention (Seconds)
type: integer
Expand Down Expand Up @@ -931,6 +937,12 @@ forms:
default: true
configurable: true
description: This allows a bucket or namespace to remain online even if the primary site is offline. This is typically enabled, but can be disabled if strict data consistency is required, since actual replication is asynchronous
- name: ado_read_only
label: Enable ADO Read-Only
type: boolean
default: false
configurable: true
description: Normally, when "Access During Outage" is enabled, the bucket will continue to be writeable if the primary site is offline. This option will force the bucket to become read-only in that situation, to avoid "split-brain" conflicts (when writes happen to both sides of a network segmentation)
- name: default_retention
label: Default Retention (Seconds)
type: integer
Expand Down Expand Up @@ -1283,6 +1295,12 @@ forms:
default: true
configurable: true
description: This allows a bucket or namespace to remain online even if the primary site is offline. This is typically enabled, but can be disabled if strict data consistency is required, since actual replication is asynchronous
- name: ado_read_only
label: Enable ADO Read-Only
type: boolean
default: false
configurable: true
description: Normally, when "Access During Outage" is enabled, the bucket will continue to be writeable if the primary site is offline. This option will force the bucket to become read-only in that situation, to avoid "split-brain" conflicts (when writes happen to both sides of a network segmentation)
- name: default_retention
label: Default Retention (Seconds)
type: integer
Expand Down Expand Up @@ -1635,6 +1653,12 @@ forms:
default: true
configurable: true
description: This allows a bucket or namespace to remain online even if the primary site is offline. This is typically enabled, but can be disabled if strict data consistency is required, since actual replication is asynchronous
- name: ado_read_only
label: Enable ADO Read-Only
type: boolean
default: false
configurable: true
description: Normally, when "Access During Outage" is enabled, the bucket will continue to be writeable if the primary site is offline. This option will force the bucket to become read-only in that situation, to avoid "split-brain" conflicts (when writes happen to both sides of a network segmentation)
- name: default_retention
label: Default Retention (Seconds)
type: integer
Expand Down Expand Up @@ -1987,6 +2011,12 @@ forms:
default: true
configurable: true
description: This allows a bucket or namespace to remain online even if the primary site is offline. This is typically enabled, but can be disabled if strict data consistency is required, since actual replication is asynchronous
- name: ado_read_only
label: Enable ADO Read-Only
type: boolean
default: false
configurable: true
description: Normally, when "Access During Outage" is enabled, the bucket will continue to be writeable if the primary site is offline. This option will force the bucket to become read-only in that situation, to avoid "split-brain" conflicts (when writes happen to both sides of a network segmentation)
- name: default_retention
label: Default Retention (Seconds)
type: integer
Expand Down

0 comments on commit 50c6d2b

Please sign in to comment.