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

Merge release 0.18 #3809

Merged
merged 13 commits into from
Feb 17, 2021
Merged

Merge release 0.18 #3809

merged 13 commits into from
Feb 17, 2021

Commits on Jan 6, 2021

  1. CHANGELOG.md: release v0.18.0

    Signed-off-by: Lucas Servén Marín <lserven@gmail.com>
    squat committed Jan 6, 2021
    Configuration menu
    Copy the full SHA
    334e42c View commit details
    Browse the repository at this point in the history
  2. VERSION,tutorials: bump versions

    Signed-off-by: Lucas Servén Marín <lserven@gmail.com>
    squat committed Jan 6, 2021
    Configuration menu
    Copy the full SHA
    5a27c70 View commit details
    Browse the repository at this point in the history
  3. Merge pull request thanos-io#3698 from squat/release-0.18-cut

    Cut v0.18.0-rc.0
    squat committed Jan 6, 2021
    Configuration menu
    Copy the full SHA
    0dde3ec View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2021

  1. Revert "VERSION,tutorials: bump versions"

    This reverts commit 5a27c70.
    The "thanos:" prefix for the container images was accidentally removed.
    
    Signed-off-by: Lucas Servén Marín <lserven@gmail.com>
    squat committed Jan 19, 2021
    Configuration menu
    Copy the full SHA
    4633d29 View commit details
    Browse the repository at this point in the history
  2. VERSION,tutorials: bump version for all images

    Signed-off-by: Lucas Servén Marín <lserven@gmail.com>
    squat committed Jan 19, 2021
    Configuration menu
    Copy the full SHA
    26657a0 View commit details
    Browse the repository at this point in the history
  3. CHANGELOG: bump release date

    Signed-off-by: Lucas Servén Marín <lserven@gmail.com>
    squat committed Jan 19, 2021
    Configuration menu
    Copy the full SHA
    088bc97 View commit details
    Browse the repository at this point in the history
  4. Merge pull request thanos-io#3730 from squat/release-0.18

    Prepare for official v0.18.0 release
    squat committed Jan 19, 2021
    Configuration menu
    Copy the full SHA
    b330768 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2021

  1. pkg/rules/proxy: fix hotlooping when receiving client errors

    Currently, if we receive an error from the underlying client stream,
    we continue with trying to receive additional data.
    This causes a hotloop as we will receive the same error again.
    This fixes it by returning in the error case and adds a unit test for the proxy logic.
    
    Fixes thanos-io#3717
    
    Signed-off-by: Sergiusz Urbaniak <sergiusz.urbaniak@gmail.com>
    s-urbaniak committed Jan 21, 2021
    Configuration menu
    Copy the full SHA
    7953c18 View commit details
    Browse the repository at this point in the history
  2. Merge pull request thanos-io#3734 from s-urbaniak/fix-3717-release-0.18

    pkg/rules/proxy: fix hotlooping when receiving client errors
    squat committed Jan 21, 2021
    Configuration menu
    Copy the full SHA
    5bc3dee View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2021

  1. CHANGELOG.md: fix changelog to incorporate new fix (thanos-io#3737)

    This commit fixes the order of the changelog to properly reflect a
    recent change.
    
    Signed-off-by: Lucas Servén Marín <lserven@gmail.com>
    squat committed Jan 22, 2021
    Configuration menu
    Copy the full SHA
    778990b View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2021

  1. Fixed website and added new step for release process (tmp). (thanos-i…

    …o#3738)
    
    Signed-off-by: Bartlomiej Plotka <bwplotka@gmail.com>
    bwplotka authored and squat committed Jan 27, 2021
    Configuration menu
    Copy the full SHA
    0221a53 View commit details
    Browse the repository at this point in the history
  2. CHANGELOG.md: update v0.18.0 release date

    Signed-off-by: Lucas Servén Marín <lserven@gmail.com>
    squat committed Jan 27, 2021
    Configuration menu
    Copy the full SHA
    60d45a0 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2021

  1. Merge branch 'release-0.18' into merge-release-0.18

    Signed-off-by: Lucas Servén Marín <lserven@gmail.com>
    squat committed Feb 17, 2021
    Configuration menu
    Copy the full SHA
    3c11cad View commit details
    Browse the repository at this point in the history