Skip to content

MINOR: increase dev version from 1.1.1-SNAPSHOT to 1.1.2-SNAPSHOT#5409

Merged
guozhangwang merged 1 commit intoapache:1.1from
bbejeck:MINOR_change_version_for_dev_in_system_test
Jul 21, 2018
Merged

MINOR: increase dev version from 1.1.1-SNAPSHOT to 1.1.2-SNAPSHOT#5409
guozhangwang merged 1 commit intoapache:1.1from
bbejeck:MINOR_change_version_for_dev_in_system_test

Conversation

@bbejeck
Copy link
Copy Markdown
Member

@bbejeck bbejeck commented Jul 20, 2018

With the release of 1.1.1 the StreamsUpgradeTest.test_metadata_upgrade and StreamsUpgradeTest.test_metadata_downgrade system tests were failing unable to find Kafka Streams version 1.1.1-SNAPSHOT. This PR updates DEV_VERSION in version.py to 1.1.2-SNAPSHOT

Testing was completed by running the streams system tests.

Committer Checklist (excluded from commit message)

  • Verify design and implementation
  • Verify test coverage and CI build status
  • Verify documentation (including upgrade notes)

@bbejeck
Copy link
Copy Markdown
Member Author

bbejeck commented Jul 20, 2018

@guozhangwang guozhangwang merged commit 1582829 into apache:1.1 Jul 21, 2018
@guozhangwang
Copy link
Copy Markdown
Contributor

Thanks @bbejeck !


DEV_BRANCH = KafkaVersion("dev")
DEV_VERSION = KafkaVersion("1.1.1-SNAPSHOT")
DEV_VERSION = KafkaVersion("1.1.2-SNAPSHOT")
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

\cc @lindong28 -- seem's you forgot to update this when dumping the version in 1.1 branch.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mjsax Ah my bad. Thanks for letting me know. I will take care next time.

I just looked through the release process again and realized that I also forgot to update the version in kafka-merge-pr.py. Can you review #5413?

I also slightly updated release process in https://cwiki.apache.org/confluence/pages/diffpagesbyversion.action?pageId=34840886&selectedPageVersions=139&selectedPageVersions=140.

allenxwang pushed a commit to allenxwang/kafka that referenced this pull request Aug 24, 2018
…:1.1.1-sync to 1.1-nflx

* commit '9611672e287c1a7933a78590e3f381da2ae7d136': (57 commits)
  MINOR: increase dev version from 1.1.1-SNAPSHOT to 1.1.2-SNAPSHOT (apache#5409)
  MINOR: Add thread dumps if broker node cannot be stopped (apache#5373)
  MINOR: update release.py
  MINOR: fix upgrade docs for Streams (apache#5392)
  MINOR: improve docs version numbers (apache#5372)
  Update version on the branch to 1.1.2-SNAPSHOT
  KAFKA-6292; Improve FileLogInputStream batch position checks to avoid type overflow (apache#4928)
  HOTFIX: Fix checkstyle errors in MetricsTest (apache#5345)
  KAFKA-7136: Avoid deadlocks in synchronized metrics reporters (apache#5341)
  MINOR: Close timing window in SimpleAclAuthorizer startup (apache#5318)
  MINOR: Use kill_java_processes when killing ConsoleConsumer in system tests (apache#5297)
  KAFKA-7104: More consistent leader's state in fetch response (apache#5305)
  Revert "MINOR: Avoid coarse lock in Pool#getAndMaybePut (apache#5258)"
  MINOR: Avoid coarse lock in Pool#getAndMaybePut (apache#5258)
  MINOR: bugfix streams total metrics (apache#5277)
  KAFKA-7082: Concurrent create topics may throw NodeExistsException (apache#5259)
  MINOR: Upgrade to Gradle 4.8.1
  KAFKA-7012: Don't process SSL channels without data to process (apache#5237)
  KAFKA-7058: Comparing schema default values using Objects#deepEquals()
  KAFKA-7047: Added SimpleHeaderConverter to plugin isolation whitelist
  ...
@bbejeck bbejeck deleted the MINOR_change_version_for_dev_in_system_test branch July 10, 2024 12:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants