Skip to content

Releases: metrumresearchgroup/pkgr

v3.0.0-alpha.1

14 Feb 20:27
Compare
Choose a tag to compare
v3.0.0-alpha.1 Pre-release
Pre-release

Changelog

1437d4f fix/break: linux binary compat major changes
02ed942 Merge pull request #331 from metrumresearchgroup/feature/2.0.2-validation
765933d chore: whitespace changes that might have been needed for parsing the tests, but might have been a red-herring. Either way... whitespace changes.
91e112b change: minor tweaks to the tilde-expansion test.
e9262cf change: updating threads test to use latest MPN snapshot and updating expected packages to match.
3c14e9e change: minor tweaks to the tarball-install test.
8e24d26 change: tweaking strict-mode tests to also include a config file with Lockfile: type: renv.
32f2c91 change: completely overhauling the simple-suggests test. It's still not great, but it wasn't even finished before so this was necessary.
a1eb1b8 change: updating 'recommended' test to pull from source for all repos involved after discovering #333
77567b8 change: minor tweaks to the simple test for clarity.
256be0a change: updating the simple integration test to use a later MPN snapshot.
951e34d chore: fixing a typo in rollback-disabled.
925e0a6 change: updating repo-order test to only require 'plan' to be run -- mrgsolve has system dependencies that make installing it problematic, but verifying plan should be sufficient.
853e4b6 change: minor updates to repo-local-and-remote test.
d9f73c1 change: updating packrat-library test to reflect current behavior.
67720d2 change: updating the outdated-pkgs-no-update test and making it less redundant.
daf1b9f change: updating outdated-pkgs pkgr.yml to point to MPN.
4531372 change: updating the mixed-source guide.md to actually make sense.
1670305 change: updating the 'misc' integration test for clarity and updated package environments.
f76555c chore: tweaking linux-binaries test.
9189c34 change: modifying linux-binaries test instructions to be Metworx-specific.
8fbab3c change: bumping pkgr version to reflect commits not included in the last release.
cf18241 change: updates to the load tests for R version 4.
d820333 change: minor updates to some integration tests.
49719b3 change: package dependency change for create-library integration test.
be2be31 change: updating guide.md for binaries-mac integration test to reflect new dependencies in test packages.
ada2f5c add: removing no-secure tests and adding path-bug tests. Updating test Makefile.
849d2bd wip: adding new integration test cases for new features.
ed6b4a4 fix: all active unit tests are now valid. Three are failing, and this failure has been documented in #330.
f261248 wip: fixing configlib unit tests.
71093af change: making 'NeedsCompilation' explicitly expected to be FALSE in unit tests where not otherwise specified.
e96d45c wip: removing unit tests that aren't worth re-writing and adding License and NeedsCompilation fields to the DESCRIPTION file unit tests.
1b23fa2 fix: it's sloppy, but the load unit tests run again.
a7c4a78 wip: test files for band-aiding R version dependencies in automated tests.
f108441 Merge pull request #321 from metrumresearchgroup/refactor/no-autoenv
d00d253 Merge pull request #320 from metrumresearchgroup/refactor/no-autoenv

v2.0.1

21 Nov 22:39
Compare
Choose a tag to compare
sudo wget https://github.com/metrumresearchgroup/pkgr/releases/download/v2.0.1/pkgr_2.0.1_linux_amd64.tar.gz -O /tmp/pkgr.tar.gz
sudo tar xzf /tmp/pkgr.tar.gz pkgr
sudo mv pkgr /usr/local/bin/pkgr
sudo chmod +x /usr/local/bin/pkgr

Changelog

279a71d fix: adjust bindenv to work on keys separately

v2.0.0

19 Nov 01:49
Compare
Choose a tag to compare

Changelog

df3b42f feat: simplify autoenv behavior
88bc309 Merge pull request #318 from metrumresearchgroup/fix/repository

v1.3.1

18 Nov 00:49
Compare
Choose a tag to compare

Changelog

b1753a2 fix: whitespace matching around Repository in description #317

v1.3.0

15 Nov 20:41
Compare
Choose a tag to compare
sudo wget https://github.com/metrumresearchgroup/pkgr/releases/download/v1.3.0/pkgr_1.3.0_linux_amd64.tar.gz -O /tmp/pkgr.tar.gz
sudo tar xzf /tmp/pkgr.tar.gz pkgr
sudo mv pkgr /usr/local/bin/pkgr
sudo chmod +x /usr/local/bin/pkgr

Changelog

bdf4a54 bump: release version 1.3.0
17d3315 Merge pull request #311 from metrumresearchgroup/feat/no-secure
b5c6d7c Merge pull request #295 from metrumresearchgroup/feat/desc-processing-path
c3fb86b refactor: clean should also reset package dbs to prevent some state errors
77db4ed refactor: add more information around caches to help with remote diagnosing on issues filed
28af48f feat: implement tls verification skipping and flags/cfg options to expose
13df1d7 fix: fix adding package not causing indendation issues with non-standard indendation
628e28c fix: error on http get failure
92017a1 Update README.md
6048fc9 fix: attempt ignore if Path set for custom package version
972e08e Merge pull request #285 from metrumresearchgroup/release/1.2.1
4888932 Revert "Add RepoSuffix to cfg.Repos"
ed5aba7 Add RepoSuffix to cfg.Repos

v1.2.1

