Whit Waldo
770f1533eb
Reflecting valid value of 0-6, not 0-7 in jobs schedule
...
Signed-off-by: Whit Waldo <whit.waldo@innovian.net>
2024-09-16 14:18:01 -05:00
Josh van Leeuwen
90c0906c01
Helm: Revert Scheduler storage quota size to `1Gi` ( #4354 )
...
In v1.14.3, the storage quota size for the Scheduler volume was
increased from `1Gi` to `16Gi`. This is because users where encountering
disk exhaustion fatal errors on the Scheduler under normal usage.
Because the volume size request field is protected from updates, Dapr
version upgrades to v1.14.3 failed without manual intervention.
Reverts the Scheduler storage quota size back to `1Gi`, and adds
warnings that the volume size may need to be increased for production
deployments.
See: https://github.com/dapr/dapr/pull/8107
Signed-off-by: joshvanl <me@joshvanl.dev>
2024-09-16 06:44:29 -07:00
Josh van Leeuwen
634d355d20
Update Job HTTP request API ( #4349 )
...
According to https://github.com/dapr/dapr/pull/8083
Signed-off-by: joshvanl <me@joshvanl.dev>
Co-authored-by: Yaron Schneider <schneider.yaron@live.com>
2024-09-13 17:37:34 -07:00
Hannah Hunter
9128eebb36
update latest version to 1.14.2 ( #4352 )
...
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
Co-authored-by: Mark Fussell <markfussell@gmail.com>
2024-09-13 14:35:21 -07:00
Hannah Hunter
b7dc4a3e51
Merge pull request #4351 from WhitWaldo/tweak-otel-tracing-endpoint
...
Tweaked the observability endpoint description and examples to reflect that the protocol may not be necessary
2024-09-13 12:54:23 -04:00
Hannah Hunter
80b811b17e
Merge branch 'v1.14' into tweak-otel-tracing-endpoint
2024-09-13 11:32:26 -04:00
Hannah Hunter
ec54d1515b
Merge pull request #4350 from WhitWaldo/schedule-docs
...
Fixed cron schedule table formatting in Jobs API reference
2024-09-13 11:31:52 -04:00
Whit Waldo
f9a40ba0ef
Updated to reflect the need for the protocol on the zipkin endpoint though it's not necessary on the otel endpoint.
...
Signed-off-by: Whit Waldo <whit.waldo@innovian.net>
2024-09-13 06:55:53 -05:00
Whit Waldo
69a685a552
Tweaked the endpoint description and example to reflect that the protocol may or may not be necessary based on the provider used.
...
Signed-off-by: Whit Waldo <whit.waldo@innovian.net>
2024-09-13 06:28:38 -05:00
Whit Waldo
9a3482cfb8
Fixed cron schedule table
...
Signed-off-by: Whit Waldo <whit.waldo@innovian.net>
2024-09-13 05:51:52 -05:00
Hannah Hunter
81ff18b733
Merge pull request #4331 from dapr/scheduler-docker-compose
...
docs: init scheduler in the docker compose example
2024-09-12 14:48:36 -04:00
Hannah Hunter
300e4add15
Merge branch 'v1.14' into scheduler-docker-compose
2024-09-12 11:39:19 -04:00
Hannah Hunter
d4f29cbe78
Merge pull request #4339 from hhunter-ms/issue_4117
...
[Resource specs] Add note about namespacing
2024-09-12 10:46:18 -04:00
Hannah Hunter
c8c99e3d90
Merge branch 'v1.14' into issue_4117
2024-09-11 15:47:07 -04:00
Hannah Hunter
54730f70e8
Merge branch 'issue_4117' of https://github.com/hhunter-ms/docs into issue_4117
2024-09-11 12:26:15 -04:00
Hannah Hunter
8d2f64d10d
clarify per josh comment
...
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2024-09-11 12:25:36 -04:00
Cassie Coyle
6ee59682ef
rm escape ( #4348 )
...
Signed-off-by: Cassandra Coyle <cassie@diagrid.io>
2024-09-10 14:42:24 -07:00
Mike Nguyen
2a595ee406
Merge branch 'v1.14' into scheduler-docker-compose
2024-09-09 13:05:28 +01:00
Whit Waldo
442b720d0f
Updated workflow to reflect deprecation of Workflow methods on client ( #4336 )
...
Signed-off-by: Whit Waldo <whit.waldo@innovian.net>
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
2024-09-07 11:46:57 -07:00
Mark Fussell
24761e5115
Merge branch 'v1.14' into scheduler-docker-compose
2024-09-06 19:49:27 -07:00
Mark Fussell
a391452b1d
Merge branch 'v1.14' into issue_4117
2024-09-06 19:29:43 -07:00
Mark Fussell
1ca8fd8920
update alias ( #4347 )
2024-09-06 18:14:02 -07:00
Yaron Schneider
ca61d77c72
fix job api http reference ( #4343 )
...
Signed-off-by: yaron2 <schneider.yaron@live.com>
Co-authored-by: Mark Fussell <markfussell@gmail.com>
2024-09-06 17:20:08 -07:00
Mark Fussell
ef0a5b5641
conductor update ( #4344 )
2024-09-06 17:08:12 -07:00
Yaron Schneider
02a9bf743e
Update roadmap.md ( #4340 )
...
* Update roadmap.md
Signed-off-by: Yaron Schneider <schneider.yaron@live.com>
* Update roadmap.md
Signed-off-by: Yaron Schneider <schneider.yaron@live.com>
---------
Signed-off-by: Yaron Schneider <schneider.yaron@live.com>
2024-09-06 14:42:53 -07:00
Anton Troshin
0e22a69243
Add Kafka escapeHeaders documentation ( #4332 )
...
* Add Kafka escapeHeaders documentation
Signed-off-by: Anton Troshin <anton@diagrid.io>
* update the escapeHeaders setting docs
Signed-off-by: Anton Troshin <anton@diagrid.io>
* review fixes
Signed-off-by: Anton Troshin <anton@diagrid.io>
---------
Signed-off-by: Anton Troshin <anton@diagrid.io>
Co-authored-by: Yaron Schneider <schneider.yaron@live.com>
2024-09-06 11:26:39 -07:00
Hannah Hunter
581fabb155
update latest version ( #4341 )
...
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2024-09-05 14:32:22 -07:00
Hannah Hunter
27a392e2c6
add notes about namespacing
...
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2024-09-04 15:14:29 -04:00
Hannah Hunter
be68cccd0b
Merge branch 'v1.14' into scheduler-docker-compose
2024-09-04 12:17:01 -04:00
Hannah Hunter
730a9963f8
Merge pull request #4300 from hhunter-ms/issue_4141
...
Configurations docs refresh
2024-09-04 10:36:07 -04:00
Hannah Hunter
4680900029
Merge branch 'v1.14' into issue_4141
2024-09-04 10:30:47 -04:00
Hannah Hunter
7a0bc142b4
Merge pull request #4338 from dapr/dependabot/github_actions/dot-github/workflows/actions/download-artifact-4.1.7
...
Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows
2024-09-04 10:30:22 -04:00
dependabot[bot]
c0cd2717b5
Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows
...
Bumps [actions/download-artifact](https://github.com/actions/download-artifact ) from 3 to 4.1.7.
- [Release notes](https://github.com/actions/download-artifact/releases )
- [Commits](https://github.com/actions/download-artifact/compare/v3...v4.1.7 )
---
updated-dependencies:
- dependency-name: actions/download-artifact
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-09-03 22:55:33 +00:00
Hannah Hunter
35ae6359a9
Merge branch 'v1.14' into issue_4141
2024-09-03 13:46:47 -04:00
Mike Nguyen
108404da4c
Merge branch 'v1.14' into scheduler-docker-compose
2024-09-03 10:56:01 +01:00
Adrian Hristov
01dd8728ca
fixed yaml syntax for v2alpha1 example ( #4335 )
...
Signed-off-by: Adrian Hristov <adrian@intelligentgrowthsolutions.com>
2024-09-02 07:48:43 -07:00
Hannah Hunter
1495304839
update per mark, pt 2
...
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2024-08-30 17:38:02 -04:00
Mike Nguyen
da08767a91
docs: init scheduler in the docker compose example
...
Signed-off-by: Mike Nguyen <hey@mike.ee>
2024-08-29 00:21:55 +01:00
Hannah Hunter
c3d5f102f6
Merge branch 'issue_4141' of https://github.com/hhunter-ms/docs into issue_4141
2024-08-26 10:50:25 -04:00
Hannah Hunter
38166048ef
last update per mark review
...
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2024-08-26 10:50:07 -04:00
Hannah Hunter
6b732bae64
Merge branch 'v1.14' into issue_4141
2024-08-26 10:49:47 -04:00
Hannah Hunter
aaa7fb794a
Merge branch 'v1.14' into issue_4141
2024-08-23 17:13:44 -04:00
Hannah Hunter
04fad461c5
Update daprdocs/content/en/operations/configuration/configuration-overview.md
...
Co-authored-by: Mark Fussell <markfussell@gmail.com>
Signed-off-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
2024-08-23 17:13:03 -04:00
Hannah Hunter
9fb3cbf416
Update daprdocs/content/en/operations/configuration/configuration-overview.md
...
Co-authored-by: Mark Fussell <markfussell@gmail.com>
Signed-off-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
2024-08-23 17:12:49 -04:00
Hannah Hunter
dfaf3a88fc
Update daprdocs/content/en/operations/configuration/configuration-overview.md
...
Co-authored-by: Mark Fussell <markfussell@gmail.com>
Signed-off-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
2024-08-23 17:12:39 -04:00
Hannah Hunter
892020a9b5
Update daprdocs/content/en/operations/configuration/configuration-overview.md
...
Co-authored-by: Mark Fussell <markfussell@gmail.com>
Signed-off-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
2024-08-23 17:12:29 -04:00
Hannah Hunter
196a3f3bf9
Update daprdocs/content/en/operations/configuration/configuration-overview.md
...
Co-authored-by: Mark Fussell <markfussell@gmail.com>
Signed-off-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
2024-08-23 17:12:21 -04:00
Hannah Hunter
62bd96c002
Merge pull request #4321 from maulindesai/prometheus-auto-service-discovery
...
Prometheus auto service discovery
2024-08-23 13:29:12 -04:00
Mark Fussell
431adb6bb9
Merge branch 'v1.14' into prometheus-auto-service-discovery
2024-08-23 11:54:09 -05:00
Hannah Hunter
967c17f658
Merge pull request #4326 from marcduiker/add-jobs-to-slidedeck
...
Add Jobs API to Dapr slidedeck
2024-08-23 11:19:03 -04:00