Skip to content

Commit d0f45a4

Browse files
committed
feat: ory.com
1 parent e4dd7c4 commit d0f45a4

16 files changed

Lines changed: 56 additions & 51 deletions

cmd/cloudx/client/sdks.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ var rateLimitHeader = os.Getenv(RateLimitHeaderKey)
2828

2929
func CloudConsoleURL(prefix string) *url.URL {
3030
// we load the URL from the env here instead of init() because the tests might want to change this
31-
consoleURL, err := url.ParseRequestURI(cmp.Or(os.Getenv(ConsoleURLKey), "https://console.ory.sh"))
31+
consoleURL, err := url.ParseRequestURI(cmp.Or(os.Getenv(ConsoleURLKey), "https://console.ory.com"))
3232
if err != nil {
3333
fmt.Printf("error parsing console url: %s\n", err)
34-
consoleURL = &url.URL{Scheme: "https", Host: "console.ory.sh"}
34+
consoleURL = &url.URL{Scheme: "https", Host: "console.ory.com"}
3535
}
3636
if prefix != "" {
3737
consoleURL.Host = prefix + "." + consoleURL.Host

cmd/cloudx/project/patch.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ specified in the patch will be overwritten. To replace the config use the ` + "`
3535
3636
The format of the patch is a JSON-Patch document. For more details please check:
3737
38-
https://www.ory.sh/docs/reference/api#operation/patchProject
38+
https://www.ory.com/docs/reference/api#operation/patchProject
3939
https://jsonpatch.com`,
4040
RunE: runPatch(
4141
func(s []string) []string {

cmd/cloudx/project/patch_identity_config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ when compared to the ` + "`patch project`" + ` command:
4646
4747
The format of the patch is a JSON-Patch document. For more details please check:
4848
49-
https://www.ory.sh/docs/reference/api#operation/patchProject
49+
https://www.ory.com/docs/reference/api#operation/patchProject
5050
https://jsonpatch.com`,
5151
RunE: runPatch(
5252
prefixIdentityConfig,

cmd/cloudx/project/patch_oauth2_config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ when compared to the ` + "`patch project`" + ` command:
5757
5858
The format of the patch is a JSON-Patch document. For more details please check:
5959
60-
https://www.ory.sh/docs/reference/api#operation/patchProject
60+
https://www.ory.com/docs/reference/api#operation/patchProject
6161
https://jsonpatch.com`,
6262
RunE: runPatch(
6363
prefixOAuth2Config,

cmd/cloudx/project/patch_permission_config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ when compared to the ` + "`patch project`" + ` command:
5252
5353
The format of the patch is a JSON-Patch document. For more details please check:
5454
55-
https://www.ory.sh/docs/reference/api#operation/patchProject
55+
https://www.ory.com/docs/reference/api#operation/patchProject
5656
https://jsonpatch.com`,
5757
RunE: runPatch(
5858
prefixPermissionConfig,

cmd/cloudx/project/update.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ If the ` + "`--name`" + ` flag is not set, the project's name will not be change
6060
6161
The full configuration payload can be found at
6262
63-
https://www.ory.sh/docs/reference/api#operation/updateProject
63+
https://www.ory.com/docs/reference/api#operation/updateProject
6464
6565
As an example an input could look like:
6666

cmd/cloudx/project/update_identity_config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ self-hosted Ory Kratos to Ory Network.
5151
5252
The full configuration payload can be found at:
5353
54-
https://www.ory.sh/docs/reference/api#operation/updateProject.
54+
https://www.ory.com/docs/reference/api#operation/updateProject
5555
5656
This command expects the contents of the ` + "`/services/identity/config`" + ` key, so for example:
5757

cmd/cloudx/project/update_oauth2_config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ from self-hosted Ory Hydra to Ory Network.
5353
5454
The full configuration payload can be found at:
5555
56-
https://www.ory.sh/docs/reference/api#operation/updateProject.
56+
https://www.ory.com/docs/reference/api#operation/updateProject
5757
5858
This command expects the contents of the ` + "`/services/oauth2/config`" + ` key, so for example:
5959

cmd/cloudx/project/update_permission_config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ self-hosted Ory Keto to Ory Network.
5252
5353
The full configuration payload can be found at:
5454
55-
https://www.ory.sh/docs/reference/api#operation/updateProject.
55+
https://www.ory.com/docs/reference/api#operation/updateProject
5656
5757
This command expects the contents of the ` + "`/services/permission/config`" + ` key, so for example:
5858

cmd/dev/newsletter/stub/changelog.html.expected renamed to cmd/dev/newsletter/.snapshots/TestRenderMarkdownLong.html

Lines changed: 33 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2+
3+
14
<!DOCTYPE html>
25

36
<html lang='en'>
@@ -10,6 +13,14 @@
1013
#outlook a {
1114
padding: 0;
1215
}
16+
pre {
17+
background-color: #f5f5f5;
18+
padding: 8px;
19+
}
20+
code {
21+
background-color: #f5f5f5;
22+
padding: 2px 4px;
23+
}
1324
body {
1425
margin: 0;
1526
padding: 0;
@@ -56,8 +67,8 @@
5667
max-width: 3.389830508474576%;
5768
}
5869
.xc600 {
59-
width: 600px !important;
60-
max-width: 600px;
70+
width: 1200px !important;
71+
max-width: 1200px;
6172
}
6273
.xc32 {
6374
width: 32px !important;
@@ -68,8 +79,8 @@
6879
max-width: 16px;
6980
}
7081
.xc440 {
71-
width: 440px !important;
72-
max-width: 440px;
82+
83+
7384
}
7485
}
7586
</style>
@@ -87,8 +98,8 @@
8798
max-width: 3.389830508474576%;
8899
}
89100
.moz-text-html .xc600 {
90-
width: 600px !important;
91-
max-width: 600px;
101+
width: 1200px !important;
102+
max-width: 1200px;
92103
}
93104
.moz-text-html .xc32 {
94105
width: 32px !important;
@@ -99,8 +110,8 @@
99110
max-width: 16px;
100111
}
101112
.moz-text-html .xc440 {
102-
width: 440px !important;
103-
max-width: 440px;
113+
114+
104115
}
105116
</style>
106117
<style type="text/css">
@@ -245,7 +256,7 @@
245256
background-color: #fffffe;
246257
margin: 0px auto;
247258
border-radius: 0;
248-
max-width: 600px;
259+
max-width: 1200px;
249260
"
250261
>
251262
<table
@@ -329,7 +340,7 @@
329340
<tr>
330341
<td style="width: 80px">
331342
<a
332-
href="https://www.ory.sh/"
343+
href="https://www.ory.com/"
333344
target="_blank"
334345
>
335346
<img
@@ -468,7 +479,7 @@
468479
background-color: #fcfcfc;
469480
margin: 0px auto;
470481
border-radius: 0;
471-
max-width: 600px;
482+
max-width: 1200px;
472483
"
473484
>
474485
<table
@@ -663,7 +674,7 @@
663674
"
664675
>Ory Kratos v0.1.0</span
665676
> <br> <span style="font-size: 16px; font-weight: 400;">is here!</span><br>
666-
<span style="font-size: 16px; font-weight: 400;"><a href="https://www.ory.sh/ory/kratos" target="_blank">Website</a>&nbsp;| <a href="https://github.com/ory/ory/kratos" target="_blank">GitHub</a> |&nbsp;<a href="https://github.com/ory/ory/kratos/blob/master/CHANGELOG.md" target="_blank">Changelog</a>&nbsp;|&nbsp;<a href="https://github.com/ory/ory/kratos/blob/master/UPGRADE.md" target="_blank">Upgrade Guide</a><br></span>
677+
<span style="font-size: 16px; font-weight: 400;"><a href="https://www.ory.com/ory/kratos" target="_blank">Website</a>&nbsp;| <a href="https://github.com/ory/ory/kratos" target="_blank">GitHub</a> |&nbsp;<a href="https://github.com/ory/ory/kratos/blob/master/CHANGELOG.md" target="_blank">Changelog</a><br></span>
667678

668679
</p>
669680
</div>
@@ -1094,7 +1105,7 @@ <h2>Breaking Changes</h2>
10941105
The configuration value for <code>hashers.argon2.memory</code> is now a string representation of the memory amount including the unit of measurement. To convert the value divide your current setting (KB) by 1024 to get a result in MB or 1048576 to get a result in GB. Example: <code>131072</code> would now become <code>128MB</code>.</p>
10951106

10961107
<p>Co-authored-by: aeneasr <a href="mailto:3372410+aeneasr@users.noreply.github.com" target="_blank">3372410+aeneasr@users.noreply.github.com</a>
1097-
Co-authored-by: aeneasr <a href="mailto:aeneas@ory.sh" target="_blank">aeneas@ory.sh</a>
1108+
Co-authored-by: aeneasr <a href="mailto:aeneas@ory.com" target="_blank">aeneas@ory.com</a>
10981109
Please run SQL migrations when applying this patch.
10991110
The following configuration keys were updated:</p>
11001111

@@ -1595,7 +1606,7 @@ <h2>Breaking Changes</h2>
15951606

15961607
<li><p>Implement and test domain aliasing (<a href="https://github.com/ory/kratos/commit/1516a54657df485627251de4e7019bc16353c956" target="_blank">1516a54</a>):</p>
15971608

1598-
<p>This patch adds a feature called domain aliasing. For more information, head over to <a href="http://ory.sh/docs/kratos/next/guides/multi-domain-cookies" target="_blank">http://ory.sh/docs/kratos/next/guides/multi-domain-cookies</a></p></li>
1609+
<p>This patch adds a feature called domain aliasing. For more information, head over to <a href="https://www.ory.com/docs/kratos/guides/multi-domain-cookies" target="_blank">https://www.ory.com/docs/kratos/guides/multi-domain-cookies</a></p></li>
15991610

16001611
<li><p>Improve oas spec and fix mobile tests (<a href="https://github.com/ory/kratos/commit/4ead2c826a2f1a307e327b9736dd8ac99ef52743" target="_blank">4ead2c8</a>)</p></li>
16011612

@@ -1642,7 +1653,7 @@ <h2>Breaking Changes</h2>
16421653

16431654
<p>This feature adds the ability to define web-hooks using a mixture of configuration and JsonNet. This allows integration with services like Mailchimp, Stripe, CRMs, and all other APIs that support REST requests. Additional to these new changes it is now possible to define hooks for verification and recovery as well!</p>
16441655

1645-
<p>For more information, head over to the <a href="https://www.ory.sh/kratos/docs/self-service/hooks" target="_blank">hooks documentation</a>.</p></li>
1656+
<p>For more information, head over to the <a href="https://www.ory.com/kratos/docs/self-service/hooks" target="_blank">hooks documentation</a>.</p></li>
16461657

16471658
<li><p><strong>courier:</strong> Allow sending individual messages (<a href="https://github.com/ory/kratos/commit/cbb2c0bef63323a177589e9d2a809c84b4f1acdd" target="_blank">cbb2c0b</a>)</p></li>
16481659

@@ -1832,7 +1843,6 @@ <h2>Breaking Changes</h2>
18321843
took 486.534204ms with 3 iterations
18331844
Settled on 3 iterations.
18341845

1835-
18361846
{
18371847
&quot;memory&quot;: 1048576,
18381848
&quot;iterations&quot;: 3,
@@ -2189,7 +2199,7 @@ <h2>Breaking Changes</h2>
21892199
background-color: #eeeeee;
21902200
margin: 0px auto;
21912201
border-radius: 0;
2192-
max-width: 600px;
2202+
max-width: 1200px;
21932203
"
21942204
>
21952205
<table
@@ -2631,7 +2641,7 @@ <h2>Breaking Changes</h2>
26312641
background-color: #171717;
26322642
margin: 0px auto;
26332643
border-radius: 0;
2634-
max-width: 600px;
2644+
max-width: 1200px;
26352645
"
26362646
>
26372647
<table
@@ -2717,7 +2727,7 @@ <h2>Breaking Changes</h2>
27172727
<tr>
27182728
<td style="width: 80px">
27192729
<a
2720-
href="https://www.ory.sh/"
2730+
href="https://www.ory.com/"
27212731
target="_blank"
27222732
>
27232733
<img
@@ -2774,12 +2784,12 @@ <h2>Breaking Changes</h2>
27742784
"
27752785
>Copyright © *|CURRENT_YEAR|* *|LIST:COMPANY|*, All rights reserved.<br>*|IFNOT:ARCHIVE_PAGE|* *|LIST:DESCRIPTION|*<br>
27762786
<br>
2777-
You subscribed to this newsletter on <a href="https://www.ory.sh/" target="_blank">www.ory.sh</a>.<br>
2787+
You subscribed to this newsletter on <a href="https://www.ory.com/" target="_blank">www.ory.com</a>.<br>
27782788
<br>
27792789
Want to change how you receive these emails?<br>
27802790
You can <a href="*|UPDATE_PROFILE|*">update your preferences</a> or <a href="*|UNSUB|*">unsubscribe from this list</a>.*|END:IF|*<br>
27812791
<br>*|IF:REWARDS|* *|HTML:REWARDS|* *|END:IF|*</span
2782-
>
2792+
>
27832793
</p>
27842794
</p>
27852795
<p style="margin: 0">
@@ -2916,7 +2926,7 @@ <h2>Breaking Changes</h2>
29162926
"
29172927
>
29182928
<a
2919-
href="https://slack.ory.sh/"
2929+
href="https://slack.ory.com/"
29202930
target="_blank"
29212931
>
29222932
<img
@@ -3114,3 +3124,4 @@ <h2>Breaking Changes</h2>
31143124
</div>
31153125
</body>
31163126
</html>
3127+

0 commit comments

Comments
 (0)