Commit Graph

106 Commits

Author SHA1 Message Date
Stefano Baghino
ccb299afce
Retire changelog entries mechanism (#15423)
* Retire changelog entries mechanism

It is no longer used these days, so it simply imposes unnecessary
work. If it ever becomes useful again, retrieving the relevant
scripts from history should be relatively easy.

* Remove references to `unreleased.sh`

* Re-add `unreleased.sh` for summarization -- feedback from @mziolekda`
2022-11-02 14:58:46 +00:00
Gary Verhaegen
03051f3854
release testing: node 18 works (#15013)
CHANGELOG_BEGIN
CHANGELOG_END
2022-09-15 11:16:35 +02:00
fayi-da
54d9365158
Minor quality of life updates to the release instructions (#14979)
Minor quality of life updates to the release instructions

CHANGELOG_BEGIN
CHANGELOG_END
2022-09-08 13:49:53 +00:00
Carl Pulley
76adb3666e
Release note improvements
CHANGELOG_BEGIN
CHANGELOG_END
2022-08-31 16:37:28 +01:00
Gary Verhaegen
6f8de5ce1a
release instructions: mention automated PR (#14677)
CHANGELOG_BEGIN
CHANGELOG_END
2022-08-11 11:13:11 +02:00
Gary Verhaegen
9cffbdffce
bump nightly prefix (#14243)
CHANGELOG_BEGIN
CHANGELOG_END
2022-06-22 11:24:23 +00:00
Stefano Baghino
015c04f554
Update references to release coordination (#13911)
Coordinating the full stable release process now happens in a
single place, for which I added a link. Release testing coordination
is now handled by a single person, with clearly defined responsibilities
and handover of tasks.

changelog_begin
changelog_end
2022-05-18 12:50:36 +00:00
Gary Verhaegen
eeeff66769
release instructions: no published snapshot docs (#13747)
CHANGELOG_BEGIN
CHANGELOG_END
2022-04-29 11:06:31 +00:00
Nicu Reut
eb40776ef6
Fix release documentation typo (#13650) 2022-04-21 12:43:34 +02:00
Stefano Baghino
d105db2ece
Mention that we do not publish docs for snapshots in the release guide (#13587)
changelog_begin
changelog_end
2022-04-14 10:37:49 +02:00
Gary Verhaegen
1658b3b31a
try to improve release docs (#13422)
Specifically, try to slightly reorganize it in terms of what people are
trying to achieve, rather than what type of release they ultimatly need
to create.

CHANGELOG_BEGIN
CHANGELOG_END
2022-03-25 18:02:51 +01:00
Remy
1118a7fb58
Minor fix in RELEASE.md (#13315)
CHANGELOG_BEGIN
CHANGELOG_END
2022-03-17 18:56:03 +01:00
Gary Verhaegen
2dc42a3fc2
release instructions typos (#13297)
Thanks @S11001001 for reporting.

CHANGELOG_BEGIN
CHANGELOG_END
2022-03-15 16:12:18 +00:00
Gary Verhaegen
154dafb804
merge release instructions (#13292)
Turns out splitting the file (#13160) was not such a good idea.

Also tweak the text a little bit, hopefully making it clearer.

CHANGELOG_BEGIN
CHANGELOG_END
2022-03-15 11:27:36 +01:00
Robin Krom
17e651c20a
release instructions: fix line numbers (#13162)
line numbers seem to have changed because of an added comment.

CHANGELOG_BEGIN
CHANGELOG_END
2022-03-07 21:48:57 +01:00
Stephen Compall
fceb9c1118
document Java 11 is needed; small release instruction problems found today (#12978)
In docs:

* doc that we require Java 11, not 8

In release instructions:

* mention everywhere that all-lowercase party entries should be made

* wrong line number for variable go-to-defn check

CHANGELOG_BEGIN
CHANGELOG_END
2022-02-16 20:38:31 +00:00
Gary Verhaegen
9409ed4d09
release steps: clarify last one (#12875)
Also, remove the need to post on two channels.

CHANGELOG_BEGIN
CHANGELOG_END
2022-02-10 16:07:44 +01:00
Gary Verhaegen
2e69c41ce0
release: update instructions (#12820)
CHANGELOG_BEGIN
CHANGELOG_END
2022-02-08 18:12:11 +00:00
Gary Verhaegen
85977d13dc
Update RELEASE.md (#12794)
I suppose whoever fixed this forgot to update these instructions, but as of `2.0.0-snapshot.20220204.9165.0.225c58f4` I observed well-formed "Bob" and "Alice" values in the messaging dropdowns.
2022-02-07 17:08:16 +00:00
Adriaan Moors
fd49e1704b
Update release testing instructions for windows (#12730)
* Update release instructions for windows

CHANGELOG_BEGIN
CHANGELOG_END

* Apply suggestions from code review
2022-02-03 17:37:50 +01:00
Moritz Kiefer
0f4e952911
Update release instructions for Canton sandbox (#12718)
The issue with the message dropdown looking like garbage will
obviously be fixed. Just trying to reflect the current state.

changelog_begin
changelog_end
2022-02-02 16:40:52 +00:00
Stefano Baghino
8bd908e77f
Document to test releases with the Canton-based sandbox (#12702)
This could not be achieved previously due to an issue that has
been fixed by https://github.com/DACH-NY/canton/pull/8475.

The next release should be tested again with the Canton-based
sandbox to ensure it works on both Windows and MacOS/Linux.

changelog_begin
changelog_end
2022-02-02 09:46:34 +00:00
Stefano Baghino
13acf66da6
Point out to run release manual tests on Windows with the KV sandbox (#12608)
The Canton sandbox currently has a startup issue that
has to be fixed that causes an unusually long startup
time on Windows that ends up triggering a timeout.

Can be reverted once https://github.com/DACH-NY/canton/issues/8331
is fixed.

changelog_begin
changelog_end
2022-01-26 23:35:23 +01:00
Sofia Faro
4d698c111a
Update windows testing instructions (#12504)
The navigator templates list shows extra templates because of canton.

changelog_begin
changelog_end
2022-01-20 10:35:07 +00:00
Gary Verhaegen
350fe5c1c6
Update RELEASE.md (#12481)
CHANGELOG_BEGIN
CHANGELOG_END
2022-01-19 14:11:32 +00:00
Sofia Faro
2500d4fd9f
Make quickstart-java template work with canton sandbox. (#12453)
* Make quickstart-java template work with canton

Also update the quickstart-java release test instructions to use the new sandbox. This is a bit more involved than before, because of the party names being different every time, but I hope this is not too much of a burden. The test here is similar to what gets tested in the assistant integration test for quickstart-java.

changelog_begin
changelog_end

* try to fix indentation
2022-01-18 11:49:52 +00:00
Sofia Faro
430f86b4c2
Make skeleton template work with canton sandbox (#12451)
And change the relevant release test instructions to make it clear this
isn't a quickstart-java project, but a project that uses the default
template (skeleton).

changelog_begin
changelog_end
2022-01-18 10:11:15 +00:00
Sofia Faro
b988a3c47e
Use --sandbox-kv in create-daml-app release tests. (#12450)
Was a bit too eager in the last PR, and changed the release test to use
`daml start` instead of `daml start --sandbox-kv`. This PR reverts this
until we make create-daml-app work with the new sandbox.

changelog_begin
changelog_end
2022-01-18 09:58:45 +00:00
Sofia Faro
b2a7f9e640
Change default sandbox to canton (#12438)
* Change default sandbox to canton.

Some progress on #11831

* made `daml start` use canton sandbox by default
  * changed the non-ledger api ports to use free ports by default
    (still haven't tried using port 0 instead of `getFreePort`).
* renamed `daml sandbox-canton` to `daml sandbox`
* implement a `--static-time` option for `daml sandbox` that sets the
  canton clock type parameter to `sim-clock`
* moved the quickstart-java integration test to use the new sandbox
  * the test uses `--static-time`, but doesn't really depend on it

changelog_begin
changelog_end

* fix parens

* fix hot reload test

* reinstant --sandbox-kv in create-daml-app test for now

* fix damlStart test
2022-01-18 09:10:58 +00:00
Moritz Kiefer
93aa5abef3
Upgrade to NodeJS 14 (#12429)
NodeJS 12 is eol in April and there are already packages (e.g. vsce)
that dropped support. We probably should upgrade even further but for
now I’m going with the most conservative approach.

changelog_begin
changelog_end
2022-01-17 12:05:53 +01:00
Sofia Faro
a0aee0f248
Rename daml sandbox to daml sandbox-kv (#12394)
* Rename daml sandbox to daml sandbox-kv

Also drop the default sandbox on `daml start`

Part of #11831

changelog_begin
changelog_end

* update release test instructions

* try to fix a couple compat tests

* dont need special 0.0.0 logic

* buildifier-fixx
2022-01-17 10:36:06 +00:00
Gerolf Seitz
a27a53978c
Warn against using latest node during release testing. (#11980)
CHANGELOG_BEGIN
CHANGELOG_END
2021-12-06 12:48:18 +01:00
Stefano Baghino
bf4f9f7eea
Document ./release.sh new snapshot (#11730)
changelog_begin
changelog_end
2021-11-17 09:10:43 +01:00
Stefano Baghino
eb834907d7
Add @stefanobaghino-da and @adriaanm-da for approval of stable releases (#11203)
Also a couple of tweaks to `CODEOWNERS`

changelog_begin
changelog_end
2021-10-12 08:42:43 +00:00
Gary Verhaegen
4cb521b406
don't remove Standard-Change label on failed releases (#11126)
CHANGELOG_BEGIN
CHANGELOG_END
2021-10-06 12:12:11 +02:00
Gary Verhaegen
ea089ad14f
clean up local VSCode after release (#10065)
TIL that our release process leaves us with a non-upgrading VSCode
extension.

CHANGELOG_BEGIN
CHANGELOG_END
2021-06-21 19:11:35 +02:00
Victor Peter Rouven Müller
0d09db5c48
Update date on code owners in RELEASE.md (#9652)
changelog_begin
changelog_end
2021-05-12 09:22:31 +00:00
Gary Verhaegen
87d3f898ba
offboarding @hurryabit (#9398)
:sadpanda:

CHANGELOG_BEGIN
CHANGELOG_END
2021-04-13 11:59:24 +00:00
Stefano Baghino
5a3c95251c
Document latency of Windows ad-hoc machine software installation (#9022)
changelog_begin
changelog_end
2021-03-04 10:41:21 +00:00
Gary Verhaegen
76ef72b378
tweak release instructions (#8948)
1. Correct link for the releases page
2. Move Windows up because I thought I was done with Windows after the
   create-daml-app test and I killed my machine.

CHANGELOG_BEGIN
CHANGELOG_END
2021-02-25 18:49:07 +01:00
fabiotudone-da
61072f948d
Improve release/RELEASE.md (#8535)
* Improve release/RELEASE.md

CHANGELOG_BEGIN
CHANGELOG_END

* Update release/RELEASE.md

Co-authored-by: Miklos <57664299+miklos-da@users.noreply.github.com>

* Address review comments

Co-authored-by: Miklos <57664299+miklos-da@users.noreply.github.com>
2021-01-18 15:05:38 +01:00
Bernhard Elsner
cda93db944
Daml case and logo (#8433)
* Replace many occurrences of DAML with Daml

* Update docs logo

* A few more CLI occurrences

CHANGELOG_BEGIN
- Change DAML capitalization and docs logo
CHANGELOG_END

* Fix some over-eager replacements

* A few mor occurrences in md files

* Address comments in *.proto files

* Change case in comments and strings in .ts files

* Revert changes to frozen proto files

* Also revert LF 1.11

* Update get-daml.sh

* Update windows installer

* Include .py files

* Include comments in .daml files

* More instances in the assistant CLI

* some more help texts
2021-01-08 12:50:15 +00:00
Gary Verhaegen
93f449d245
rename master to main (#8245)
As we strive for more inclusiveness, we are becoming less comfortable
with historically-charged terms being used in our everyday work.

This is targeted for merge on Dec 26, _after_ the necessary
corresponding changes at both the GitHub and Azure Pipelines levels.

CHANGELOG_BEGIN

- DAML Connect development is now conducted from the `main` branch,
  rather than the `master` one. If you had any dependency on the
  digital-asset/daml repository, you will need to update this parameter.

CHANGELOG_END
2020-12-27 14:19:07 +01:00
Gary Verhaegen
6b31b2d4fd
release instructions: minor tweaks (#8008)
CHANGELOG_BEGIN
CHANGELOG_END
2020-11-18 17:37:19 +01:00
Gary Verhaegen
ad541bebce
release instructions: firefox (#7889)
`ad-hoc` machines now come with Firefox installed.

CHANGELOG_BEGIN
CHANGELOG_END
2020-11-04 17:16:58 +00:00
Andreas Herrmann
bc7f918afa
Update the release documentation (#7834)
changelog_begin
changelog_end

Co-authored-by: Andreas Herrmann <andreas.herrmann@tweag.io>
2020-10-29 10:19:14 +01:00
anthonylusardi-da
2007c92393
Remove refs to #public Slack channel and some general Slack refs (#7684)
* Remove references to #public Slack channel and some general Slack references

* CHANGELOG_BEGIN
CHANGELOG_END
2020-10-14 09:47:17 -04:00
Robin Krom
521ed3b0ee
update of release instruction tests for daml start (#7623)
We now manually test that reloading works instead of killing the `daml
start` process.

CHANGELOG_BEGIN
CHANGELOG_END
2020-10-09 10:51:59 +02:00
Martin Huschenbett
4b7e30219c
Update release instructions to follow newest GSG (#7595)
* Update release instructions to follow newest GSG

We've lately integrated the codegens into `daml start`, which made the GSG significantly shorter in turn. Reflect these changes in the release instructions. Also reword some parts where I found the instructions ambiguous on first reading.

CHANGELOG_BEGIN
CHANGELOG_END

* Apply suggestions

CHANGELOG_BEGIN
CHANGELOG_END
2020-10-08 09:00:48 +00:00
Stephen Compall
354e354df5
adjust quickstart-java release smoketest instructions for prior changes (#7481)
- Followup to #7338, adjusting release test instructions for changes to the Java
  quickstart, mismatches found testing #7462.  Compare to
  docs/source/app-dev/bindings-java/quickstart/template-root/daml/Main.daml for line #
  references.

CHANGELOG_BEGIN
CHANGELOG_END
2020-09-25 08:46:35 +02:00