24 Jul 21:06
Compare
Choose a tag to compare
sudo wget https://github.com/metrumresearchgroup/pkgr/releases/download/v1.2.1/pkgr_1.2.1_linux_amd64.tar.gz -O /tmp/pkgr.tar.gz
sudo tar xzf /tmp/pkgr.tar.gz pkgr
sudo mv pkgr /usr/local/bin/pkgr
sudo chmod +x /usr/local/bin/pkgr

Changelog

33343b5 release: 1.2.1 and genericize version

v1.2.1-rc.1

24 Jul 20:36
Compare
Choose a tag to compare
v1.2.1-rc.1 Pre-release
Pre-release
sudo wget https://github.com/metrumresearchgroup/pkgr/releases/download/v1.2.1-rc.1/pkgr_1.2.1-rc.1_linux_amd64.tar.gz -O /tmp/pkgr.tar.gz
sudo tar xzf /tmp/pkgr.tar.gz pkgr
sudo mv pkgr /usr/local/bin/pkgr
sudo chmod +x /usr/local/bin/pkgr

Changelog

c2ab1c0 bump: release version
7723695 Don't return empty metadata on failed downloads
8fbfadb Add RepoSuffix to cfg.Repos

v1.2.0

22 Jul 02:54
Compare
Choose a tag to compare
sudo wget https://github.com/metrumresearchgroup/pkgr/releases/download/v1.2.0/pkgr_1.2.0_linux_amd64.tar.gz -O /tmp/pkgr.tar.gz
sudo tar xzf /tmp/pkgr.tar.gz pkgr
sudo mv pkgr /usr/local/bin/pkgr
sudo chmod +x /usr/local/bin/pkgr

Changelog

e67e665 bump: 1.2.0
c3d9a7d Merge pull request #281 from metrumresearchgroup/feature/install-from-desc-file
cb28d53 Merge branch 'feature/install-from-desc-file' of github.com:metrumresearchgroup/pkgr into feature/install-from-desc-file
9258476 chore: go fmt
dc40110 Merge branch 'develop' into feature/install-from-desc-file
fa2ce7b refactor: drop log to trace level
e6d60f0 refactor: pull in suggested packages for any package with DESCRIPTION
8842188 dep: tidy
f04120c WIP: parses tester DESCRIPTION file in plan
9a59ce2 dep: upgrade cobra too
e9204bc dep: upgrade all
5e5828f Merge pull request #271 from metrumresearchgroup/release/1.0.3

v1.1.0

26 Jun 02:39
Compare
Choose a tag to compare
sudo wget https://github.com/metrumresearchgroup/pkgr/releases/download/v1.1.0/pkgr_1.1.0_linux_amd64.tar.gz -O /tmp/pkgr.tar.gz
sudo tar xzf /tmp/pkgr.tar.gz pkgr
sudo mv pkgr /usr/local/bin/pkgr
sudo chmod +x /usr/local/bin/pkgr

Changelog

f8c04eb bump: 1.1.0
b34da6e revert: makefile local gobin for now
6dfc985 add: cache control to invalidate cache like R
e5d0623 Merge pull request #273 from metrumresearchgroup/refactor/binaries
be73dd7 Merge branch 'release/1.0.3' into refactor/binaries
cde4a07 Fill downloads for reposuffix back out to match the spec
196b534 Go back to Viper
f5a04a0 Fix toString
8febfc8 Merge branch 'release/1.0.3' of github.com:metrumresearchgroup/pkgr into release/1.0.3
825fac8 Add contrib/{{rVersion}} to RepoSuffix URIs
78091b4 Merge branch 'release/1.0.3' into refactor/binaries
62ee941 Add contrib/{{rVersion}} to RepoSuffix URIs
2d766dd refactor: binary logic
7edf22a Default to Binary for MPN repos
de78e15 Final RepoSuffix changes
05ddd93 Merge branch 'release/1.0.3' of github.com:metrumresearchgroup/pkgr into release/1.0.3
cce6a78 Finish pkgr binary support
c93ea78 Plumbing for repotype/suffix
1ef464b Fix viper segfaulting and prune some dead code, add centos support
4dbc08a Prep for RepoType changes
cf7681c Parse out /etc/os-release
fbd7592 Also teach repos how to read Linux for Binary packages
648df75 Add support for Linux binaries
25a069a Add a Dockerfile for drone and a drone configuration
35df123 Use a more recent snapshot which actually has 4.0 packages
04f630f Merge pull request #265 from metrumresearchgroup/release/1.0.2

v1.0.2

12 May 01:44
Compare
Choose a tag to compare
sudo wget https://github.com/metrumresearchgroup/pkgr/releases/download/v1.0.2/pkgr_1.0.2_linux_amd64.tar.gz -O /tmp/pkgr.tar.gz
sudo tar xzf /tmp/pkgr.tar.gz pkgr
sudo mv pkgr /usr/local/bin/pkgr
sudo chmod +x /usr/local/bin/pkgr

Changelog

7e6008b fix: osx R 4.0 url
5b6aa1a Merge pull request #261 from metrumresearchgroup/release/1.0.1
39ca753 Merge branch 'master' into release/1.0.1
d65b188 doc: user manaul
c3a3929 Merge pull request #241 from metrumresearchgroup/release/v0.6.0
9c89f24 release: v0.6.0
975bbdf feat: library path messages
d197983 Merge remote-tracking branch 'origin/develop' into release/v0.6.0
c9f2130 Merge pull request #236 from metrumresearchgroup/develop