Commit graph

20 commits

Author SHA1 Message Date
Anthony Roussel 4c55c3c8b9
ssm-agent: mark darwin support as broken 2023-09-28 20:39:54 +02:00
Anthony Roussel 62c2d2b52f
ssm-agent: add passthru.updateScript 2023-09-28 20:28:35 +02:00
Anthony Roussel 53499f6c21
ssm-agent: add anthonyroussel to maintainers 2023-09-28 20:28:35 +02:00
Anthony Roussel 0f36289db9
ssm-agent: add meta.changelog 2023-09-28 20:28:34 +02:00
Anthony Roussel bf08e56032
ssm-agent: add passthru.tests.version 2023-09-28 20:28:34 +02:00
Anthony Roussel 305ad04a9e
ssm-agent: 3.2.1478.0 -> 3.2.1630.0
https://github.com/aws/amazon-ssm-agent/compare/3.2.1478.0...3.2.1630.0
https://github.com/aws/amazon-ssm-agent/releases/tag/3.2.1630.0
https://github.com/aws/amazon-ssm-agent/releases/tag/3.2.1542.0
2023-09-28 20:28:34 +02:00
R. Ryantm 82c9a7f8b3 ssm-agent: 3.2.1297.0 -> 3.2.1478.0 2023-09-06 21:49:13 +00:00
Thomas Gerbet d395dbee94 ssm-agent: 3.0.755.0 -> 3.2.1297.0
Release notes:
https://github.com/aws/amazon-ssm-agent/blob/3.2.1297.0/RELEASENOTES.md

Fixes #226907
2023-08-12 13:54:11 +02:00
Thomas Gerbet 2145ef28e2 ssm-agent: apply patch for CVE-2022-29527 2022-12-06 23:17:01 +01:00
Joe DeVivo bf92d0ec37 nixos/ssm-agent: conf files written to /etc
ssm-agent expects files in /etc/amazon/ssm. The pkg substitutes a location in
the nix store for those default files, but if we ever want to adjust this
configuration on NixOS, we'd need the ability to modify that file.

This change to the nixos module writes copies of the default files from the nix
store to /etc/amazon/ssm. Future versions can add config, but right now this
would allow users to at least write out a text value to
environment.etc."amazon/ssm/amazon-ssm-agent.json".text to provide
their own config.
2021-05-10 13:16:41 -07:00
Joe DeVivo 27b4fd19ed ssm-agent: copy files required for agent startup 2021-05-10 13:16:41 -07:00
Cole Helbling 29b99a22a5
ssm-agent: don't override phases 2021-03-03 13:27:51 -08:00
Graham Christensen 820cc72b52
ssm-agent: 2.3.1319.0 -> 3.0.755.0
Co-authored-by: Cole Helbling <cole.e.helbling@outlook.com>
2021-03-02 10:51:12 -08:00
Ben Siraphob e03c068af5 treewide: makeWrapper buildInputs to nativeBuildInputs 2021-02-19 20:09:16 +07:00
Pavol Rusnak a6ce00c50c
treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
Profpatsch 4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
Part of: https://github.com/NixOS/nixpkgs/issues/108938

meta = with stdenv.lib;

is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.

This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.

The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01:00
Michael Fellinger d1c4bf967b
ssm-agent: 2.0.633.0 -> 2.3.1319.0 2020-06-26 12:43:27 +02:00
volth 46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
Freezeboy 8f87a61de2 Replace platforms.linux with platforms.darwin for expressions that compile on darwin too (too restrictive platforms) 2019-02-18 10:56:58 +01:00
Dan Peebles 4c0aae964c ssm-agent: init at 2.0.633.0 2017-02-13 01:33:33 +00:00