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

Master merge 1.14 #1444

Open
wants to merge 13 commits into
base: master
Choose a base branch
from
Open

Master merge 1.14 #1444

wants to merge 13 commits into from

Commits on Jul 6, 2024

  1. Fix check for version to contain scheduler. (dapr#1417)

    Signed-off-by: Artur Souza <asouza.pro@gmail.com>
    artursouza committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    762e2bb View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2024

  1. fix: scheduler host address passed to runtime (dapr#1421)

    * fix: scheduler host address passed to runtime
    
    Signed-off-by: mikeee <hey@mike.ee>
    
    * fix: scheduler client stream initialised for 1.14<
    
    Signed-off-by: mikeee <hey@mike.ee>
    
    * fix: modify scheduler host address validation
    
    if the scheduler container is not active, the scheduler flag will
    not be passed to the runtime
    
    Signed-off-by: mikeee <hey@mike.ee>
    
    * fix: lint and refactor
    
    Signed-off-by: mikeee <hey@mike.ee>
    
    ---------
    
    Signed-off-by: mikeee <hey@mike.ee>
    mikeee committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    ed0d3af View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2024

  1. dapr_scheduler: Adds scheduler-volume flag (dapr#1422)

    * dapr_scheduler: pre-create data dir
    
    Signed-off-by: joshvanl <me@joshvanl.dev>
    
    * Adds --scheduler-volume to specify volume for data directory
    
    Signed-off-by: joshvanl <me@joshvanl.dev>
    
    ---------
    
    Signed-off-by: joshvanl <me@joshvanl.dev>
    JoshVanL committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    ad3442b View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2024

  1. update link (dapr#1426)

    Signed-off-by: yaron2 <schneider.yaron@live.com>
    yaron2 committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    ddf43a5 View commit details
    Browse the repository at this point in the history
  2. Give scheduler a default volume, making it resilient to restarts by (d…

    …apr#1423)
    
    * Give scheduler a default volume, making it resilient to restarts by
    default
    
    Signed-off-by: joshvanl <me@joshvanl.dev>
    
    * Remove dapr_scheduler volume on uninstall, gated by `--all`
    
    Signed-off-by: joshvanl <me@joshvanl.dev>
    
    * Fix containerErrs in standaone.go
    
    Signed-off-by: joshvanl <me@joshvanl.dev>
    
    * Do not attempt to delete scheduler volume if no container runtime
    
    Signed-off-by: joshvanl <me@joshvanl.dev>
    
    * Increase upgrade test timeout to 40m
    
    Signed-off-by: joshvanl <me@joshvanl.dev>
    
    ---------
    
    Signed-off-by: joshvanl <me@joshvanl.dev>
    Co-authored-by: Artur Souza <artursouza.ms@outlook.com>
    JoshVanL and artursouza committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    29d29ab View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2024

  1. Fix dapr init scheduler (dapr#1428)

    * Add E2E to validate scheduler after init.
    
    Signed-off-by: Artur Souza <asouza.pro@gmail.com>
    
    * Adds dapr_scheduler verify container
    
    Signed-off-by: joshvanl <me@joshvanl.dev>
    
    * Assert eventually TCP connect
    
    Signed-off-by: joshvanl <me@joshvanl.dev>
    
    * Fix eventually t check
    
    Signed-off-by: joshvanl <me@joshvanl.dev>
    
    * Write etcd-data-dir to custom path with volume
    
    Signed-off-by: joshvanl <me@joshvanl.dev>
    
    * Adds Helpers to test funcs
    
    Signed-off-by: joshvanl <me@joshvanl.dev>
    
    * Adds container name to TCP check
    
    Signed-off-by: joshvanl <me@joshvanl.dev>
    
    * Use rc.3 for scheduler
    
    Signed-off-by: joshvanl <me@joshvanl.dev>
    
    * Print container logs on failed TCP conn
    
    Signed-off-by: joshvanl <me@joshvanl.dev>
    
    * Fix params
    
    Signed-off-by: joshvanl <me@joshvanl.dev>
    
    * Use b
    
    Signed-off-by: joshvanl <me@joshvanl.dev>
    
    * Addfs `dev` flag to rc init
    
    Signed-off-by: joshvanl <me@joshvanl.dev>
    
    * Fix version check
    
    Signed-off-by: joshvanl <me@joshvanl.dev>
    
    * Skip TCP check on slim mode
    
    Signed-off-by: joshvanl <me@joshvanl.dev>
    
    * Remove debug test code
    
    Signed-off-by: joshvanl <me@joshvanl.dev>
    
    ---------
    
    Signed-off-by: Artur Souza <asouza.pro@gmail.com>
    Signed-off-by: joshvanl <me@joshvanl.dev>
    Co-authored-by: Artur Souza <asouza.pro@gmail.com>
    JoshVanL and artursouza committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    30d888f View commit details
    Browse the repository at this point in the history
  2. Change scheduler container data dir from /var/run/... to /var/lib. (

    dapr#1429)
    
    Signed-off-by: joshvanl <me@joshvanl.dev>
    JoshVanL committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    16a513b View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2024

  1. Fix Scheduler Data Dir Permissions Issue (dapr#1432)

    * fix w/ @JoshVanL & anton
    
    Signed-off-by: Cassandra Coyle <cassie@diagrid.io>
    
    * add a .
    
    Signed-off-by: Cassandra Coyle <cassie@diagrid.io>
    
    ---------
    
    Signed-off-by: Cassandra Coyle <cassie@diagrid.io>
    cicoyle committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    e72f953 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2024

  1. Add dapr scheduler server to the status command (dapr#1434)

    Signed-off-by: Anton Troshin <anton@diagrid.io>
    antontroshin committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    ad67ce5 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

  1. pin bitnami chart version for redis (dapr#1437)

    Signed-off-by: yaron2 <schneider.yaron@live.com>
    yaron2 committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    fecf47d View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2024

  1. update redis version (dapr#1439)

    Signed-off-by: yaron2 <schneider.yaron@live.com>
    yaron2 committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    027f5da View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2024

  1. Remove Docker client dependency from standalone run (dapr#1443)

    Signed-off-by: joshvanl <me@joshvanl.dev>
    JoshVanL committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    e08443b View commit details
    Browse the repository at this point in the history
  2. Fix string match test

    Signed-off-by: joshvanl <me@joshvanl.dev>
    JoshVanL committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    84c009c View commit details
    Browse the repository at this point in the history