Browse Source

prepare v1.0.0

Fabian Peter Hammerle 4 years ago
parent
commit
37e4eb5123
2 changed files with 4 additions and 4 deletions
  1. 2 2
      CHANGELOG.md
  2. 2 2
      ansible-playbook.yml

+ 2 - 2
CHANGELOG.md

@@ -4,9 +4,9 @@ All notable changes to this project will be documented in this file.
 The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
 and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
 
-## [Unreleased]
+## [1.0.0] - 2019-10-12
 ### Added
 - Tor Socks5 & DNS proxy
 
 [Unreleased]: https://github.com/fphammerle/docker-tor-proxy/compare/1.0.0...HEAD
-[0.1.0]: https://github.com/fphammerle/docker-tor-proxy/releases/tag/1.0.0
+[1.0.0]: https://github.com/fphammerle/docker-tor-proxy/releases/tag/1.0.0

+ 2 - 2
ansible-playbook.yml

@@ -7,8 +7,8 @@
         com.docker.network.bridge.name: tor
   - docker_container:
       name: tor_proxy
-      # TODO add hash
-      image: fphammerle/tor-proxy
+      # 1.0.0-tor0.4.1.6-amd64
+      image: fphammerle/tor-proxy@sha256:ad55d07b1b21c35fa044dc3e1ea6c7d8494f39eb89491ddad35c245340f7cd4b
       networks:
       - name: tor_proxy_network
       purge_networks: yes