Skip to content
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

Update schema versions for ES visibility store #831

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ Updates:
- Bump github.com/cert-manager/cert-manager from 1.10.1 to 1.11.0 [#245](https://github.com/alexandrevilain/temporal-operator/pull/245)
- Bump go.temporal.io/server from 1.19.0 to 1.19.1 [#248](https://github.com/alexandrevilain/temporal-operator/pull/248)
- Bump go.temporal.io/sdk from 1.19.0 to 1.20.0 [#249](https://github.com/alexandrevilain/temporal-operator/pull/249)
- Bump github.com/onsi/gomega from 1.24.2 to 1.25.0 [#250](https://github.com/alexandrevilain/temporal-operator/pull/250)
- Bump github.com/onsi/gomega from 1.24.3 to 1.25.0 [#250](https://github.com/alexandrevilain/temporal-operator/pull/250)
- Bump go.temporal.io/api from 1.14.0 to 1.15.0 [#253](https://github.com/alexandrevilain/temporal-operator/pull/253)

## 0.10.0
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ metadata:
name: prod
namespace: demo
spec:
version: 1.24.2
version: 1.24.3
numHistoryShards: 1
persistence:
defaultStore:
Expand Down
2 changes: 1 addition & 1 deletion api/v1beta1/temporalcluster_defaults.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import (
)

const (
defaultTemporalVersion = "1.24.2"
defaultTemporalVersion = "1.24.3"
defaultTemporalImage = "temporalio/server"

defaultTemporalUIVersion = "2.27.3"
Expand Down
4 changes: 2 additions & 2 deletions bundle/manifests/temporal-operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ metadata:
"ui": {
"enabled": true
},
"version": "1.24.2"
"version": "1.24.3"
}
},
{
Expand Down Expand Up @@ -191,7 +191,7 @@ spec:
user: temporal
ui:
enabled: true
version: 1.24.2
version: 1.24.3
</pre>

### Apply TemporalCluster CustomResource
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ spec:
user: temporal
ui:
enabled: true
version: 1.24.2
version: 1.24.3
</pre>

### Apply TemporalCluster CustomResource
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ spec:
user: temporal
ui:
enabled: true
version: 1.24.2
version: 1.24.3
</pre>

### Apply TemporalCluster CustomResource
Expand Down
4 changes: 2 additions & 2 deletions config/samples/temporal.io_v1beta1_temporalcluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: prod
namespace: demo
spec:
version: 1.24.2
version: 1.24.3
numHistoryShards: 1
jobTtlSecondsAfterFinished: 300
persistence:
Expand All @@ -29,4 +29,4 @@ spec:
name: postgres-password
key: PASSWORD
ui:
enabled: true
enabled: true
4 changes: 2 additions & 2 deletions docs/features/admin-tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ metadata:
name: prod
namespace: demo
spec:
version: 1.24.2
version: 1.24.3
numHistoryShards: 1
# [...]
admintools:
enabled: true
# You can specify the admin tools version if needed.
# Check available tag you can check by the link below
# https://hub.docker.com/r/temporalio/admin-tools/tags
version: 1.24.2-tctl-1.18.1-cli-0.13.2
version: 1.24.2-tctl-1.18.1-cli-1.0.0
```
8 changes: 4 additions & 4 deletions docs/features/archival.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ metadata:
name: prod
namespace: demo
spec:
version: 1.24.2
version: 1.24.3
numHistoryShards: 1
# [...]
archival:
Expand Down Expand Up @@ -104,7 +104,7 @@ metadata:
name: prod
namespace: demo
spec:
version: 1.24.2
version: 1.24.3
numHistoryShards: 1
# [...]
archival:
Expand Down Expand Up @@ -142,7 +142,7 @@ kind: TemporalCluster
metadata:
name: prod
spec:
version: 1.24.2
version: 1.24.3
numHistoryShards: 1
# [...]
services:
Expand Down Expand Up @@ -195,7 +195,7 @@ metadata:
name: prod
namespace: demo
spec:
version: 1.24.2
version: 1.24.3
numHistoryShards: 1
# [...]
archival:
Expand Down
4 changes: 2 additions & 2 deletions docs/features/dynamic-config.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ metadata:
name: prod
namespace: demo
spec:
version: 1.24.2
version: 1.24.3
numHistoryShards: 1
# [...]
dynamicConfig:
Expand All @@ -23,4 +23,4 @@ spec:
matching.numTaskqueueWritePartitions:
- value: 5
constraints: {}
```
```
3 changes: 1 addition & 2 deletions docs/features/monitoring/prometheus-operator.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ metadata:
name: prod
namespace: demo
spec:
version: 1.24.2
version: 1.24.3
numHistoryShards: 1
# [...]
metrics:
Expand Down Expand Up @@ -67,4 +67,3 @@ spec:
```

To see all the features provided by this field check the `monitoring.coreos.com/v1.RelabelConfig` [API reference](https://prometheus-operator.dev/docs/operator/api/#monitoring.coreos.com/v1.RelabelConfig) on [prometheus-operator website](https://prometheus-operator.dev/).

2 changes: 1 addition & 1 deletion docs/features/monitoring/prometheus.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ metadata:
name: prod
namespace: demo
spec:
version: 1.24.2
version: 1.24.3
numHistoryShards: 1
# [...]
metrics:
Expand Down
8 changes: 4 additions & 4 deletions docs/features/temporal-ui.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ metadata:
name: prod
namespace: demo
spec:
version: 1.24.2
version: 1.24.3
numHistoryShards: 1
# [...]
ui:
Expand All @@ -39,7 +39,7 @@ metadata:
name: prod
namespace: demo
spec:
version: 1.24.2
version: 1.24.3
numHistoryShards: 1
# [...]
ui:
Expand All @@ -63,7 +63,7 @@ metadata:
name: prod
namespace: demo
spec:
version: 1.24.2
version: 1.24.3
numHistoryShards: 1
# [...]
ui:
Expand Down Expand Up @@ -92,7 +92,7 @@ metadata:
name: prod
namespace: demo
spec:
version: 1.24.2
version: 1.24.3
numHistoryShards: 1
ui:
enabled: true
Expand Down
4 changes: 2 additions & 2 deletions docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ metadata:
name: prod
namespace: demo
spec:
version: 1.24.2
version: 1.24.3
numHistoryShards: 1
persistence:
defaultStore:
Expand All @@ -61,4 +61,4 @@ spec:

Apply this file to the cluster.

To try more features the operator provides feel free to navigate in the documentation website or checkout the [examples/](https://github.com/alexandrevilain/temporal-operator/tree/main/examples) directory.
To try more features the operator provides feel free to navigate in the documentation website or checkout the [examples/](https://github.com/alexandrevilain/temporal-operator/tree/main/examples) directory.
2 changes: 1 addition & 1 deletion examples/cluster-cassandra/02-temporal-cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ metadata:
name: prod
namespace: demo
spec:
version: 1.24.2
version: 1.24.3
numHistoryShards: 1
jobTtlSecondsAfterFinished: 300
persistence:
Expand Down
4 changes: 2 additions & 2 deletions examples/cluster-mtls-istio/02-temporal-cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: prod
namespace: demo
spec:
version: 1.24.2
version: 1.24.3
numHistoryShards: 1
jobTtlSecondsAfterFinished: 300
persistence:
Expand Down Expand Up @@ -35,4 +35,4 @@ spec:
metrics:
enabled: true
prometheusConfig:
listenPort: 9090
listenPort: 9090
4 changes: 2 additions & 2 deletions examples/cluster-mtls-linkerd/02-temporal-cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: prod
namespace: demo
spec:
version: 1.24.2
version: 1.24.3
numHistoryShards: 1
jobTtlSecondsAfterFinished: 300
persistence:
Expand Down Expand Up @@ -35,4 +35,4 @@ spec:
metrics:
enabled: true
prometheusConfig:
listenPort: 9090
listenPort: 9090
4 changes: 2 additions & 2 deletions examples/cluster-mtls/02-temporal-cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: prod
namespace: demo
spec:
version: 1.24.2
version: 1.24.3
numHistoryShards: 1
jobTtlSecondsAfterFinished: 300
persistence:
Expand Down Expand Up @@ -49,4 +49,4 @@ spec:
metrics:
enabled: true
prometheus:
listenPort: 9090
listenPort: 9090
4 changes: 2 additions & 2 deletions examples/cluster-mysql/02-temporal-cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: prod
namespace: demo
spec:
version: 1.24.2
version: 1.24.3
numHistoryShards: 1
persistence:
defaultStore:
Expand Down Expand Up @@ -32,4 +32,4 @@ spec:
admintools:
enabled: true
metrics:
enabled: false
enabled: false
4 changes: 2 additions & 2 deletions examples/cluster-postgres-archival/02-temporal-cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: prod
namespace: demo
spec:
version: 1.24.2
version: 1.24.3
numHistoryShards: 1
persistence:
defaultStore:
Expand Down Expand Up @@ -49,4 +49,4 @@ spec:
visibility:
enabled: true
enableRead: true
path: "dev-temporal-archival-visibility"
path: "dev-temporal-archival-visibility"
4 changes: 2 additions & 2 deletions examples/cluster-postgres-es/03-temporal-cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: prod
namespace: demo
spec:
version: 1.24.2
version: 1.24.3
numHistoryShards: 1
jobTtlSecondsAfterFinished: 300
persistence:
Expand Down Expand Up @@ -43,4 +43,4 @@ spec:
metrics:
enabled: true
prometheus:
listenPort: 9090
listenPort: 9090
4 changes: 2 additions & 2 deletions examples/cluster-postgres/02-temporal-cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: prod
namespace: demo
spec:
version: 1.24.2
version: 1.24.3
numHistoryShards: 1
persistence:
defaultStore:
Expand Down Expand Up @@ -54,4 +54,4 @@ spec:
constraints: {}
matching.numTaskqueueWritePartitions:
- value: 5
constraints: {}
constraints: {}
4 changes: 2 additions & 2 deletions examples/cluster-sidecar/02-temporal-cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: prod
namespace: demo
spec:
version: 1.24.2
version: 1.24.3
numHistoryShards: 1
persistence:
defaultStore:
Expand Down Expand Up @@ -68,4 +68,4 @@ spec:
constraints: {}
matching.numTaskqueueWritePartitions:
- value: 5
constraints: {}
constraints: {}
4 changes: 2 additions & 2 deletions examples/schedule/02-temporal-cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: prod
namespace: demo
spec:
version: 1.24.2
version: 1.24.3
numHistoryShards: 1
persistence:
defaultStore:
Expand Down Expand Up @@ -36,4 +36,4 @@ spec:
admintools:
enabled: true
metrics:
enabled: false
enabled: false
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ require (
github.com/stretchr/testify v1.9.0
go.temporal.io/api v1.32.1
go.temporal.io/sdk v1.26.1
go.temporal.io/server v1.24.2
go.temporal.io/server v1.24.3
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56
google.golang.org/protobuf v1.35.1
gopkg.in/yaml.v3 v3.0.1
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -302,8 +302,8 @@ go.temporal.io/api v1.32.1 h1:jivpWVuxUya9XkmJTcLLcb2kFqkwrknXpx13HlaQR0Y=
go.temporal.io/api v1.32.1/go.mod h1:DATVgu+KiAYVjFvOSXB9AVoYZT1yjGt6IPbb7bDw8Qs=
go.temporal.io/sdk v1.26.1 h1:ggmFBythnuuW3yQRp0VzOTrmbOf+Ddbe00TZl+CQ+6U=
go.temporal.io/sdk v1.26.1/go.mod h1:ph3K/74cry+JuSV9nJH+Q+Zeir2ddzoX2LjWL/e5yCo=
go.temporal.io/server v1.24.2 h1:z8KaFxpAtTI6gG2XQX5h+2tCXI6cYpT1tseMhefBKKI=
go.temporal.io/server v1.24.2/go.mod h1:bZuNDtqvTDh96D5+7DG1kfoJtWw7MJJDTy4GV9yRRdc=
go.temporal.io/server v1.24.3 h1:WzegMbcG5ARQ66vS5j5H6YqgcQlkbdq7HDnHdvxWeYE=
go.temporal.io/server v1.24.3/go.mod h1:bZuNDtqvTDh96D5+7DG1kfoJtWw7MJJDTy4GV9yRRdc=
go.uber.org/atomic v1.7.0/go.mod h1:fEN4uk6kAWBTFdckzkM89CLk9XfWZrxpCo0nPH17wJc=
go.uber.org/atomic v1.11.0 h1:ZvwS0R+56ePWxUNi+Atn9dWONBPp/AUETXlHW0DxSjE=
go.uber.org/atomic v1.11.0/go.mod h1:LUxbIzbOniOlMKjJjyPfpl4v+PKK2cNJn91OQbhoJI0=
Expand Down
Loading
Loading