postmanlabs / httpbin

HTTP Request & Response Service, written in Python + Flask.
https://httpbin.org
ISC License
12.79k stars 1.81k forks source link

scm/git: tag versions v0.8.0, v0.9.0, v0.9.1, v0.9.2 #488

Open javabrett opened 6 years ago

javabrett commented 6 years ago

There's a couple of tags missing in Git, including the current production deployment 0.9.0. Having the tags in Git would make it quicker to compare code between versions.

Team members might have a more accurate record than this, but here are some candidate commits which might match the actual releases:

v0.8.0:

commit 0d7f363f63e4e62acc1aa06174a5ed0f6b7e1383
Author: Kenneth Reitz <me@kennethreitz.org>
Date:   Thu May 17 18:57:51 2018 -0400

    Docker updates (#452)

    * docker optimizations

    Signed-off-by: Kenneth Reitz <me@kennethreitz.org>

    * port 80

    Signed-off-by: Kenneth Reitz <me@kennethreitz.org>

    * no web concurrency

    Signed-off-by: Kenneth Reitz <me@kennethreitz.org>

    * docker compose

    Signed-off-by: Kenneth Reitz <me@kennethreitz.org>

    * v0.8.0

    Signed-off-by: Kenneth Reitz <me@kennethreitz.org>

v0.9.0:

commit 26a4892f14ab077833059cad2ca465d34b003f1b
Author: Kenneth Reitz <me@kennethreitz.org>
Date:   Thu May 17 19:25:05 2018 -0400

    0.9.0

    Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
Fishbowler commented 6 years ago

Can confirm that a docker image of 26a4892f14ab077833059cad2ca465d34b003f1b (as 0.9.0) works identically to Live for the purposes of the tests in IcedFrisby.

javabrett commented 5 years ago

0.9.1 and 0.9.2 are out and could also use tagging. Or maybe there is some decision not to tag anymore, in which case please close this issue.

Possible candidates for tags (not checked extensively, these are just the commits which bumped the version and release may be at later commits):

0.9.1:

commit 56a2cf576336361bf54080cacc877d8ee29e2c88
Author: Kenneth Reitz <me@kennethreitz.org>
Date:   Wed Jul 4 11:29:12 2018 -0400

     new version

0.9.2:

commit 4c267df3d911c50359713d4e508ba557bc10af45
Author: Steffen Schröder <st.schroeder@gmail.com>
Date:   Fri Jul 6 21:30:30 2018 +0200

    Bump version to 0.9.2

/cc @kennethreitz