You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 25, 2023. It is now read-only.
* Improvements in the authentication with docker registries, in particular with those
22
-
that only support basic authentication.
23
-
24
-
### 1.3.0 - Monday, July 16, 2018
25
-
26
-
* Support `annotations` label in docker images created by sbt-reactive-app. Kubernetes pods will
27
-
have annotations added, DC/OS applications will have labels added.
28
-
29
-
### 1.2.0 - Thursday, May 24, 2018
30
-
31
-
* Add a flag `--registry-use-local` which reads local docker images first before trying to reach remote registry
32
-
33
-
### 1.1.4 - Monday, May 14, 2018
34
-
35
-
* Fix a bug in Marathon configuration generation
36
-
37
-
### 1.1.3 - Friday, May 11, 2018
38
-
39
-
* Fix a bug in HTTP header parsing
40
-
41
-
### 1.1.2 - Tuesday, May 8, 2018
42
-
43
-
* Fix a bug in HTTP header parsing
44
-
* Add a flag `--stacktrace` to print out the full stack trace when `rp` fails
45
-
46
-
### 1.1.1 - Monday, April 30, 2018
47
-
48
-
* Fix a bug with using oauth2 tokens as credentials for docker registry
49
-
* Avoid CLI and build plugin version mismatch by requiring sbt-reactive-app 1.1.0 or newer
50
-
51
-
### 1.1.0 - Sunday, April 15, 2018
52
-
53
-
* Fix a bug in Kubernetes CPU and memory limit declarations
54
-
* Improve Docker credentials, adding support for gcloud helper
55
-
* Add feature to generate configuration for Marathon, thus providing DC/OS support.
56
-
57
-
### 1.0.0 - Tuesday, March 27, 2018
58
-
59
-
* Fix formatting of Kubernetes default API versions
60
-
* Fix error messages for when multiple docker images are not found
61
-
* Fix a bug causing `docker login` credentials to be ignored in certain circumstances
62
-
* Now supports specifying Docker digest syntax (i.e. `my-project-impl@<somehash>`)
63
-
*`RP_NAMESPACE` now sourced via Kubernetes ref spec
64
-
* Fix bug with YAML renderer and strings "true" "false" "null"
65
-
* Instances that specify `--akka-cluster-join-existing` will no longer be discoverable for bootstrap
66
-
67
-
### 0.9.0 - Monday, February 12, 2018
68
-
69
-
* CLI now requires one (or more) of the following to be specified when generating Kubernetes resources: `--generate-all`, `--generate-services`, `--generate-pod-controllers`, `--generate-ingress`
70
-
* Added `--ingress-tls-secret` flag to specify TLS secret for `Ingress` resources.
71
-
* Added `pod-controller-restart-policy` flag to modify the restart policy, particular for `Job` resources.
72
-
* Fixed a bug causing incorrect Akka Management Contact Point setting to be specified.
73
-
* Fixed a bug causing incompatibility with some private Docker registries.
74
-
* Added `--service-load-balancer-ip` flag to set the `loadBalancerIP` for `Service` resources.
75
-
* Added `--service-type` flag to set the `type` for `Service` resources.
76
-
* Added feature to integrate with existing Docker authentication mechanisms, i.e. `docker login`.
77
-
* Added feature to allow resources to be generated from multiple images in one invocation. `Ingress` resources in particular are now merged by host if more than one is generated.
78
-
79
-
## reactive-lib
80
-
81
-
### 0.9.2 - Monday, September 17, 2018
82
-
83
-
* Update akka-management version to `0.18.0`
84
-
85
-
### 0.9.1 - Friday, September 14, 2018
86
-
87
-
* Fixe health check to report healthy during bootstrap
88
-
* Make DNS parsing more robust
89
-
* Fix ServiceLocator for host name lookup
90
-
91
-
### 0.9.0 - Wednesday, July 18, 2018
92
-
93
-
* Update akka-management version to `0.17.0`
94
-
95
-
### 0.8.2 - Tuesday, July 3, 2018
96
-
97
-
* Support alternate Kubernetes cluster DNS suffixes from environment
98
-
* Update akka-management version to `0.15.0`
99
-
100
-
### 0.8.1 - Wednesday, May 30, 2018
101
-
102
-
* Update akka-management version to `0.13.1`
103
-
104
-
### 0.8.0 - Wednesday, May 16, 2018
105
-
106
-
* Update akka-management version to `0.13`
107
-
108
-
### 0.7.0 - Tuesday, March 27, 2018
109
-
110
-
* Add retry mechanism to service locator
111
-
* Increase default timeouts for service locator
112
-
* Fix configuration of akka management, allowing cluster bootstrap to work with NAT/bridged networking, in particular on DC/OS
113
-
114
-
### 0.6.0 - Wednesday, March 21, 2018
115
-
116
-
* Add support for Mesos to service locator
117
-
* Fix a service locator bug causing min ttl to be equal to max ttl
118
-
119
-
### 0.5.0 - Monday, February 12, 2018
120
-
121
-
* Lagom Java Service Locator is no longer enabled by default.
122
-
* Visibility of healthy/readiness methods changed to public for better integration into user's applications
123
-
124
-
## sbt-reactive-app
125
-
126
-
### 1.5.0 - Wednesday, September 26, 2018
127
-
128
-
* Supports non-Alpine bases images.
129
-
* Upgraded automatic inclusion of reactive-lib to `0.9.2`.
130
-
* Automated RBAC setup for minikube deploy.
131
-
132
-
### 1.3.1 - Wednesday, July 18, 2018
133
-
134
-
* Upgraded automatic inclusion of reactive-lib to `0.9.0`.
135
-
136
-
### 1.3.0 - Monday, July 16, 2018
137
-
138
-
* Add `annotations` setting, a `Map` of keys and values that will be exported as labels on the Docker image.
139
-
reactive-cli will use these to annotate DC/OS or Kubernetes resources.
140
-
141
-
### 1.2.3 - Tuesday, July 3, 2018
142
-
143
-
* Upgraded automatic inclusion of reactive-lib to `0.8.2`.
144
-
145
-
### 1.2.2 - Friday, June 22, 2018
146
-
147
-
* Add support for specifying user and group to be used for running the app inside Docker container
148
-
149
-
### 1.2.1 - Wednesday, May 16, 2018
150
-
151
-
* Make produced docker image application runnable by a non-root user.
152
-
* Upgraded automatic inclusion of reactive-lib to `0.8.1`.
153
-
154
-
### 1.2.0 - Wednesday, May 16, 2018
155
-
156
-
* Upgraded automatic inclusion of reactive-lib to `0.8.0`.
157
-
158
-
### 1.1.0 - Tuesday, March 27, 2017
159
-
160
-
* Upgraded automatic inclusion of reactive-lib to `0.7.0`.
161
-
* Internal changes to support DC/OS
162
-
163
-
### 1.0.0 - Monday, March 26, 2018
164
-
165
-
* Upgraded automatic inclusion of reactive-lib to `0.6.0`.
166
-
* 'deploy minikube' now validates that ingress addon has been enabled
167
-
* One `LABEL` directive is now used, speeding up build times
168
-
* Internal changes to support dynamic environments
169
-
*`LABEL` order is now preserved
170
-
171
-
### 0.6.1 - Tuesday, February 13, 2018
172
-
173
-
* Fixed a bug causing the plugin to fail on Lagom projects using sbt 1.0 or later.
174
-
175
-
### 0.6.0 - Monday, February 12, 2018
176
-
177
-
* Upgraded automatic inclusion of reactive-lib to `0.5.0`.
178
-
* Remove automatic setting of `dockerUsername`.
179
-
* Add a feature, `sbt 'deploy minikube'` that automatically deploys all projects into local Minikube
0 commit comments